Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2001 21:18:20 -0500 (EST)
From:      Joe Marcus Clarke <marcus@marcuscom.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/33265: [PATHES] Update www/galeon to 1.0.2
Message-ID:  <200112280218.fBS2IKj23439@shumai.marcuscom.com>

next in thread | raw e-mail | index | archive | help

>Number:         33265
>Category:       ports
>Synopsis:       [PATHES] Update www/galeon to 1.0.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 27 18:20:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Joe Marcus Clarke
>Release:        FreeBSD 4.5-PRERELEASE i386
>Organization:
MarcusCom, Inc.
>Environment:
System: FreeBSD shumai.marcuscom.com 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Sat Dec 22 20:41:42 EST 2001 marcus@shumai.marcuscom.com:/usr/obj/usr/src/sys/SHUMAI i386


	
>Description:
	Please update galeon to 1.0.2 to add Mozilla 0.9.7 support.
>How-To-Repeat:
	
>Fix:

--- Makefile.orig	Thu Dec 27 21:15:47 2001
+++ Makefile	Thu Dec 27 21:14:34 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	galeon
-PORTVERSION=	1.0.1
+PORTVERSION=	1.0.2
 CATEGORIES=	www gnome
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}


--- distinfo.orig	Thu Dec 27 21:15:52 2001
+++ distinfo	Thu Dec 27 21:14:34 2001
@@ -1 +1 @@
-MD5 (galeon-1.0.1.tar.gz) = 3d2a803877d6e81faad6dc484c01aa25
+MD5 (galeon-1.0.2.tar.gz) = f65a0461fcf7bf1026ff4c4288653849


--- files/patch-ab.orig	Thu Dec 27 21:14:34 2001
+++ files/patch-ab	Thu Dec 27 21:14:34 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 @@
+--- src/galeon.in.orig	Thu Dec 27 21:08:50 2001
++++ src/galeon.in	Thu Dec 27 21:08:43 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@/libgtkembedmoz.so ]; then
+-elif [ -f @MOZILLA_HOME@/chrome/comm.jar ]; then
++elif [ -f @MOZILLA_HOME@/chrome/embed.jar ]; 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
  
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112280218.fBS2IKj23439>