Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2000 20:50:02 GMT
From:      Jose Marques <noway@nohow.demon.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17110: Netscape 4.72 update breaks USE_128BIT
Message-ID:  <200003012050.UAA06280@nohow.demon.co.uk>

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

>Number:         17110
>Category:       ports
>Synopsis:       Netscape 4.72 update breaks USE_128BIT
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar  1 13:00:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Jose Marques
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
>Environment:

	

>Description:

The latest update to the Netscape port (to 4.72) did not take into account
the need to update the Fortify libraries.

>How-To-Repeat:

cd /usr/ports/www/netscape47-navigator
setenv USE_128BIT YES
make install
... error

>Fix:

Apply the following patch to the Makefile in www/netscape4-communicator:

--- netscape4-communicator.orig/Makefile        Mon Feb 28 11:00:54 2000
+++ netscape4-communicator/Makefile     Wed Mar  1 20:39:25 2000
@@ -31,7 +31,7 @@
 AUTOADMIN?=    autoadmin-v408.x86-unknown-freebsd.tar.gz
 BROWSER?=      communicator
 BROWSER_VER?=  4.08
-FORTIFY=       Fortify-1.4.5-unix-x86
+FORTIFY=       Fortify-1.4.6-unix-x86
 NDIR=          ${PREFIX}/${NSUBDIR}
 NSUBDIR?=      lib/netscape
 BINDIR=                ${PREFIX}/bin

And change md5 file entry for the fortify library to:

MD5 (Fortify-1.4.6-unix-x86.tar.gz) = 93fd03a90dcfbf8d55ce0785d2a42ffc

>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?200003012050.UAA06280>