Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 1998 07:00:01 -0800 (PST)
From:      "Scot W. Hetzel" <hetzels@westbend.net>
To:        freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/8948: netscape45-communicator port doesn't work with USE_128BIT
Message-ID:  <199812031500.HAA12951@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/8948; it has been noted by GNATS.

From: "Scot W. Hetzel" <hetzels@westbend.net>
To: <FreeBSD-gnats-submit@FreeBSD.ORG>
Cc: "John Baldwin" <jobaldwi@vt.edu>
Subject: Re: ports/8948: netscape45-communicator port doesn't work with USE_128BIT
Date: Thu, 3 Dec 1998 08:58:32 -0600

 The fix for this problem is to add:
 
 --- Makefile.orig       Sat Nov 28 03:41:28 1998
 +++ Makefile    Thu Dec  3 08:53:54 1998
 @@ -10,6 +10,7 @@
  PKGNAME=       netscape-communicator-4.5
  CATEGORIES=    www
  MASTER_SITES=
 ftp://ftp.netscape.com/pub/communicator/4.5/english/unix/unsupported/freebsd
 /complete_install/
 +DISTFILES=      ${DISTNAME}${EXTRACT_SUFX}
 
  MAINTAINER=    thepish@FreeBSD.ORG
 
 
 Since DISTFILES is not set when it gets to the USE_128BIT, the Makefile was
 setting the DISTFILES to only the Fortify file instead of adding it to the
 list of files.
 
 Scot
 
 

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?199812031500.HAA12951>