From archie@whistle.com Thu Apr  8 22:39:55 1999
Return-Path: <archie@whistle.com>
Received: from bubba.whistle.com (s205m7.whistle.com [207.76.205.7])
	by hub.freebsd.org (Postfix) with ESMTP id 7F7F514D3C
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  8 Apr 1999 22:39:54 -0700 (PDT)
	(envelope-from archie@whistle.com)
Received: (from archie@localhost)
	by bubba.whistle.com (8.9.2/8.9.2) id WAA66506;
	Thu, 8 Apr 1999 22:37:54 -0700 (PDT)
Message-Id: <199904090537.WAA66506@bubba.whistle.com>
Date: Thu, 8 Apr 1999 22:37:54 -0700 (PDT)
From: Archie Cobbs <archie@whistle.com>
Reply-To: archie@whistle.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: Upgrade to netscape port for new version of Fortify
X-Send-Pr-Version: 3.2

>Number:         11039
>Category:       ports
>Synopsis:       Upgrade to netscape port for new version of Fortify
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr  8 22:40:01 PDT 1999
>Closed-Date:    Sun Apr 18 14:37:28 PDT 1999
>Last-Modified:  Sun Apr 18 14:38:48 PDT 1999
>Originator:     Archie Cobbs
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
Whistle Communications, Inc.
>Environment:

	FreeBSD 3.1-RELEASE

>Description:

	The port www/netscape45-navigator fails with USE_128BIT
	because the Fortify program has been updated.

	Other netscape ports may have the same problem

>How-To-Repeat:

	setenv USE_128BIT
	Try to build the port
	Fails because Fortify cannot be found anywhere

>Fix:
	
Index: Makefile
===================================================================
RCS file: /cvs/freebsd/ports/www/netscape45-navigator/Makefile,v
retrieving revision 1.34
diff -u -r1.34 Makefile
--- Makefile	1999/01/13 04:00:10	1.34
+++ Makefile	1999/04/09 05:37:33
@@ -27,7 +27,7 @@
 .if defined(USE_128BIT)
 MASTER_SITES+=	ftp://ftp.fortify.net/pub/Fortify/ \
 		ftp://ftp.za.freebsd.org/pub/Fortify/
-DISTFILES+=	Fortify-1.3.2-unix-x86.tar.gz
+DISTFILES+=	Fortify-1.4.1-unix-x86.tar.gz
 RESTRICTED=     "Contains strong cryptography"
 .else
 pre-extract:
@@ -45,7 +45,7 @@
 	    ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \
 	fi
 .if defined(USE_128BIT)
-	cd ${WRKDIR}/Fortify-1.3.2-unix-x86 && \
+	cd ${WRKDIR}/Fortify-1.4.1-unix-x86 && \
 		(${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.5.bin
 .endif
 	chown -R ${BINOWN}.${BINGRP} ${NDIR}
Index: files/md5
===================================================================
RCS file: /cvs/freebsd/ports/www/netscape45-navigator/files/md5,v
retrieving revision 1.22
diff -u -r1.22 md5
--- md5	1998/12/23 16:53:43	1.22
+++ md5	1999/04/09 05:37:33
@@ -1,2 +1,2 @@
 MD5 (navigator-v45-export.x86-unknown-freebsd.tar.gz) = becd7171db03ed7f15770915934789d3
-MD5 (Fortify-1.3.2-unix-x86.tar.gz) = 2602de68407690cf45c32f9dfef65f74
+MD5 (Fortify-1.4.1-unix-x86.tar.gz) = 561c6405619de7c37d34426b4cff80a2

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dirk 
State-Changed-When: Sun Apr 18 14:37:28 PDT 1999 
State-Changed-Why:  
Committed. Thanks! 
>Unformatted:
