Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Nov 1997 15:17:14 +0200
From:      Sheldon Hearn <axl@iafrica.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/5089: netscape3 PLIST bad, make package fails
Message-ID:  <5775.879945434@axl.iafrica.com>
Resent-Message-ID: <199711191530.HAA22434@hub.freebsd.org>

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

>Number:         5089
>Category:       ports
>Synopsis:       netscape3 PLIST bad, package fails
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 19 07:30:01 PST 1997
>Last-Modified:
>Originator:     Sheldon Hearn
>Organization:
                 UUNET Internet Africa
>Release:        FreeBSD 2.2.5-STABLE i386
>Environment:

	FreeBSD 2.2-STABLE as of 18 Nov 1997
	XFree86-3.3.1 as of 18 Nov 1997 (built from ports)

>Description:

        The PLIST for the netscape3 port incorrectly assumes netscape
        goes in /usr/local/bin instead of /usr/X11R6/bin .

>How-To-Repeat:

	cd /usr/ports/www/netscape3
	make package

>Fix:

        The following patch teaches PLIST where the netscape binary
        _really_ goes (/usr/X11R6/bin):

- --- ports/www/netscape3/pkg/PLIST.ORIG	Thu Nov  7 02:03:32 1996
+++ ports/www/netscape3/pkg/PLIST	Wed Nov 19 11:20:28 1997
@@ -1,5 +1,4 @@
 @cwd /usr/local
- -bin/netscape
 lib/netscape/LICENSE
 lib/netscape/README
 lib/netscape/netscape.bin
@@ -8,5 +7,6 @@
 lib/netscape/java_301
 lib/netscape/Netscape.ad
 @cwd /usr/X11R6
+bin/netscape
 lib/X11/nls/C
 lib/X11/nls/nls.dir
>Audit-Trail:
>Unformatted:



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