From owner-freebsd-ports Thu Dec 27 18:30: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F0F6037B41A for ; Thu, 27 Dec 2001 18:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBS2U1427594; Thu, 27 Dec 2001 18:30:01 -0800 (PST) (envelope-from gnats) Date: Thu, 27 Dec 2001 18:30:01 -0800 (PST) Message-Id: <200112280230.fBS2U1427594@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Joe Clarke Subject: Re: ports/33265: [PATHES] Update www/galeon to 1.0.2 Reply-To: Joe Clarke Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/33265; it has been noted by GNATS. From: Joe Clarke To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: ports/33265: [PATHES] Update www/galeon to 1.0.2 Date: 27 Dec 2001 21:29:39 -0500 This patch should be used for files/patch-ab instead of the one attached to the PR. Sorry for the confusion. --- files/patch-ab.orig Thu Dec 27 21:14:34 2001 +++ files/patch-ab Thu Dec 27 21:28:02 2001 @@ -1,38 +1,21 @@ - -$FreeBSD: ports/www/galeon/files/patch-ab,v 1.13 2001/11/13 12:28:37 sobomax Exp $ - ---- src/galeon.in.orig Sat Nov 10 12:19:29 2001 -+++ src/galeon.in Tue Nov 13 13:59:24 2001 -@@ -4,32 +4,14 @@ +--- galeon.in.orig Thu Dec 27 16:49:08 2001 ++++ galeon.in Thu Dec 27 21:27:55 2001 +@@ -4,18 +4,14 @@ if test -n "$MOZILLA_FIVE_HOME"; then MOZILLA_HOME=$MOZILLA_FIVE_HOME --elif [ -f @MOZILLA_HOME@/chrome/embed.jar ]; then +-elif [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then +elif [ -f @MOZILLA_HOME@/libgtkembedmoz.so ]; then MOZILLA_HOME=@MOZILLA_HOME@ --elif [ -f /usr/local/mozilla/chrome/embed.jar ]; then +-elif [ -f /usr/local/mozilla/chrome/comm.jar ]; then - MOZILLA_HOME=/usr/local/mozilla --elif [ -f /usr/lib/mozilla/chrome/embed.jar ]; then +-elif [ -f /usr/lib/mozilla/chrome/comm.jar ]; then - MOZILLA_HOME=/usr/lib/mozilla --elif [ -f /opt/mozilla/chrome/embed.jar ]; then +-elif [ -f /opt/mozilla/chrome/comm.jar ]; then - MOZILLA_HOME=/opt/mozilla --elif [ -f /usr/lib/mozilla-0.8.1/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/lib/mozilla-0.8.1/ --elif [ -f /usr/lib/mozilla-0.9.1/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/lib/mozilla-0.9.1/ --elif [ -f /usr/lib/mozilla-0.9.2/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/lib/mozilla-0.9.2/ --elif [ -f /usr/lib/mozilla-0.9.3/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/lib/mozilla-0.9.3/ --elif [ -f /usr/lib/mozilla-0.9.4/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/lib/mozilla-0.9.4/ --elif [ -f /usr/lib/mozilla-0.9.5/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/lib/mozilla-0.9.5/ --elif [ -f /usr/lib/mozilla-0.9.6/chrome/embed.jar ]; then -- MOZILLA_HOME=/usr/lib/mozilla-0.9.6/ --elif [ -f /usr/lib/mozilla-0.9.7/chrome/embed.jar ]; then +-elif [ -f /usr/lib/mozilla-0.9.7/chrome/comm.jar ]; then - MOZILLA_HOME=/usr/lib/mozilla-0.9.7/ --elif [ -f /opt/gnome/lib/mozilla/chrome/embed.jar ]; then +-elif [ -f /opt/gnome/lib/mozilla/chrome/comm.jar ]; then - MOZILLA_HOME=/opt/gnome/lib/mozilla/ +elif [ -f %%LOCALBASE%%/lib/%%MOZILLA%%/libgtkembedmoz.so ]; then + MOZILLA_HOME=%%LOCALBASE%%/lib/%%MOZILLA%% @@ -43,7 +26,7 @@ else echo "Cannot find mozilla installation directory. Please set MOZILLA_FIVE_HOME to your mozilla directory" exit -@@ -41,16 +23,9 @@ +@@ -27,16 +23,9 @@ MOZILLA_FIVE_HOME=$MOZILLA_HOME export MOZILLA_FIVE_HOME To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message