Recent versions of www/firefox was moved from X11BASE to LOCALBASE, but www/plugger still installs to X11BASE, thus preventing www/firefox from detecting the plug-in. Fix: The patch below moves www/plugger from X11BASE to LOCALBASE. How-To-Repeat: Install www/firefox and www/plugger, lauch firefox and type "about:plug-ins" in the URL. Notice that the plugger plug-in isn't listed.
State Changed From-To: open->feedback Awaiting maintainers feedback
Sorry, forgot to bump PORTREVISION in the previous patch, here's an updated version: --- ports/www/plugger/Makefile.orig Mon Nov 6 19:38:44 2006 +++ ports/www/plugger/Makefile Mon Nov 6 20:02:17 2006 @@ -7,14 +7,13 @@ PORTNAME= plugger PORTVERSION= 5.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www audio graphics multimedia MASTER_SITES= http://fredrik.hubbe.net/plugger/ MAINTAINER= conrads@cox.net COMMENT= A multimedia front-end plugin for Mozilla or Opera -USE_X_PREFIX= yes GNU_CONFIGURE= yes MAN7= plugger.7 -- Henrik Brix Andersen <henrik@brixandersen.dk>
Responsible Changed From-To: freebsd-ports-bugs->rafan Eat.
On Mon, Nov 06, 2006 at 08:01:34PM +0100, Henrik Brix Andersen wrote: > >Fix: > The patch below moves www/plugger from X11BASE to LOCALBASE. > > > --- plugger.diff begins here --- > --- ports/www/plugger/Makefile.orig Mon Nov 6 19:38:44 2006 > +++ ports/www/plugger/Makefile Mon Nov 6 19:39:05 2006 > @@ -14,7 +14,6 @@ > MAINTAINER= conrads@cox.net > COMMENT= A multimedia front-end plugin for Mozilla or Opera > > -USE_X_PREFIX= yes I think this should be replaced by USE_XLIB since this port requires some headers from X libraries.
On Tue, Nov 07, 2006 at 03:53:08AM +0800, Rong-En Fan wrote: > On Mon, Nov 06, 2006 at 08:01:34PM +0100, Henrik Brix Andersen wrote: > > >Fix: > > The patch below moves www/plugger from X11BASE to LOCALBASE. > > > > > > --- plugger.diff begins here --- > > --- ports/www/plugger/Makefile.orig Mon Nov 6 19:38:44 2006 > > +++ ports/www/plugger/Makefile Mon Nov 6 19:39:05 2006 > > @@ -14,7 +14,6 @@ > > MAINTAINER= conrads@cox.net > > COMMENT= A multimedia front-end plugin for Mozilla or Opera > > > > -USE_X_PREFIX= yes > > I think this should be replaced by USE_XLIB since this port > requires some headers from X libraries. Good call. Regards, Brix -- Henrik Brix Andersen <henrik@brixandersen.dk>
State Changed From-To: feedback->closed Committed. Thanks!
rafan 2006-11-21 07:03:51 UTC FreeBSD ports repository Modified files: www/plugger Makefile Log: - Chase GECKO moved to LOCALBASE - Bump PORTREVISION PR: ports/105218 Submitted by: Henrik Brix Andersen <henrik at brixandersen.dk> Approved by: maintainer timeout (14 days) Revision Changes Path 1.32 +2 -2 ports/www/plugger/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"