Date: Thu, 1 Nov 2001 14:42:40 -0800 (PST) From: John Merryweather Cooper <john_m_cooper@yahoo.com> To: FreeBSD-gnats-submit@freebsd.org Cc: deischen@freebsd.org Subject: ports/31700: [PATCH] Fix fetch/build of nedit-5.2 Message-ID: <20011101224240.33E2315503@johncoop.MSHOME>
next in thread | raw e-mail | index | archive | help
>Number: 31700 >Category: ports >Synopsis: [PATCH] Fix fetch/build of nedit-5.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 01 14:50:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: John Merryweather Cooper >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD johncoop.MSHOME 4.4-STABLE FreeBSD 4.4-STABLE #40: Thu Nov 1 10:07:58 PST 2001 jmcoopr@johncoop.MSHOME:/usr/obj/usr/src/sys/JOHNCOOP i386 >Description: As presently constituted in editors/nedit, nedit-5.2 won't fetch or build. The fetch problem maybe temporary--ftp.nedit.org appears to be down. I've eased this problem by including the http URL's as a backup. Also, the tarball now uses gzip instead of compress, so the extension is now the conventional .tar.gz instead of .tar.Z. The build problem is related to the change in the extension of the tarball. Fixing that, everything works again. >How-To-Repeat: Just try and build it without nedit-5.2-src.tar.Z in /usr/ports/distfiles . . . :) >Fix: Changes are to the Makefile and distinfo. All else remains the same. diff -ruN follows: diff -ruN nedit/Makefile nedit.new/Makefile --- nedit/Makefile Wed Oct 31 14:56:01 2001 +++ nedit.new/Makefile Thu Nov 1 14:33:23 2001 @@ -2,22 +2,24 @@ # Date created: 7 April 1996 # Whom: Daniel Eischen <deischen@freebsd.org> # -# $FreeBSD: ports/editors/nedit/Makefile,v 1.24 2001/10/31 18:07:04 deischen Exp $ +# $FreeBSD$ # PORTNAME= nedit PORTVERSION= 5.2 CATEGORIES= editors MASTER_SITES= ftp://ftp.nedit.org/pub/v5_2/ \ - ftp://ftp.nedit.org/pub/contrib/misc/ -DISTFILES= nedit-5.2-src.tar.Z nedit.app-defaults + ftp://ftp.nedit.org/pub/contrib/misc/ \ + http://www.nedit.org/ftp/v5_2/ \ + http://www.nedit.org/ftp/contrib/misc/ +DISTFILES= nedit-5.2-src.tar.gz nedit.app-defaults MAINTAINER= deischen@freebsd.org USE_MOTIF= yes USE_X_PREFIX= yes USE_XPM= yes -EXTRACT_ONLY= nedit-5.2-src.tar.Z +EXTRACT_ONLY= nedit-5.2-src.tar.gz MAN1= nclient.1 nedit.1 ALL_TARGET= freebsd diff -ruN nedit/distinfo nedit.new/distinfo --- nedit/distinfo Wed Oct 31 14:56:01 2001 +++ nedit.new/distinfo Thu Nov 1 14:33:46 2001 @@ -1,2 +1,2 @@ -MD5 (nedit-5.2-src.tar.Z) = 76810d24eb16f069da9e558fba29b3e3 +MD5 (nedit-5.2-src.tar.gz) = c5aa936eccfc1d1c0f39d339f0d88d76 MD5 (nedit.app-defaults) = 36c5e660039e0bd4b4d05df609b505bb >Release-Note: >Audit-Trail: >Unformatted: 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?20011101224240.33E2315503>