Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Oct 1999 16:16:06 +0200 (CEST)
From:      Christian Weisgerber <naddy@mips.rhein-neckar.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14233: netscape4-communicator: fortify fails
Message-ID:  <199910091416.QAA01906@bigeye.rhein-neckar.de>

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

>Number:         14233
>Category:       ports
>Synopsis:       netscape4-communicator: fortify fails
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct  9 07:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>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?199910091416.QAA01906>