From owner-freebsd-ports Sat Mar 4 8:47:44 2000 Delivered-To: freebsd-ports@freebsd.org Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by hub.freebsd.org (Postfix) with ESMTP id E42FA37B81A; Sat, 4 Mar 2000 08:47:38 -0800 (PST) (envelope-from girgen@partitur.se) Received: from partitur.se (localhost [127.0.0.1]) by elbas.partitur.se (8.9.3/8.9.3) with ESMTP id RAA08867; Sat, 4 Mar 2000 17:47:29 +0100 (CET) (envelope-from girgen@partitur.se) Message-ID: <38C13E21.86FAB883@partitur.se> Date: Sat, 04 Mar 2000 17:47:29 +0100 From: Palle Girgensohn Organization: Partitur X-Mailer: Mozilla 4.72 [en] (X11; I; FreeBSD 4.0-CURRENT i386) X-Accept-Language: sv, en MIME-Version: 1.0 To: gnats-admin@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/17182: Update port: netscape-linux-4.72 References: <200003041640.IAA12170@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------A6ED16C6CF07CFF83127F6A4" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------A6ED16C6CF07CFF83127F6A4 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I don't how this slipped through... -%%NSUBDIR%%/communicator-4.7.bin +%%NSUBDIR%%/%%BROWSER%%-%%BROWSER%%.bin Should of course be -%%NSUBDIR%%/communicator-4.7.bin +%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin Here's a patch to the patch [sic], or grab the attachment to this mail. --- netscape.diff Sat Mar 4 14:06:27 2000 +++ new.diff Sat Mar 4 17:44:58 2000 @@ -54,7 +54,7 @@ %%NSUBDIR%%/spell/pen4s324.dat %%NSUBDIR%%/registry -%%NSUBDIR%%/communicator-4.7.bin -+%%NSUBDIR%%/%%BROWSER%%-%%BROWSER%%.bin ++%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin %%NSUBDIR%%/mailcap @dirrm %%NSUBDIR%%/java/classes/aix @dirrm %%NSUBDIR%%/java/classes/hpux Sorry for the inconvenience. /Palle --------------A6ED16C6CF07CFF83127F6A4 Content-Type: text/plain; charset=us-ascii; name="new.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="new.diff" Index: linux-netscape47-communicator/Makefile =================================================================== RCS file: /net/elbas/opt/ncvs/ports/www/linux-netscape47-communicator/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- linux-netscape47-communicator/Makefile 2000/02/28 08:34:01 1.17 +++ linux-netscape47-communicator/Makefile 2000/03/04 12:58:54 @@ -7,11 +7,11 @@ # $FreeBSD: ports/www/linux-netscape47-communicator/Makefile,v 1.17 2000/02/28 08:34:01 asami Exp $ # -DISTNAME= linux-netscape-${BROWSER}-${BROWSER_VER} +DISTNAME= linux-netscape-communicator-${BROWSER_VER} CATEGORIES= www linux -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ \ - ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.7/unix/supported/linux20_glibc2/complete_install/ -DISTFILES= communicator-v47-export.x86-unknown-linuxglibc2.0.tar.gz +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ \ + ftp://ftp.sunet.se/pub/www/Netscape/communicator/english/4.72/unix/supported/linux20_glibc2/complete_install/ +DISTFILES= communicator-v472-export.x86-unknown-linuxglibc2.0.tar.gz MAINTAINER= girgen@partitur.se @@ -19,7 +19,10 @@ ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/${BROWSER}-v47.x86-unknown-linux2.0 +# don't overwrite the native FreeBSD port's shell script wrapper in ${PREFIX}/bin +BROWSER= communicator-linux + +WRKSRC= ${WRKDIR}/communicator-v472.x86-unknown-linux2.0 # use fake shell REQ script, since we don't require X aout libs. PKGREQ= ${.CURDIR}/pkg/REQ Index: linux-netscape47-communicator/pkg/PLIST =================================================================== RCS file: /net/elbas/opt/ncvs/ports/www/linux-netscape47-communicator/pkg/PLIST,v retrieving revision 1.8 diff -u -r1.8 PLIST --- linux-netscape47-communicator/pkg/PLIST 1999/10/10 18:33:02 1.8 +++ linux-netscape47-communicator/pkg/PLIST 2000/03/04 16:42:29 @@ -10,7 +10,7 @@ %%NSUBDIR%%/java/classes/joptio40.jar %%NSUBDIR%%/java/classes/jio40.jar %%NSUBDIR%%/java/classes/jsd10.jar -%%NSUBDIR%%/java/classes/ldap30.jar +%%NSUBDIR%%/java/classes/ldap40.jar %%NSUBDIR%%/java/classes/resource.jar %%NSUBDIR%%/java/classes/scd10.jar %%NSUBDIR%%/java/classes/awt.properties @@ -178,7 +178,7 @@ %%NSUBDIR%%/spell/netscape.dic %%NSUBDIR%%/spell/pen4s324.dat %%NSUBDIR%%/registry -%%NSUBDIR%%/communicator-4.7.bin +%%NSUBDIR%%/%%BROWSER%%-%%BROWSER_VER%%.bin %%NSUBDIR%%/mailcap @dirrm %%NSUBDIR%%/java/classes/aix @dirrm %%NSUBDIR%%/java/classes/hpux Index: netscape4-communicator/files/md5 =================================================================== RCS file: /net/elbas/opt/ncvs/ports/www/netscape4-communicator/files/md5,v retrieving revision 1.32 diff -u -r1.32 md5 --- netscape4-communicator/files/md5 2000/03/01 21:27:51 1.32 +++ netscape4-communicator/files/md5 2000/03/04 11:58:00 @@ -11,3 +11,4 @@ MD5 (Fortify-1.4.6-unix-x86.tar.gz) = 93fd03a90dcfbf8d55ce0785d2a42ffc MD5 (communicator-v472-export.alpha-dec-osf4.0.tar.gz) = 474e77c256c7aff48268d58b3682372e MD5 (navigator-v472-export.alpha-dec-osf4.0.tar.gz) = 685a6614d81a2b8a632bc3f39e7fc070 +MD5 (communicator-v472-export.x86-unknown-linuxglibc2.0.tar.gz) = c287d5c1322a752773bc552a1dbc44c1 --------------A6ED16C6CF07CFF83127F6A4-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message