Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Jun 1996 08:06:51 +0200
From:      "Philippe Charnier" <charnier@lirmm.fr>
To:        jkh@freebsd.org, ports@freebsd.org
Subject:   Netscape 3 port
Message-ID:  <199606070606.IAA23307@lirmm.lirmm.fr>

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

Hi,

While doing a `strings netscape.bin | grep Netscape.ad', I didn't find
any reference for this file. I think that `Netscape' is looking for
instead of `Netscape.ad'.

Index: files/Makefile
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/ports/www/netscape3/files/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	1996/03/29 18:51:16	1.1.1.1
+++ Makefile	1996/06/06 19:19:51
@@ -4,7 +4,7 @@
 BINDIR=		${PREFIX}/bin
 NLSDIR=		${X11BASE}/lib/X11/nls
 
-FILES=          LICENSE README Netscape.ad moz3_0.zip movemail
+FILES=          LICENSE README moz3_0.zip movemail
 
 all:
 	@true
@@ -18,6 +18,8 @@
 		netscape.bin ${LIBDIR}
 	install -c -m 644 -o ${BINOWN} -g ${BINGRP} \
 		${FILES} ${LIBDIR}
+	install -c -m 644 -o ${BINOWN} -g ${BINGRP} \
+		Netscape.ad ${LIBDIR}/Netscape
 	if [ ! -f ${LIBDIR}/mailcap ] ; then \
 		install -c -m 644 -o ${BINOWN} -g ${BINGRP} mailcap ${LIBDIR}; \
 	fi
Index: files/netscape.sh
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/ports/www/netscape3/files/netscape.sh,v
retrieving revision 1.2
diff -u -r1.2 netscape.sh
--- netscape.sh	1996/05/16 01:38:49	1.2
+++ netscape.sh	1996/06/06 19:17:53
@@ -1,6 +1,6 @@
 #!/bin/sh
 export XKEYSYMDB ; XKEYSYMDB=@X11BASE@/lib/X11/XKeysymDB
 export XNLSPATH  ; XNLSPATH=@X11BASE@/lib/X11/nls
-export XAPPLRESDIR ; XAPPLRESDIR=@X11BASE@/lib/X11/app-defaults
+export XAPPLRESDIR ; XAPPLRESDIR=/usr/local/lib/netscape
 export CLASSPATH ; CLASSPATH=.:/usr/local/lib/netscape
 exec /usr/local/lib/netscape/netscape.bin $*
Index: pkg/PLIST
===================================================================
RCS file: /home2h/FreeBSD.cvsroot/ports/www/netscape3/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST	1996/03/29 18:51:16	1.1.1.1
+++ PLIST	1996/06/06 19:22:00
@@ -6,7 +6,7 @@
 lib/netscape/mailcap
 lib/netscape/movemail
 lib/netscape/moz3_0.zip
-lib/netscape/Netscape.ad
+lib/netscape/Netscape
 @cwd /usr/X11R6
 lib/X11/nls/C
 lib/X11/nls/nls.dir



--------                                                        --------
Philippe Charnier                                      charnier@lirmm.fr
                               

         LIRMM, 161 rue Ada, 34392 Montpellier cedex 5 -- France
------------------------------------------------------------------------




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606070606.IAA23307>