Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jul 2000 15:26:03 -0400 (EDT)
From:      Trevor Johnson <trevor@jpj.net>
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/19832: fix Fortify, PLIST for www/bsdi-netscape47-communicator
Message-ID:  <Pine.BSI.4.21.0007101507500.28855-100000@blues.jpj.net>

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

>Number:         19832
>Category:       ports
>Synopsis:       fix Fortify, PLIST for www/bsdi-netscape47-communicator
>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:   Mon Jul 10 12:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>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:
>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?Pine.BSI.4.21.0007101507500.28855-100000>