From sheldonh@axl.iafrica.com  Wed Nov 19 05:17:25 1997
Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141])
          by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA14688
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Nov 1997 05:17:21 -0800 (PST)
          (envelope-from sheldonh@axl.iafrica.com)
Received: from axl.iafrica.com [196.31.1.167] (root)
	by lists01.iafrica.com with esmtp (Exim 1.73 #1)
	id 0xYA02-0005a7-00; Wed, 19 Nov 1997 15:16:58 +0200
Received: from axl.iafrica.com (sheldonh@localhost [127.0.0.1])
	by axl.iafrica.com (8.8.8/8.8.7) with ESMTP id PAA05778
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 19 Nov 1997 15:17:15 +0200 (SAT)
	(envelope-from sheldonh@axl.iafrica.com)
Message-Id: <5775.879945434@axl.iafrica.com>
Date: Wed, 19 Nov 1997 15:17:14 +0200
From: Sheldon Hearn <axl@iafrica.com>
Sender: sheldonh@iafrica.com
Reply-To: sheldonh@iafrica.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: netscape3 PLIST bad, make package fails
X-Send-Pr-Version: 3.2

>Number:         5089
>Category:       ports
>Synopsis:       netscape3 PLIST bad, package fails
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 19 07:30:01 PST 1997
>Closed-Date:    Wed Nov 19 23:09:06 PST 1997
>Last-Modified:  Wed Nov 19 23:09:35 PST 1997
>Originator:     Sheldon Hearn
>Release:        FreeBSD 2.2.5-STABLE i386
>Organization:
                 UUNET Internet Africa
>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
>Release-Note:
>Audit-Trail:

From: asami@cs.berkeley.edu (Satoshi Asami)
To: FreeBSD-gnats-submit@FreeBSD.ORG, sheldonh@iafrica.com
Cc:  Subject: Re: ports/5089: netscape3 PLIST bad, make package fails
Date: Wed, 19 Nov 1997 16:41:59 -0800 (PST)

  *         The PLIST for the netscape3 port incorrectly assumes netscape
  *         goes in /usr/local/bin instead of /usr/X11R6/bin .
 
 I can't reproduce it here.  Looking at Makefile, files/Makefile and
 scripts/configure, nothing seems fishy (netscape goes to PREFIX/bin,
 while PREFIX defaults to /usr/local).
 
 Satoshi

From: Sheldon Hearn <axl@iafrica.com>
To: asami@cs.berkeley.edu (Satoshi Asami)
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/5089: netscape3 PLIST bad, make package fails 
Date: Thu, 20 Nov 1997 08:47:44 +0200

 On Wed, 19 Nov 1997 16:41:59 PST, Satoshi Asami wrote:
 
 > I can't reproduce it here.
 
 Hi Satoshi,
 
 Bugger. Neither can I. I dunno what happened, maybe cannibis?
 
 Apologies for the wasted time on your side. As an aside, you can close
 ports/5010 too as per the Followup.
 
 Thanks,
 Sheldon.
State-Changed-From-To: open->closed 
State-Changed-By: asami 
State-Changed-When: Wed Nov 19 23:09:06 PST 1997 
State-Changed-Why:  

Nobody (including the originator) can reproduce the error. ;) 
>Unformatted:
