Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 1999 23:01:51 +0200 (CEST)
From:      girgen@partitur.se
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/14106: Update: linux-netscape -> 4.7
Message-ID:  <199910032101.XAA20622@stordatan.telia.com>

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

>Number:         14106
>Category:       ports
>Synopsis:       Update: linux-netscape -> 4.7
>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:   Sun Oct  3 14:10:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 3.3-RELEASE
>Organization:
Partitur
>Environment:
FreeBSD stordatan.palle.se 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Sat Sep 18 14:40:45 CEST 1999     girgen@stordatan.palle.se:/usr/src/sys/compile/STORDATAN  i386

linux_base
	

>Description:
This patch updates linux-netcape to version 4.7
I suppose a repository copy should be made, and name changed, right?

I changed from old libc to glibc, which i srequired for certain
plugins, and also lacks a libc version bug where mail dates are in
GMT. 

The glibc version works fine except with NIS, where it core dumps with
a bus error. Since most people probably don't use NIS, this is not
critical. Also, it should be possible to get around this by proper
configuration, somehow...
	

>How-To-Repeat:

	

>Fix:
diff -urN linux-netscape46-communicator/Makefile linux-netscape47-communicator/Makefile
--- linux-netscape46-communicator/Makefile	Tue Aug 31 04:42:56 1999
+++ linux-netscape47-communicator/Makefile	Sun Oct  3 22:58:09 1999
@@ -8,16 +8,26 @@
 #
 
 DISTNAME=	linux-netscape-${BROWSER}-${BROWSER_VER}
-MASTER_SITES?=	ftp://ftp.netscape.com/pub/communicator/english/4.61/unix/supported/linux20_libc5/complete_install/
-DISTFILES?=	communicator-v461-export.x86-unknown-linux2.0.tar.gz
+MASTER_SITES=	ftp://ftp.netscape.com/pub/communicator/english/4.7/unix/supported/linux20_glibc/complete_install/ \
+		ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.7/unix/supported/linux20_glibc/complete_install/
+DISTFILES?=	communicator-v47-export.x86-unknown-linuxglibc2.0.tar.gz
 
 MAINTAINER=	girgen@partitur.se
 
-RUN_DEPENDS=	/compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base
+MASTERDIR=	${.CURDIR}/../netscape4-communicator
+NO_LATEST_LINK=	yes
 
-WRKSRC=		${WRKDIR}/${BROWSER}-v461.x86-unknown-linux2.0
+RUN_DEPENDS=	/compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base
 
+WRKSRC=		${WRKDIR}/${BROWSER}-v47.x86-unknown-linux2.0
+
+BROWSER_VER=	4.7
 MAILCAP=	${.CURDIR}/files/mailcap
-NSUBDIR?=	lib/netscape-linux
+NSUBDIR=	lib/netscape-linux
+
+NO_FORTIFY=	yes  # not available yet
+
+INFILE_HEAD=	'Communicator,4.7.0.19990915'
+NO_AUTOADMIN=	yes
 
-.include "../netscape46-communicator/Makefile"
+.include "${MASTERDIR}/Makefile"
diff -urN linux-netscape46-communicator/files/md5 linux-netscape47-communicator/files/md5
--- linux-netscape46-communicator/files/md5	Fri Jul  2 01:36:21 1999
+++ linux-netscape47-communicator/files/md5	Thu Jan  1 01:00:00 1970
@@ -1,2 +0,0 @@
-MD5 (communicator-v461-export.x86-unknown-linux2.0.tar.gz) = 946cf6cc68b7010fcfebb39d91f2b6b1
-MD5 (Fortify-1.4.3-unix-x86.tar.gz) = 0414664e89c3a0f690f4ed9aa07dbd70
diff -urN linux-netscape46-communicator/pkg/PLIST linux-netscape47-communicator/pkg/PLIST
--- linux-netscape46-communicator/pkg/PLIST	Sat Aug 14 20:37:53 1999
+++ linux-netscape47-communicator/pkg/PLIST	Sat Oct  2 17:37:30 1999
@@ -7,6 +7,7 @@
 %%NSUBDIR%%/java/classes/iiop10.jar
 %%NSUBDIR%%/java/classes/jae40.jar
 %%NSUBDIR%%/java/classes/java40.jar
+%%NSUBDIR%%/java/classes/joptio40.jar
 %%NSUBDIR%%/java/classes/jio40.jar
 %%NSUBDIR%%/java/classes/jsd10.jar
 %%NSUBDIR%%/java/classes/ldap30.jar
@@ -174,11 +175,10 @@
 %%NSUBDIR%%/libnullplugin-dynMotif.so
 %%NSUBDIR%%/libjsd.so
 %%NSUBDIR%%/bookmark.htm
-%%NSUBDIR%%/dynfonts/libTrueDoc.so
 %%NSUBDIR%%/spell/netscape.dic
 %%NSUBDIR%%/spell/pen4s324.dat
 %%NSUBDIR%%/registry
-%%NSUBDIR%%/communicator-4.61.bin
+%%NSUBDIR%%/communicator-4.7.bin
 %%NSUBDIR%%/mailcap
 @dirrm %%NSUBDIR%%/java/classes/aix
 @dirrm %%NSUBDIR%%/java/classes/hpux
@@ -196,6 +196,5 @@
 @dirrm %%NSUBDIR%%/nethelp/netscape
 @dirrm %%NSUBDIR%%/nethelp
 @dirrm %%NSUBDIR%%/plugins
-@dirrm %%NSUBDIR%%/dynfonts
 @dirrm %%NSUBDIR%%/spell
 @dirrm %%NSUBDIR%%

>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?199910032101.XAA20622>