From owner-freebsd-ports Fri Jan 2 10:15:55 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA20333 for ports-outgoing; Fri, 2 Jan 1998 10:15:55 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from chandelle.redbacknetworks.com (chandelle.redbacknetworks.com [207.114.131.99]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA20311 for ; Fri, 2 Jan 1998 10:15:48 -0800 (PST) (envelope-from thille@chandelle.redbacknetworks.com) Received: (from thille@localhost) by chandelle.redbacknetworks.com (8.8.7/8.8.7) id KAA23208; Fri, 2 Jan 1998 10:18:29 -0800 (PST) (envelope-from thille) Date: Fri, 2 Jan 1998 10:18:29 -0800 (PST) Message-Id: <199801021818.KAA23208@chandelle.redbacknetworks.com> From: Nick Thille To: ports@freebsd.org Subject: It appears the netscape3 port for 3.03 in version 2.2.5 is broken Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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 ------------------------------------------------------------------------------ MD5 (netscape-v304-export.x86-unknown-bsd.tar.gz) = a08bc63c6f1a2e934045be0848c7bb09 MD5 (gold/netscape-v304-export.x86-unknown-bsd.tar.gz) = d53200dcbd0bfb1afd2e202d5736f9e0