From owner-freebsd-ports Wed May 19 0:53:20 1999 Delivered-To: freebsd-ports@freebsd.org Received: from shell.futuresouth.com (shell.futuresouth.com [198.78.58.28]) by hub.freebsd.org (Postfix) with ESMTP id 241D014FEE for ; Wed, 19 May 1999 00:53:09 -0700 (PDT) (envelope-from fullermd@futuresouth.com) Received: (from fullermd@localhost) by shell.futuresouth.com (8.9.3/8.9.3) id CAA05670; Wed, 19 May 1999 02:53:01 -0500 (CDT) Date: Wed, 19 May 1999 02:53:01 -0500 From: "Matthew D. Fuller" To: matt Cc: ports@FreeBSD.ORG Subject: Re: HRMMM... Communicator 4.6 Port. Message-ID: <19990519025301.B4947@futuresouth.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: ; from matt on Wed, May 19, 1999 at 03:28:23AM -0400 X-OS: FreeBSD Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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