leaner and meaner www/firefox

Adam Weinberger adamw at magnesium.net
Wed Aug 3 01:34:29 GMT 2005


Jeremy Messenger wrote:
> On Tue, 02 Aug 2005 20:14:20 -0500, Mikhail T. <mi at 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 at 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 at magnesium.net || adamw at FreeBSD.org
adamw at vectors.cx    ||   adamw at gnome.org
http://www.vectors.cx


More information about the freebsd-ports mailing list