Date: Wed, 18 Oct 2006 21:00:22 -0400 From: Mikhail Teterin <mi+mx@aldan.algebra.com> To: "michael johnson" <ahze@ahze.net>, gnome@freebsd.org Subject: Re: cvs commit: ports/www/firefox/files patch-configure Message-ID: <200610182100.23335.mi%2Bmx@aldan.algebra.com> In-Reply-To: <b2203fed0609191439v52793c10w2329804900e6ad5c@mail.gmail.com> References: <200609190241.k8J2f6CM084659@repoman.freebsd.org> <b2203fed0609191439v52793c10w2329804900e6ad5c@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
After updating the ports today and trying to rebuilding firefox, I see it
trying to use the zlib module.
Commenting it out in work/mozilla/Makefile seems to work:
#ifndef MOZ_NATIVE_ZLIB
#tier_1_dirs += modules/zlib
#endif
I only noticed, because my own www/mozilla/Makefile.common takes care to not
even extract libbz2 and zlib modules:
RCS file: /meow/ncvs/ports/www/mozilla/Makefile.common,v
retrieving revision 1.17
diff -U2 -r1.17 Makefile.common
--- Makefile.common 14 Oct 2006 08:35:23 -0000 1.17
+++ Makefile.common 18 Oct 2006 22:37:39 -0000
@@ -103,4 +103,6 @@
--exclude */nsprpub/* \
--exclude mozilla/modules/libimg/png \
+ --exclude mozilla/modules/libbz2 \
+ --exclude mozilla/modules/zlib \
--exclude mozilla/jpeg \
--exclude mozilla/dbm \
Yours,
-mi
в╕второк 19 вересень 2006 17:39, michael johnson написав:
> On 9/18/06, Mikhail Teterin <mi@freebsd.org> wrote:
> > mi 2006-09-19 02:41:06 UTC
> >
> > FreeBSD ports repository
> >
> > Modified files:
> > www/firefox/files patch-configure
> > Log:
> > Add a tiny hunk to allow firefox to use our system libz instead of
> > building its own. Some years ago there was a security problem with
> > zlib-1.2.2 and firefox' configure checks the system's zlib.h to be
> > 1.2.3 or higher.
> >
> > FreeBSD patched the hole without bumping the version number, which
> > caused Firefox (and, likely, other Mozilla stuff) to build their own
> > versions instead (and install their headers).
> >
> > Maintainers were repeatedly notified -- most recently about a month
> > ago: <200608091216.00510@aldan>, <
> > 200601251926.39246.mi+mx@aldan.algebra.com>.
>
> I see where you emailed us in August, we must've totally missed that
> thread. Sorry.
> I'll fix this in other gecko ports soon.
>
>
> Approved by: maintainer timeout
>
> > Revision Changes Path
> > 1.3 +8 -1 ports/www/firefox/files/patch-configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610182100.23335.mi%2Bmx>
