Date: Tue, 02 Aug 2005 21:34:26 -0400 From: Adam Weinberger <adamw@magnesium.net> To: Jeremy Messenger <mezz7@cox.net> Cc: ports@freebsd.org, gnome@freebsd.org, mi@aldan.algebra.com Subject: Re: leaner and meaner www/firefox Message-ID: <42F01F22.3000401@magnesium.net> In-Reply-To: <op.suwrhbsm9aq2h7@mezz.mezzweb.com> References: <200508030114.j731EKZQ067861@blue.virtual-estates.net> <op.suwrhbsm9aq2h7@mezz.mezzweb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Jeremy Messenger wrote: > On Tue, 02 Aug 2005 20:14:20 -0500, Mikhail T. <mi@aldan.algebra.com> > wrote: > >> Attached are the diffs to make www/firefox build without its own jpeg, >> zlib, dbm, nspr, and nss using respected ports or FreeBSD's main >> libraries (-lz for zlib and -lc for dbm) instead. >> >> I'm using it right now (on FreeBSD/amd64-5.4-stable). Anyone else cares >> to try? >> >> You'll need very recent versions of devel/nspr and security/nss ports. >> The earlier version of nspr (4.4.1) is too old and does not supply some >> of the functionality needed by firefox. >> >> -mi >> >> cvs diff: Diffing . >> Index: Makefile >> =================================================================== >> RCS file: /home/pcvs/ports/www/firefox/Makefile,v >> retrieving revision 1.127 >> diff -U2 -p -r1.127 Makefile >> --- Makefile 30 Jul 2005 04:36:55 -0000 1.127 >> +++ Makefile 3 Aug 2005 01:11:40 -0000 >> @@ -8,5 +8,5 @@ >> PORTNAME= firefox >> PORTVERSION= 1.0.6 >> -PORTREVISION= 1 >> +PORTREVISION= 2 >> PORTEPOCH= 1 >> CATEGORIES= www >> @@ -18,6 +18,8 @@ MAINTAINER= gnome@FreeBSD.org >> COMMENT= Web browser based on the browser portion of Mozilla >> -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ >> - png.5:${PORTSDIR}/graphics/png >> +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ >> + nspr4:${PORTSDIR}/devel/nspr \ >> + png:${PORTSDIR}/graphics/png \ >> + nss3:${PORTSDIR}/security/nss > > I like it, but change those back to jpeg.9, png.5 and etc. > > Thanks, > Mezz Why? # Adam -- Adam Weinberger adamw@magnesium.net || adamw@FreeBSD.org adamw@vectors.cx || adamw@gnome.org http://www.vectors.cx
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42F01F22.3000401>