From owner-freebsd-ports Thu Nov 1 14:50:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8606437B407 for ; Thu, 1 Nov 2001 14:50:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fA1Mo1W91458; Thu, 1 Nov 2001 14:50:01 -0800 (PST) (envelope-from gnats) Received: from yoda.bmi.net (yoda.bmi.net [204.57.191.163]) by hub.freebsd.org (Postfix) with ESMTP id 4D9F837B401; Thu, 1 Nov 2001 14:42:47 -0800 (PST) Received: from johncoop.MSHOME (drumheller-router.bmi.net [206.63.201.3] (may be forged)) by yoda.bmi.net (Pro-8.9.3/Pro-8.9.3) with ESMTP id OAA12123; Thu, 1 Nov 2001 14:39:58 -0800 Received: by johncoop.MSHOME (Postfix, from userid 0) id 33E2315503; Thu, 1 Nov 2001 14:42:40 -0800 (PST) Message-Id: <20011101224240.33E2315503@johncoop.MSHOME> Date: Thu, 1 Nov 2001 14:42:40 -0800 (PST) From: John Merryweather Cooper Reply-To: John Merryweather Cooper To: FreeBSD-gnats-submit@freebsd.org Cc: deischen@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31700: [PATCH] Fix fetch/build of nedit-5.2 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 # -# $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