Port www/galeon will not compile after upgrading to Mozilla 1.6

Esa Karkkainen ejk at iki.fi
Sat Jan 17 06:44:57 PST 2004


>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


More information about the freebsd-gnome mailing list