From owner-freebsd-gnome@FreeBSD.ORG Sat Jan 17 06:44:57 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93B2A16A4CE; Sat, 17 Jan 2004 06:44:57 -0800 (PST) Received: from cs143215.pp.htv.fi (cs143215.pp.htv.fi [213.243.143.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D4E643D46; Sat, 17 Jan 2004 06:44:55 -0800 (PST) (envelope-from ekarkkai@pp.htv.fi) Received: from thunderbolt.my.domain (thunderbolt.my.domain [192.168.1.30]) by cs143215.pp.htv.fi (8.12.10/8.12.10) with ESMTP id i0HEirm0000304; Sat, 17 Jan 2004 16:44:53 +0200 (EET) (envelope-from ekarkkai@pp.htv.fi) Received: from thunderbolt.my.domain (localhost [127.0.0.1]) i0HEiraq060890; Sat, 17 Jan 2004 16:44:53 +0200 (EET) (envelope-from ejk@thunderbolt.my.domain) Received: (from ejk@localhost) by thunderbolt.my.domain (8.12.9p1/8.12.9/Submit) id i0HEiqlT060889; Sat, 17 Jan 2004 16:44:52 +0200 (EET) Date: Sat, 17 Jan 2004 16:44:52 +0200 (EET) Message-Id: <200401171444.i0HEiqlT060889@thunderbolt.my.domain> To: FreeBSD-gnats-submit@freebsd.org From: Esa Karkkainen X-send-pr-version: 3.113 X-GNATS-Notify: cc: gnome@freebsd.org cc: Esa Karkkainen Subject: Port www/galeon will not compile after upgrading to Mozilla 1.6 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Esa Karkkainen List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2004 14:44:57 -0000 >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