From owner-freebsd-ports Mon Jul 10 12:30: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD27437B738 for ; Mon, 10 Jul 2000 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA90863; Mon, 10 Jul 2000 12:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blues.jpj.net (blues.jpj.net [204.97.17.146]) by hub.freebsd.org (Postfix) with ESMTP id 5BF5037B5B0 for ; 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 ; Mon, 10 Jul 2000 15:26:03 -0400 (EDT) Message-Id: Date: Mon, 10 Jul 2000 15:26:03 -0400 (EDT) From: Trevor Johnson To: freebsd-gnats-submit@freebsd.org Subject: ports/19832: fix Fortify, PLIST for www/bsdi-netscape47-communicator Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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