Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jan 1999 11:01:10 PST
From:      Bill Fenner <fenner@parc.xerox.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9332: netscape45-navigator + Fortify install failure
Message-ID:  <199901051901.LAA28898@mango.parc.xerox.com>

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

>Number:         9332
>Category:       ports
>Synopsis:       netscape45-navigator fails to install if USE_128BIT
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan  5 11:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Bill Fenner
>Release:        FreeBSD 2.2.6-RELEASE i386
>Organization:
Xerox
>Environment:

	

>Description:

	
The netscape45-navigator port fails to supply an answer to the
"Do you wish to test this browser?" question asked by the Fortify
install script, so the install script asks it again and again.


>How-To-Repeat:

	
cd /usr/ports/www/netscape45-navigator
make install USE_128BIT=yes

>Fix:
	
	

--- Makefile.orig	Tue Jan  5 10:56:54 1999
+++ Makefile	Tue Jan  5 10:56:57 1999
@@ -42,7 +42,7 @@
 	fi
 .if defined(USE_128BIT)
 	cd ${WRKDIR}/Fortify-1.3.2-unix-x86 && \
-		(${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.5.bin
+		(${ECHO} yes ; ${ECHO} no ; ${ECHO} no) | ./Fortify.sh ${NDIR}/navigator-4.5.bin
 .endif
 	chown -R ${BINOWN}.${BINGRP} ${NDIR}
 
>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?199901051901.LAA28898>