Date: Wed, 20 Jan 1999 23:24:02 +0200 From: Sheldon Hearn <axl@iafrica.com> To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9588: [PATCH] www/netscape3 fortification broken Message-ID: <17817.916867442@axl.noc.iafrica.com>
next in thread | raw e-mail | index | archive | help
>Number: 9588 >Category: ports >Synopsis: [PATCH] www/netscape3 fortification broken >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 20 13:30:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Sheldon Hearn >Release: FreeBSD 3.0-CURRENT i386 >Organization: UUNET Internet Africa >Environment: 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Wed Jan 20 12:43:36 SAST 1999 >Description: rev1.26 of Makefile for www/netscape3 broken Fortification, because Fortify.sh now asks 3 questions, not 2. >How-To-Repeat: Completely remove netscape3, then cd /usr/ports/www/netscape3 make -DUSA_RESIDENT=NO -DUSE_128BIT=YES >Fix: The following diff teaches the Makefile to preempt Fortify.sh's questions correctly. Index: ports/www/netscape3/Makefile =================================================================== RCS file: /home/ncvs/ports/www/netscape3/Makefile,v retrieving revision 1.28 diff -u -d -r1.28 Makefile --- Makefile 1999/01/13 04:00:07 1.28 +++ Makefile 1999/01/20 21:19:05 @@ -42,7 +42,7 @@ post-install: .if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO cd ${WRKSRC}/Fortify-1.3.2-unix-x86 && \ - (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${PREFIX}/lib/netscape/netscape.bin + (${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${PREFIX}/lib/netscape/netscape.bin .endif @${CAT} ${PKGDIR}/DESCR >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?17817.916867442>