Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 1999 15:49:39 -0600 (MDT)
From:      brett@peloton.physics.montana.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11033: update to gimp-manual port
Message-ID:  <199904082149.PAA26701@peloton.physics.montana.edu>

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

>Number:         11033
>Category:       ports
>Synopsis:       update to gimp-manual port to fix fetch problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr  8 14:50:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Brett Taylor
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
Montana State University, Bozeman
>Environment:

	FreeBSD 2.2.8-STABLE #0: Mon Mar 15 15:28:07 MST 1999

>Description:

	the PS and PDF versions were failing to fetch as they'd gone
	missing from the MASTER_SITE

	- moved copies to my ftp site and added as new MASTER_SITE
	- added NO_CDROM to PS version as it's 44 MB - we may not need
		both the PDF and HTML versions either - I'd be tempted 
		to put NO_CDROM on the PDF version too, but I'll see what
		the opinions of others are

>How-To-Repeat:

	apply diff attached below

>Fix:
	

diff -ruN gimp-manual-html/Makefile gimp-manual-html/Makefile
--- gimp-manual-html/Makefile	Thu Apr  8 15:44:10 1999
+++ gimp-manual-html/Makefile	Thu Apr  8 15:35:18 1999
@@ -9,7 +9,8 @@
 DISTNAME=	GimpUserManual-1.0.0
 PKGNAME=	GimpUserManual-${DOCFORMAT}-1.0.0
 CATEGORIES=	graphics
-MASTER_SITES=	ftp://manual.gimp.org/pub/manual/
+MASTER_SITES=	ftp://manual.gimp.org/pub/manual/ \
+		ftp://peloton.physics.montana.edu/pub/distfiles/
 
 MAINTAINER=	brett@peloton.physics.montana.edu
 
@@ -64,6 +65,8 @@
 EXTRACT_CMD=	${GZIP_CMD}
 EXTRACT_BEFORE_ARGS= -cd
 EXTRACT_AFTER_ARGS= > ${DISTNAME}
+
+NO_CDROM="too big"
 
 NO_BUILD=	yes
 USE_X_PREFIX=	yes

>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?199904082149.PAA26701>