Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 1998 10:18:29 -0800 (PST)
From:      Nick Thille <thille@chandelle.redbacknetworks.com>
To:        ports@freebsd.org
Subject:   It appears the netscape3 port for 3.03 in version 2.2.5 is broken
Message-ID:  <199801021818.KAA23208@chandelle.redbacknetworks.com>

next in thread | raw e-mail | index | archive | help

I had problems because the file didn't exist.  I dug around on
netscape's website and found the english version of 3.3 gone, but 3.4
was there, so I changed the Makefile and files/md5 to pull down
version 3.4.  I pulled down both tar files and ran md5 on them to
generate checksums.  I have not built the non-gold version, but I have
built and am running the gold version.

You may have already seen and fixed this, but I figured I'd send along
what I had anyway.  Unfortunately, I blew it and didn't save copies of
the originals so I could generate diffs, but the files are small, so I've
just attached them at the bottom.

Keep grinning!

-Nick

------------------------------------------------------------------------------

# New ports collection makefile for:	netscape
# Version required:     3.04
# Date created:		2 January 1997
# Whom:			thille
#
# $Id: Makefile,v 1.17 1997/09/23 21:01:13 ache Exp $
#

DISTNAME=       netscape-3.04
CATEGORIES=	www
.if defined(GOLD)
MASTER_SITES=   ftp://ftp.netscape.com/pub/navigator/3.04/shipping/english/unix/bsdi11/navigator_gold_complete/
DIST_SUBDIR=    gold
.else
MASTER_SITES=   ftp://ftp.netscape.com/pub/navigator/3.04/shipping/english/unix/bsdi11/navigator_complete/
.endif
DISTFILES=      netscape-v304-export.x86-unknown-bsd.tar.gz

MAINTAINER=     ports@FreeBSD.ORG

RESTRICTED=	"Commercial software"
NO_WRKSUBDIR=	yes

pre-fetch:
.if !defined(GOLD)
	@${ECHO_MSG} "Note you can make the \"gold\" version by typing \"make GOLD=yes\"."
.else
	@${ECHO_MSG} "Making the \"gold\" version."
.endif

post-install:
	@${CAT} ${PKGDIR}/DESCR

.include <bsd.port.mk>


------------------------------------------------------------------------------

MD5 (netscape-v304-export.x86-unknown-bsd.tar.gz) = a08bc63c6f1a2e934045be0848c7bb09

MD5 (gold/netscape-v304-export.x86-unknown-bsd.tar.gz) = d53200dcbd0bfb1afd2e202d5736f9e0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801021818.KAA23208>