Skip site navigation (1)Skip section navigation (2)
Date:      9 Jan 1999 15:26:47 -0000
From:      Tom Hukins <tom@eborcom.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9404: Update port: linux-netscape4
Message-ID:  <19990109152647.6312.qmail@eborcom.com>

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

>Number:         9404
>Category:       ports
>Synopsis:       Update port: linux-netscape4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan  9 08:00:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Tom Hukins
>Release:        FreeBSD 2.2.8-RELEASE i386
>Organization:
>Environment:

	

>Description:

Satoshi's parallel package building system reports there are build
problems with the linux-netscape4 port
<http://www.freebsd.org/~asami/errorlogs/>.

This small patch should (hopefully!) make the port work properly
with the system.

No files have been added or removed.

>How-To-Repeat:

	

>Fix:
	
diff -ruN linux-netscape4.old/patches/patch-aa linux-netscape4/patches/patch-aa
--- linux-netscape4.old/patches/patch-aa	Thu Dec 24 18:28:53 1998
+++ linux-netscape4/patches/patch-aa	Sat Jan  9 15:15:54 1999
@@ -1,5 +1,5 @@
 --- ns-install.orig	Tue Nov  3 22:27:09 1998
-+++ ns-install	Sun Nov  8 17:33:36 1998
++++ ns-install	Sat Jan  9 15:15:11 1999
 @@ -120,6 +120,7 @@
  # Even though the user has already used gzip to extract the file (or
  # we wouldn't be here), make sure we can find it.
@@ -8,6 +8,19 @@
  GZIP="gzip"
  flag=1
  while test ${flag} -eq 1
+@@ -294,10 +295,10 @@
+ 	# avoid users having to set MOZILLA_JAVA_FONT_PROPERTY_PATH, or
+ 	# just assuming Java font-handling is broken.
+ 	#
+-	if test ! -z "`ls /bin/uname`"
++	if test ! -z "`ls /usr/bin/uname`"
+ 	then
+ 		MOVE_FONTS="TRUE"
+-		case `/bin/uname` in
++		case `/usr/bin/uname` in
+ 			AIX)
+ 				PLATFORM="aix"
+ 				;;
 @@ -324,14 +325,6 @@
  	# Is this a virgin install?  If so, create the .netscape dir
  	# and put the default bookmark file in it.
>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?19990109152647.6312.qmail>