From trevor@jpj.net  Mon Jul 10 12:26:05 2000
Return-Path: <trevor@jpj.net>
Received: from blues.jpj.net (blues.jpj.net [204.97.17.146])
	by hub.freebsd.org (Postfix) with ESMTP id 5BF5037B5B0
	for <freebsd-gnats-submit@freebsd.org>; Mon, 10 Jul 2000 12:26:04 -0700 (PDT)
	(envelope-from trevor@jpj.net)
Received: from localhost (trevor@localhost)
	by blues.jpj.net (right/backatcha) with ESMTP id e6AJQ3q29807
	for <freebsd-gnats-submit@freebsd.org>; Mon, 10 Jul 2000 15:26:03 -0400 (EDT)
Message-Id: <Pine.BSI.4.21.0007101507500.28855-100000@blues.jpj.net>
Date: Mon, 10 Jul 2000 15:26:03 -0400 (EDT)
From: Trevor Johnson <trevor@jpj.net>
To: freebsd-gnats-submit@freebsd.org
Subject: fix Fortify, PLIST for www/bsdi-netscape47-communicator

>Number:         19832
>Category:       ports
>Synopsis:       fix Fortify, PLIST for www/bsdi-netscape47-communicator
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sada
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 10 12:30:01 PDT 2000
>Closed-Date:    Wed Jul 12 07:07:52 PDT 2000
>Last-Modified:  Wed Jul 12 07:08:49 PDT 2000
>Originator:     Trevor Johnson
>Release:        4.0-STABLE i386
>Organization:
myself
>Environment:

only tested under
FreeBSD 4.0-STABLE #0: Fri May  5 23:39:48 PDT 2000
root@invalid:/usr/src/sys/compile/FREEBASE50b  i386

>Description:

1. Disable Fortify, since a current version is not available.
2. Correct the PLIST.

>How-To-Repeat:

1. Set WITH_128BIT while installing, and receive the error:
      "/usr/local/lib/netscape-bsdi/communicator-bsdi-4.73.bin" is ....
      .... not recognisable.
      It is either not a copy of Netscape, or it is a version
      of Netscape that is not listed in the Index file.
   Read http://www.fortify.net/latest_main.html to see that Fortify is
   "frozen until further notice".
2. Note leavings after "make install deinstall".

>Fix:

diff -ruN bsdi-netscape47-communicator.orig/Makefile bsdi-netscape47-communicator/Makefile
--- bsdi-netscape47-communicator.orig/Makefile	Tue Jun  6 21:50:47 2000
+++ bsdi-netscape47-communicator/Makefile	Mon Jul 10 19:22:36 2000
@@ -19,6 +19,8 @@
 
 MAINTAINER=	trevor@jpj.net
 
+NO_FORTIFY=	"frozen until further notice--http://www.fortify.net/latest_main.html"
+
 RUN_DEPENDS=	netscape:${PORTSDIR}/www/netscape-wrapper
 
 ONLY_FOR_ARCHS=	i386
diff -ruN bsdi-netscape47-communicator.orig/pkg/PLIST bsdi-netscape47-communicator/pkg/PLIST
--- bsdi-netscape47-communicator.orig/pkg/PLIST	Tue Jun  6 21:50:54 2000
+++ bsdi-netscape47-communicator/pkg/PLIST	Tue Jun  6 21:59:13 2000
@@ -171,6 +171,8 @@
 %%NSUBDIR%%/nethelp/netwatch.gif
 %%NSUBDIR%%/nethelp/picsfail.htm
 %%NSUBDIR%%/nethelp/picsfail.jar
+%%NSUBDIR%%/nls/C
+%%NSUBDIR%%/nls/nls.dir
 %%NSUBDIR%%/plugins/cpPack1.jar
 %%NSUBDIR%%/registry
 %%NSUBDIR%%/spell/netscape.dic
@@ -187,8 +189,11 @@
 @dirrm %%NSUBDIR%%/nethelp/netscape/collabra
 @dirrm %%NSUBDIR%%/nethelp/netscape
 @dirrm %%NSUBDIR%%/nethelp
+@dirrm %%NSUBDIR%%/nls
+@dirrm %%NSUBDIR%%/plugins
 @dirrm %%NSUBDIR%%/java/classes/irix
 @dirrm %%NSUBDIR%%/java/classes/hpux
 @dirrm %%NSUBDIR%%/java/classes/aix
 @dirrm %%NSUBDIR%%/java/classes
 @dirrm %%NSUBDIR%%/java
+@dirrm %%NSUBDIR%%


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->sada 
Responsible-Changed-By: sada 
Responsible-Changed-When: Tue Jul 11 04:05:48 PDT 2000 
Responsible-Changed-Why:  
I'll handle this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19832 
State-Changed-From-To: open->closed 
State-Changed-By: sada 
State-Changed-When: Wed Jul 12 07:07:52 PDT 2000 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=19832 
>Unformatted:
