From naddy@bigeye.rhein-neckar.de Sat Oct  9 07:17:24 1999
Return-Path: <naddy@bigeye.rhein-neckar.de>
Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3])
	by hub.freebsd.org (Postfix) with ESMTP id 9215C14BD2
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Oct 1999 07:17:16 -0700 (PDT)
	(envelope-from naddy@bigeye.rhein-neckar.de)
Received: from bigeye.rhein-neckar.de (uucp@localhost)
	by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id QAA11390
	for FreeBSD-gnats-submit@freebsd.org; Sat, 9 Oct 1999 16:17:15 +0200 (CEST)
	(envelope-from naddy@bigeye.rhein-neckar.de)
Received: (from naddy@localhost)
	by bigeye.rhein-neckar.de (8.9.3/8.9.3) id QAA01906;
	Sat, 9 Oct 1999 16:16:06 +0200 (CEST)
	(envelope-from naddy)
Message-Id: <199910091416.QAA01906@bigeye.rhein-neckar.de>
Date: Sat, 9 Oct 1999 16:16:06 +0200 (CEST)
From: Christian Weisgerber <naddy@mips.rhein-neckar.de>
Sender: naddy@bigeye.rhein-neckar.de
Reply-To: naddy@mips.rhein-neckar.de
To: FreeBSD-gnats-submit@freebsd.org
Subject: netscape4-communicator: fortify fails
X-Send-Pr-Version: 3.2

>Number:         14233
>Category:       ports
>Synopsis:       netscape4-communicator: fortify fails
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct  9 07:20:00 PDT 1999
>Closed-Date:    Sat Oct 9 15:11:52 PDT 1999
>Last-Modified:  Sat Oct  9 15:12:25 PDT 1999
>Originator:     Christian Weisgerber
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

Ports tree from about 06:00 CEST, October 9.

>Description:

Fortify-1.4.5 added a language selection step to the Fortify.sh
script. The do-install target in netscape4-communicator/Makefile
provides wrong input => fortification fails.

>How-To-Repeat:

Install netscape47-* from the ports collection.

>Fix:

--- netscape4-communicator/Makefile.orig	Sat Oct  9 06:25:23 1999
+++ netscape4-communicator/Makefile	Sat Oct  9 16:04:21 1999
@@ -96,7 +96,7 @@
 .endif
 .if defined(USE_128BIT) && !defined(NO_FORTIFY)
 	cd ${WRKDIR}/${FORTIFY} && \
-		(${ECHO} yes ; ${ECHO} no ; ${ECHO} no) \
+		(${ECHO}; ${ECHO} yes ; ${ECHO} no ; ${ECHO} no) \
 		| ./Fortify.sh ${NDIR}/${BROWSER}-${BROWSER_VER}.bin
 .endif
 	${CHOWN} -R root:wheel ${NDIR}

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sada 
State-Changed-When: Sat Oct 9 15:11:52 PDT 1999 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
