Date: Wed, 19 May 1999 02:53:01 -0500 From: "Matthew D. Fuller" <fullermd@futuresouth.com> To: matt <matt@Mlink.NET> Cc: ports@FreeBSD.ORG Subject: Re: HRMMM... Communicator 4.6 Port. Message-ID: <19990519025301.B4947@futuresouth.com> In-Reply-To: <Pine.BSF.4.10.9905190326110.12510-100000@ns-1.ccia.cc>; from matt on Wed, May 19, 1999 at 03:28:23AM -0400 References: <Pine.BSF.4.10.9905190326110.12510-100000@ns-1.ccia.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, May 19, 1999 at 03:28:23AM -0400, a little birdie told me that matt remarked > > root[ns-1]:/usr/ports/www/netscape46-communicator# more Makefile > ... > > DISTNAME= communicator-v451-export.x86-unknown-freebsd > PKGNAME= netscape-communicator-4.51 Already bitten by it (that'll teach me to jump at a chance to reduce crash rates on Netscrape ;) It appears to have been repository copied, but not upgraded to 4.6 yet. This (quick horribly ugly) hack will let you at least get it installed (provided you 'make NO_CHECKSUM=yes'), though it'll still be in /usr/local/netscape4.51/, and the binary will be called communicator-4.51.bin, and other sundry ugly bits: Index: Makefile =================================================================== RCS file: /usr/cvs/ports/www/netscape46-communicator/Makefile,v retrieving revision 1.40 diff -u -r1.40 Makefile --- Makefile 1999/04/18 21:35:01 1.40 +++ Makefile 1999/05/19 07:49:41 @@ -6,10 +6,10 @@ # $Id: Makefile,v 1.40 1999/04/18 21:35:01 dirk Exp $ # -DISTNAME= communicator-v451-export.x86-unknown-freebsd +DISTNAME= communicator-v46-export.x86-unknown-freebsd PKGNAME= netscape-communicator-4.51 CATEGORIES= www -MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.51/english/unix/unsupported/freebsd/complete_install/ +MASTER_SITES= ftp://ftp.netscape.com/pub/communicator/4.6/english/unix/unsupported/freebsd/complete_install/ # DISTFILES must be set to begin with so USE_128BIT can add on to it. DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -20,7 +20,7 @@ ONLY_FOR_ARCHS= i386 NO_LATEST_LINK= yes -WRKSRC= ${WRKDIR}/communicator-v451.x86-unknown-freebsd +WRKSRC= ${WRKDIR}/communicator-v46.x86-unknown-freebsd NO_BUILD= Yes PLIST_SUB= NDIRBASE=${NDIRBASE} NO_FILTER_SHLIBS=yes (of course, anyone who actually COMMITS a piece of garbage like this hack should be shot. Repeatedly. With an elephant gun. In the head. And televised on cable) -- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | Matthew Fuller MF4839 http://www.over-yonder.net/ | * fullermd@futuresouth.com fullermd@over-yonder.net * | UNIX Systems Administrator Specializing in FreeBSD | * FutureSouth Communications ISPHelp ISP Consulting * | "The only reason I'm burning my candle at both ends, | * is because I haven't figured out how to light the * | middle yet" | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990519025301.B4947>