diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-04 23:08:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-11-04 23:08:07 +0000 |
commit | 37fadbc0e6383fdbf35a5fd9f285bcaba4dcb0f1 (patch) | |
tree | 01ac3fd805997b23e034ffbeb373ad70d16d7978 /www | |
parent | c512ae8ac925c933208cd6c71172336ffe482637 (diff) | |
download | ports-37fadbc0e6383fdbf35a5fd9f285bcaba4dcb0f1.tar.gz ports-37fadbc0e6383fdbf35a5fd9f285bcaba4dcb0f1.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/bsdi-netscape47-communicator/Makefile | 25 | ||||
-rw-r--r-- | www/bsdi-netscape47-communicator/pkg-message | 11 | ||||
-rw-r--r-- | www/bsdi-netscape47-navigator/Makefile | 1 |
3 files changed, 22 insertions, 15 deletions
diff --git a/www/bsdi-netscape47-communicator/Makefile b/www/bsdi-netscape47-communicator/Makefile index c1ae4ef419d1..e0e655f2ec8b 100644 --- a/www/bsdi-netscape47-communicator/Makefile +++ b/www/bsdi-netscape47-communicator/Makefile @@ -7,13 +7,21 @@ # PORTNAME= bsdi-netscape-${BROWSER} +PORTVERSION= 4.75 MAINTAINER= trevor@FreeBSD.org -FORBIDDEN= "buffer overflow when processing HTML forms, reported by Michal Zalewski--example at http://people.freebsd.org/~trevor/hostile-page.htm" +FORBIDDEN= "buffer overflow in password field of HTML forms,\ + reported by Michal Zalewski and fixed in 4.76--example at \ + http://people.freebsd.org/~trevor/hostile-page.html" ONLY_FOR_ARCHS= i386 +DISTFILES= ${BROWSER}-v475-us.${NETSCAPE_DIST_TAG}.tar.gz +INFILE_HEAD= 'Communicator,4.75.0.20000814' +BROWSER_VER= 4.75 +WRKSRC= ${WRKDIR}/${BROWSER}-v475.${NETSCAPE_DIST_TAG} + NETSCAPE_DIST_ARCH= unsupported/bsdi21 NETSCAPE_DIST_TAG= x86-bsdi-bsd2 @@ -27,19 +35,6 @@ NSUBDIR= lib/netscape-bsdi WITHOUT_AOUT= yes pre-fetch: - @${ECHO} "************************************************************" - @${ECHO} "None of the Software or underlying information or technology" - @${ECHO} "may be downloaded or otherwise exported or re-exported (i)" - @${ECHO} "into (or to a national or resident of) Cuba, Iraq, Libya," - @${ECHO} "Sudan, North Korea, Iran, Syria or any other country to" - @${ECHO} "which the U.S. has embargoed goods; or (ii) to anyone on" - @${ECHO} "the U.S. Treasury Department's list of Specially Designated" - @${ECHO} "Nationals or the U.S. Commerce Department's Table of Denial" - @${ECHO} "Orders. By downloading or using the Software, you are" - @${ECHO} "agreeing to the foregoing and you are representing and" - @${ECHO} "warranting that you are not located in, under the control" - @${ECHO} "of, or a national or resident of any such country or on" - @${ECHO} "any such list." - @${ECHO} "************************************************************" + @${CAT} ${PKGMESSAGE} .include "../netscape47-communicator/Makefile" diff --git a/www/bsdi-netscape47-communicator/pkg-message b/www/bsdi-netscape47-communicator/pkg-message new file mode 100644 index 000000000000..6dff35fb38a9 --- /dev/null +++ b/www/bsdi-netscape47-communicator/pkg-message @@ -0,0 +1,11 @@ +******************************************************************************* +None of the Software or underlying information or technology may be downloaded +or otherwise exported or re-exported (i) into (or to a national or resident of) +Cuba, Iraq, Libya, Sudan, North Korea, Iran, Syria or any other country to +which the U.S. has embargoed goods; or (ii) to anyone on the U.S. Treasury +Department's list of Specially Designated Nationals or the U.S. Commerce +Department's Table of Denial Orders. By downloading or using the Software, you +are agreeing to the foregoing and you are representing and warranting that you +are not located in, under the control of, or a national or resident of any such +country or on any such list. +******************************************************************************* diff --git a/www/bsdi-netscape47-navigator/Makefile b/www/bsdi-netscape47-navigator/Makefile index a63e8da30516..5dd691585cfc 100644 --- a/www/bsdi-netscape47-navigator/Makefile +++ b/www/bsdi-netscape47-navigator/Makefile @@ -7,5 +7,6 @@ # BROWSER= navigator +PKGMESSAGE= ../bsdi-netscape47-communicator/pkg-message .include "../bsdi-netscape47-communicator/Makefile" |