summaryrefslogtreecommitdiffstats
path: root/www/netscape7
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2002-10-14 13:50:21 +0000
committertrevor <trevor@FreeBSD.org>2002-10-14 13:50:21 +0000
commitcc193734ccd751dfedef0a6421afef3fa79b753b (patch)
treee45f48c63ad9b4cb65d9bb73a5bbfe63701d752a /www/netscape7
parent04db99267b1a6de7dae6719542cd710963621b80 (diff)
downloadFreeBSD-ports-cc193734ccd751dfedef0a6421afef3fa79b753b.zip
FreeBSD-ports-cc193734ccd751dfedef0a6421afef3fa79b753b.tar.gz
I remove the linux-netscape6 ports from ports/french, ports/german,
ports/japanese and ports/www. In their place, I add corresponding netscape7 ports, after repo copies. Now ports/www/netscape7 will no longer be a slave port. Instead it is the master port for the others. The French, German, and Japanese ports now have AIM, because I had trouble getting them to work without it. I add a security warning to all these ports, about the "forward referrer" bug (Mozilla bug 145579).
Diffstat (limited to 'www/netscape7')
-rw-r--r--www/netscape7/Makefile138
-rw-r--r--www/netscape7/pkg-message18
2 files changed, 144 insertions, 12 deletions
diff --git a/www/netscape7/Makefile b/www/netscape7/Makefile
index 19aa363..0166ef8 100644
--- a/www/netscape7/Makefile
+++ b/www/netscape7/Makefile
@@ -1,13 +1,56 @@
# New ports collection makefile for: netscape7
# Date created: 2002-05-22
# Whom: trevor
-# based on www/linux-netscape6 port
+# based on www/linux-netscape6 port by sada and others
#
# $FreeBSD$
#
+PORTNAME= netscape7
PORTVERSION= 7.0
-CATEGORIES= www linux
+CATEGORIES?= www linux
+MASTER_SITES= ${MASTER_SITE_NETSCAPE}
+DIST_SUBDIR= ${MAJ}/${NETSCAPE_LANG}/${VER}
+MASTER_SITE_SUBDIR?=${DIST_SUBDIR}/unix/linux22/ewc9e
+
+PATCH_SITES= ${MASTER_SITE_LOCAL}
+PATCH_SITE_SUBDIR= trevor
+PATCHFILES= ${PKGNAMEPREFIX}linux-${MAJ}-${VER}-generated-files.tar.gz
+
+MAINTAINER?= trevor@FreeBSD.org
+
+
+BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
+RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk
+
+LATEST_LINK= linux-${MAJ}
+MAJ?= netscape7
+NETSCAPE_LANG?=english
+NO_BUILD= yes
+NO_FILTER_SHLIBS= yes
+ONLY_FOR_ARCHS= i386
+RESTRICTED= "License for Java plugin allows internal use only. Also see license for Netscape itself"
+NO_CDROM= ${RESTRICTED}
+USE_LINUX= yes
+USE_XLIB= yes
+VER?= ${PORTVERSION}
+WRKSRC= ${WRKDIR}/netscape-installer/xpi
+INSTALL_DIR= lib/linux-${MAJ}-${NETSCAPE_LANG}
+PLIST= ${WRKDIR}/pkg-plist
+STARTUP_CMD= ${WRKDIR}/${MAJ}${NETSCAPE_LANG}
+
+.if !defined(BATCH)
+IS_INTERACTIVE= yes
+.endif
+
+.include <bsd.port.pre.mk>
+
+pre-everything::
+ ${MKDIR} ${WRKSRC}/bin/plugins ${WRKSRC}/bin/chrome \
+ ${WRKSRC}/plugins
+.if !defined(BATCH)
+ ${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
+.endif
DISTFILES?= browser.xpi \
deflenus.xpi \
flash.xpi \
@@ -16,15 +59,94 @@ DISTFILES?= browser.xpi \
mail.xpi \
psm.xpi \
regca.xpi \
+ reges.xpi \
+ reggb.xpi \
regus.xpi \
spellchecker.xpi \
talkback.xpi \
xpcom.xpi
+.if exists(${WRKDIRPREFIX}${.CURDIR}/work/netscape-installer/xpi/components.conf)
+DISTFILES!=${CAT} ${WRKDIRPREFIX}${.CURDIR}/work/netscape-installer/xpi/components.conf
+.endif
-FILESDIR= ${PORTSDIR}/www/linux-netscape6/files
-FTPDIR= ${DIST_SUBDIR}/unix/linux22/ewc9e
-MAJ?= netscape7
-UNFORBIDDEN= GOGOGO
-VER= 7.0
+checksum:
+.if !defined(REAL_EXTRACT)
+ @cd ${.CURDIR} && ${MAKE} ${__softMAKEFLAGS} fetch
+.endif
+ @if [ ! -f ${MD5_FILE} ]; then \
+ ${ECHO_MSG} ">> No MD5 checksum file."; \
+ else \
+ (cd ${DISTDIR}; OK="true"; \
+ for file in ${_CKSUMFILES}; do \
+ if [ -r $$file ]; then \
+ CKSUM=`${MD5} < $$file`; \
+ CKSUM2=`${GREP} "^MD5 ($$file)" ${MD5_FILE} | ${AWK} '{print $$4}'`; \
+ if [ "$$CKSUM2" = "" ]; then \
+ ${ECHO_MSG} ">> No checksum recorded for $$file."; \
+ OK="false"; \
+ elif ${EXPR} "$$CKSUM2" : ".*$$CKSUM" > /dev/null; then \
+ ${ECHO_MSG} ">> Checksum OK for $$file."; \
+ else \
+ ${ECHO_MSG} ">> Checksum mismatch for $$file."; \
+ OK="false"; \
+ fi; \
+ fi; \
+ done; \
+ if [ "$$OK" != "true" ]; then \
+ ${ECHO_MSG} "Make sure the Makefile and distinfo file (${MD5_FILE})"; \
+ ${ECHO_MSG} "are up to date. If you are absolutely sure you want to override this"; \
+ ${ECHO_MSG} "check, type \"make NO_CHECKSUM=yes [other args]\"."; \
+ exit 1; \
+ fi) ; \
+ fi
+
+do-extract:
+.for ii in ${DISTFILES}
+ unzip -qo ${DISTDIR}/${DIST_SUBDIR}/${ii} -d ${WRKSRC}
+.endfor
+ - ${MV} ${WRKSRC}/jre-image-i386 ${WRKSRC}/bin/plugins/java2
+ - ${MV} ${WRKSRC}/jre1.3.1_02 ${WRKSRC}/bin/plugins/java2
+ cd ${WRKSRC}/bin/plugins && ${LN} -s java2/plugin/i386/ns600/libjavaplugin_oji.so;
+
+do-patch:
+ ${TOUCH} ${TOUCH_FLAGS} ${WRKSRC}/bin/chrome/user-skins.rdf ${WRKSRC}/bin/chrome/user-locales.rdf
+ ${CP} -p ${FILESDIR}/*rdf ${WRKSRC}/bin/chrome
+ ${TAR} -C ${WRKSRC}/bin -xzf ${DISTDIR}/${DIST_SUBDIR}/${PATCHFILES}
+
+do-configure:
+# - kldload linux
+# ${SETENV} $DISPLAY="NONE" ${WRKSRC}/bin/netscape file:///dev/null
+# @${ECHO} \"Factory not found\" and \"cannot open display\" errors here are normal.
+ ${ECHO_CMD} "#!/bin/sh" > ${STARTUP_CMD}
+ ${ECHO_CMD} -n "cd " >> ${STARTUP_CMD}
+ ${ECHO_CMD} ${PREFIX}/${INSTALL_DIR} >> ${STARTUP_CMD}
+ ${ECHO_CMD} 'exec ./netscape $$*' >> ${STARTUP_CMD}
+
+pre-install:
+ ${ECHO_CMD} bin/${MAJ}${NETSCAPE_LANG} > ${PLIST}
+ cd ${WRKSRC}/bin; for ii in `find * \! -type d | sort`; do \
+ ${ECHO_CMD} ${INSTALL_DIR}/$${ii} >> ${PLIST}; \
+ done
+ cd ${WRKSRC}/plugins; for ii in `find * \! -type d | sort`; do \
+ ${ECHO_CMD} ${INSTALL_DIR}/plugins/$${ii} >> ${PLIST}; \
+ done
+ cd ${WRKSRC}/bin; \
+ for ii in `find -d * -type d`; do \
+ ${ECHO_CMD} @dirrm ${INSTALL_DIR}/$${ii} >> ${PLIST}; \
+ done
+ ${ECHO_CMD} @dirrm ${INSTALL_DIR} >> ${PLIST}
+
+pre-package:
+ @${ECHO_MSG} "*** WARNING ***"
+ @${ECHO_MSG} "* Do not distribute packages outside your organization."
+ @${ECHO_MSG} "* It is prohibited by the licensing."
+
+do-install:
+ ${MKDIR} ${PREFIX}/${INSTALL_DIR}
+ ${CP} -Rp ${WRKSRC}/bin/* ${WRKSRC}/plugins ${PREFIX}/${INSTALL_DIR}
+ ${INSTALL_SCRIPT} ${STARTUP_CMD} ${PREFIX}/bin
+
+post-install:
+ ${CAT} ${PKGMESSAGE}
-.include "../linux-netscape6/Makefile"
+.include <bsd.port.post.mk>
diff --git a/www/netscape7/pkg-message b/www/netscape7/pkg-message
index ed4150c..7531e10 100644
--- a/www/netscape7/pkg-message
+++ b/www/netscape7/pkg-message
@@ -1,4 +1,14 @@
-* WARNING *****************************
-* Users should back up their bookmark *
-* files before running Netscape. *
-***************************************
+* WARNING **********************************************************************
+* This port has a security bug. If a user enables Javascript, hostile Web *
+* sites can track the URLs which the user visits after leaving the site. Such *
+* URLs could contain passwords or other sensitive information. To avoid this *
+* bug, users can add the line: *
+* *
+* user_pref("capability.policy.default.Window.onunload", "noAccess"); *
+* *
+* to their prefs.js files under ~/.mozilla/ (thanks to Sven Neuhaus for *
+* reporting the bug, and to MadMaverick9 at Mozillazine for the work-around). *
+* *
+* See <URL:http://members.ping.de/~sven/mozbug/refcook.html> for a *
+* demonstration and other work-arounds. *
+********************************************************************************
OpenPOWER on IntegriCloud