Date: Sat, 17 Jan 2004 16:44:52 +0200 (EET) From: Esa Karkkainen <ejk@iki.fi> To: FreeBSD-gnats-submit@freebsd.org Cc: Esa Karkkainen <ejk@iki.fi> Subject: Port www/galeon will not compile after upgrading to Mozilla 1.6 Message-ID: <200401171444.i0HEiqlT060889@thunderbolt.my.domain>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Esa Karkkainen >Organization: Is in state of disintegration >Confidential: no >Synopsis: Port www/galeon will not compile after upgrading to Mozilla 1.6 >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 5.1-RELEASE-p11 i386 >Environment: System: 5.1-RELEASE-p11 Sat Dec 13 17:28:07 EET 2003 Ports tree cvsupped Sat Jan 17 14:57:46 EET 2004 >Description: Apparently nsCCookieManager.h header is not installed by Mozilla 1.6 >How-To-Repeat: cd /usr/ports/www/galeon && make all [ snip ] mozilla.cpp:89:30: nsCCookieManager.h: No such file or directory gmake[4]: *** [mozilla.o] Error 1 [ snip ] >Fix: --- Makefile.orig Sat Jan 17 14:57:08 2004 +++ Makefile Sat Jan 17 16:31:22 2004 @@ -20,7 +20,7 @@ LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA} -MOZ_CONFIGURE_ARGS=--with-mozilla-snapshot="1.5" +MOZ_CONFIGURE_ARGS=--with-mozilla-snapshot="trunk" .if !defined(WITH_MOZILLA) MOZILLA= mozilla
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401171444.i0HEiqlT060889>