Date: Thu, 8 Apr 1999 22:37:54 -0700 (PDT) From: Archie Cobbs <archie@whistle.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11039: Upgrade to netscape port for new version of Fortify Message-ID: <199904090537.WAA66506@bubba.whistle.com>
next in thread | raw e-mail | index | archive | help
Note: There was a bad value `sw-bu' for the field `>Class:'. It was set to the default value of `sw-bug'. >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: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Apr 8 22:40:01 PDT 1999 >Closed-Date: >Last-Modified: >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: >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?199904090537.WAA66506>