From owner-freebsd-ports Tue Oct 6 13:26:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA09109 for freebsd-ports-outgoing; Tue, 6 Oct 1998 13:26:01 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from dt053nb4.san.rr.com (dt053nb4.san.rr.com [204.210.34.180]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA09093; Tue, 6 Oct 1998 13:25:53 -0700 (PDT) (envelope-from Studded@dal.net) Received: from dal.net (Studded@localhost [127.0.0.1]) by dt053nb4.san.rr.com (8.8.8/8.8.8) with ESMTP id NAA20443; Tue, 6 Oct 1998 13:25:50 -0700 (PDT) (envelope-from Studded@dal.net) Message-ID: <361A7CCD.202322C1@dal.net> Date: Tue, 06 Oct 1998 13:25:49 -0700 From: Studded Organization: Triborough Bridge & Tunnel Authority X-Mailer: Mozilla 4.5b2 [en] (X11; I; FreeBSD 2.2.7-STABLE-0929 i386) X-Accept-Language: en MIME-Version: 1.0 To: thepish@FreeBSD.ORG, The fine people at Subject: Upgrade for netscape beta port and question Content-Type: multipart/mixed; boundary="------------3298E0C8F88AB74225655B33" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------3298E0C8F88AB74225655B33 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Here's an upgrade for the netscape beta port. Changes are: new location for files, remove 128 bit crypto option (the 4.5 branch doesn't support this yet), added RESTRICTED tag per info on the web site, regenerated patch-aa, portlint. Now the question. Even though RESTRICTED is set when the search on netscape's ftp site failed, it tried searching ftp.freebsd.org anyway. It seems to me that this is a waste of effort. Hope this helps, Doug -- *** Chief Operations Officer, DALnet IRC network *** Go PADRES! --------------3298E0C8F88AB74225655B33 Content-Type: text/plain; charset=us-ascii; name="net.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="net.diff" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/netscape45-communicator/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 1998/09/03 08:21:40 1.24 +++ Makefile 1998/10/06 20:16:45 @@ -6,48 +6,34 @@ # $Id: Makefile,v 1.24 1998/09/03 08:21:40 asami Exp $ # -DISTNAME= netscape-communicator-4.5b1 +DISTNAME= netscape-communicator-4.5b2 CATEGORIES= www -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/4.5_PR1/english/unix/freebsd2/ -DISTFILES= communicator-v45b1-export.x86-unknown-freebsd.tar.gz +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.5/4.5_PR2/english/unix/unsupported/freebsd/professional_edition/ +DISTFILES= communicator-v45b2-export.x86-unknown-freebsd.tar.gz MAINTAINER= thepish@FreeBSD.ORG +RESTRICTED= "No mirroring AND export restrictions per \ +ftp://ftp.netscape.com/pub/communicator/4.5/4.5_PR2/english/unix/unsupported/freebsd/.message" + NO_LATEST_LINK= yes -WRKSRC= ${WRKDIR}/communicator-v45b1.x86-unknown-freebsd +WRKSRC= ${WRKDIR}/communicator-v45b2.x86-unknown-freebsd NO_BUILD= Yes NDIR= ${PREFIX}/lib/netscape BINDIR= ${PREFIX}/bin -.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO -MASTER_SITES+= ftp://ftp.fortify.net/pub/Fortify/ \ - ftp://ftp.za.freebsd.org/pub/Fortify/ -DISTFILES+= Fortify-1.2.2-unix.tar.gz -RESTRICTED= "Contains strong cryptography" -.endif - -.if !defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO -pre-extract: - @${ECHO} "You can make Netscape use 128-bit encryption by defining USE_128BIT" - @${ECHO} "and defining USA_RESIDENT to NO" -.endif - do-install: cd ${WRKSRC} && yes "" | \ LC_TIME=C MOZILLA_HOME="${NDIR}" ./ns-install - mv -f ${NDIR}/netscape ${NDIR}/communicator-4.5.bin + ${MV} -f ${NDIR}/netscape ${NDIR}/communicator-4.5.bin ${INSTALL_SCRIPT} ${WRKSRC}/netscape ${BINDIR}/communicator-4.5 - ln -sf communicator-4.5 ${BINDIR}/communicator-4 - ln -sf communicator-4 ${BINDIR}/netscape + ${LN} -sf communicator-4.5 ${BINDIR}/communicator-4 + ${LN} -sf communicator-4 ${BINDIR}/netscape if [ ! -f ${NDIR}/mailcap ] ; then \ ${INSTALL_DATA} ${FILESDIR}/mailcap ${NDIR}; \ fi - rm -rf ${NDIR}/movemail-src -.if defined(USE_128BIT) && defined(USA_RESIDENT) && ${USA_RESIDENT} == NO - cd ${WRKDIR}/Fortify-1.2.2-unix && \ - (${ECHO} yes ; ${ECHO} no) | ./Fortify.sh ${NDIR}/communicator-4.5.bin -.endif + ${RM} -rf ${NDIR}/movemail-src chown -R bin.bin ${NDIR} post-install: Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/www/netscape45-communicator/files/md5,v retrieving revision 1.17 diff -u -r1.17 md5 --- md5 1998/09/03 08:21:05 1.17 +++ md5 1998/10/06 05:40:47 @@ -1 +1 @@ -MD5 (communicator-v45b1-export.x86-unknown-freebsd.tar.gz) = 8689b43f832d38a8541e610ed5c804b8 +MD5 (communicator-v45b2-export.x86-unknown-freebsd.tar.gz) = cd7d0689aa8cee4c645cced8ea098d30 Index: patches/patch-aa =================================================================== RCS file: /home/ncvs/ports/www/netscape45-communicator/patches/patch-aa,v retrieving revision 1.2 diff -u -r1.2 patch-aa --- patch-aa 1997/08/04 00:04:31 1.2 +++ patch-aa 1998/10/06 05:45:03 @@ -1,8 +1,8 @@ -*** ns-install.orig Tue Jul 1 23:22:18 1997 ---- ns-install Wed Jul 2 22:55:02 1997 +*** ns-install.orig Wed Sep 9 17:21:07 1998 +--- ns-install Mon Oct 5 22:44:12 1998 *************** -*** 103,108 **** ---- 103,109 ---- +*** 120,125 **** +--- 120,126 ---- # Even though the user has already used gzip to extract the file (or # we wouldn't be here), make sure we can find it. # @@ -11,7 +11,7 @@ flag=1 while test ${flag} -eq 1 *************** -*** 264,276 **** +*** 318,331 **** # Is this a virgin install? If so, create the .netscape dir # and put the default bookmark file in it. # @@ -20,22 +20,24 @@ ! # 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 "" ---- 265,277 ---- +--- 319,332 ---- # 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 +! # 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 "" Index: pkg/DESCR =================================================================== RCS file: /home/ncvs/ports/www/netscape45-communicator/pkg/DESCR,v retrieving revision 1.17 diff -u -r1.17 DESCR --- DESCR 1998/08/30 03:10:27 1.17 +++ DESCR 1998/10/06 20:12:43 @@ -8,24 +8,8 @@ It integrates: WWW browser (includes ldap, ftp, html etc) - Mail client - Usenet client + Mail client Usenet client fairly crude www editor - -New features in 4.5 since 4.0x: - -Smart Browsing -3-Pane Integrated Mail / News Interface -Pinpoint Addressing and Scalable Address Book -Greatly improved IMAP mail performance, network efficiency & interoperability. -Palm Pilot address book, calendar and mail synchronization -New Calendar with simplified user interface -Mail and address import from text, Outlook Express and Eudora -SmartUpdate uninstall -Netscape Quality Feedback System for bug reporting - -In addition it appears to be more stable than 4.0x - See "/usr/local/lib/netscape/LICENSE" for the licensing terms. Index: scripts/configure =================================================================== RCS file: /home/ncvs/ports/www/netscape45-communicator/scripts/configure,v retrieving revision 1.2 diff -u -r1.2 configure --- configure 1997/04/09 15:12:17 1.2 +++ configure 1998/10/06 20:10:57 @@ -3,4 +3,3 @@ sed -e "s;@X11BASE@;${X11BASE};g" -e "s;@PREFIX@;${PREFIX};g" \ ${FILESDIR}/netscape.sh >${WRKSRC}/netscape chmod +x ${WRKSRC}/netscape - --------------3298E0C8F88AB74225655B33-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message