aboutsummaryrefslogtreecommitdiff
path: root/www/netscape4-communicator.us/files
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-10-07 13:23:19 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-10-07 13:23:19 +0000
commit4dbaa2573543eb7b785aa00264d3780585500a91 (patch)
tree3add1d08d6c392cc8449847beb6e3b80c9606189 /www/netscape4-communicator.us/files
parenta9ddcb478e911a062c83ac7957a0616f53374a06 (diff)
downloadports-4dbaa2573543eb7b785aa00264d3780585500a91.tar.gz
ports-4dbaa2573543eb7b785aa00264d3780585500a91.zip
Notes
Diffstat (limited to 'www/netscape4-communicator.us/files')
-rw-r--r--www/netscape4-communicator.us/files/netscape.sh2
-rw-r--r--www/netscape4-communicator.us/files/patch-aa118
2 files changed, 78 insertions, 42 deletions
diff --git a/www/netscape4-communicator.us/files/netscape.sh b/www/netscape4-communicator.us/files/netscape.sh
index b02a48267258..e019abb93262 100644
--- a/www/netscape4-communicator.us/files/netscape.sh
+++ b/www/netscape4-communicator.us/files/netscape.sh
@@ -2,4 +2,4 @@
export MOZILLA_HOME; MOZILLA_HOME=${MOZILLA_HOME:=@PREFIX@/lib/netscape.us}
export CLASSPATH ; CLASSPATH=.:$MOZILLA_HOME
export XCMSDB; XCMSDB=/dev/null
-exec $MOZILLA_HOME/communicator-pro-4.05.us.bin $*
+exec $MOZILLA_HOME/communicator-4.07.us.bin $*
diff --git a/www/netscape4-communicator.us/files/patch-aa b/www/netscape4-communicator.us/files/patch-aa
index 97f879710421..b6da45574eed 100644
--- a/www/netscape4-communicator.us/files/patch-aa
+++ b/www/netscape4-communicator.us/files/patch-aa
@@ -1,41 +1,77 @@
-*** ns-install.orig Tue Jul 1 23:22:18 1997
---- ns-install Wed Jul 2 22:55:02 1997
-***************
-*** 103,108 ****
---- 103,109 ----
- # Even though the user has already used gzip to extract the file (or
- # we wouldn't be here), make sure we can find it.
- #
-+ unset GZIP
- GZIP="gzip"
- flag=1
- while test ${flag} -eq 1
-***************
-*** 264,276 ****
- # Is this a virgin install? If so, create the .netscape dir
- # and put the default bookmark file in it.
- #
-! if test ! -d ${HOME}/.netscape
-! then
-! # New install, or upgrade from 0.x or 1.x.
-! mkdir ${HOME}/.netscape
-! cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html
-! echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE}
-! fi
- fi
-
- echo ""
---- 265,277 ----
- # Is this a virgin install? If so, create the .netscape dir
- # and put the default bookmark file in it.
- #
-! # if test ! -d ${HOME}/.netscape
-! # then
-! # # New install, or upgrade from 0.x or 1.x.
-! # mkdir ${HOME}/.netscape
-! # cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html
-! # echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE}
-! # fi
- fi
-
- echo ""
+--- ns-install.orig Tue Sep 29 20:59:31 1998
++++ ns-install Wed Oct 7 06:11:53 1998
+@@ -120,6 +120,7 @@
+ # Even though the user has already used gzip to extract the file (or
+ # we wouldn't be here), make sure we can find it.
+ #
++unset GZIP
+ GZIP="gzip"
+ flag=1
+ while test ${flag} -eq 1
+@@ -288,10 +289,10 @@
+ # avoid users having to set MOZILLA_JAVA_FONT_PROPERTY_PATH, or
+ # just assuming Java font-handling is broken.
+ #
+- if test ! -z "`ls /bin/uname`"
++ if test ! -z "`ls /usr/bin/uname`"
+ then
+ MOVE_FONTS="TRUE"
+- case `/bin/uname` in
++ case `/usr/bin/uname` in
+ AIX)
+ PLATFORM="aix"
+ ;;
+@@ -318,14 +319,14 @@
+ # Is this a virgin install? If so, create the .netscape dir
+ # and put the default bookmark file in it.
+ #
+- if test ! -d ${HOME}/.netscape
+- then
+- # New install, or upgrade from 0.x or 1.x.
+- mkdir ${HOME}/.netscape
+- cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html
+- chmod 644 ${HOME}/.netscape/bookmarks.html
+- echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE}
+- fi
++# if test ! -d ${HOME}/.netscape
++# then
++# # New install, or upgrade from 0.x or 1.x.
++# mkdir ${HOME}/.netscape
++# cp ${TARGET}/bookmark.htm ${HOME}/.netscape/bookmarks.html
++# chmod 644 ${HOME}/.netscape/bookmarks.html
++# echo "${HOME}/.netscape/bookmarks.html" >> ${LOGFILE}
++# fi
+ fi
+
+ echo ""
+@@ -387,18 +388,18 @@
+ then
+ echo "ERROR: Installation completed, but unable to update/create the product"
+ echo " version registry."
+- echo ""
+- echo " If you are installing ${PRODUCT} from a platform other than"
+- echo " that for which this package is intended, 'vreg' will not be"
+- echo " able to run. If this is the case, you may run 'vreg' manually"
+- echo " (to enable ASD) on the appropriate platform using the following"
+- echo " commands:"
+- echo ""
+- awk '{printf("\techo \"%s\" >>/tmp/infile\n", $0)}' ${REG_INFILE}
+- echo " ${TARGET}/vreg ${TARGET}/${VREGISTRY} /tmp/infile"
+- echo ""
+- /bin/rm -f ns-install ${PACKAGE} ${REG_INFILE} core
+- exit 3
++# echo ""
++# echo " If you are installing ${PRODUCT} from a platform other than"
++# echo " that for which this package is intended, 'vreg' will not be"
++# echo " able to run. If this is the case, you may run 'vreg' manually"
++# echo " (to enable ASD) on the appropriate platform using the following"
++# echo " commands:"
++# echo ""
++# awk '{printf("\techo \"%s\" >>/tmp/infile\n", $0)}' ${REG_INFILE}
++# echo " ${TARGET}/vreg ${TARGET}/${VREGISTRY} /tmp/infile"
++# echo ""
++# /bin/rm -f ns-install ${PACKAGE} ${REG_INFILE} core
++# exit 3
+ fi
+
+ echo ""