cvs commit: ports/www/firefox/files patch-configure

Mikhail Teterin mi+mx at aldan.algebra.com
Thu Oct 19 01:00:31 UTC 2006


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 at 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 at aldan>, <
> > 200601251926.39246.mi+mx at 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


More information about the freebsd-gnome mailing list