Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2007 14:14:36 GMT
From:      bf <bf2006a@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/118125: [PATCH]math/gsl: fix fetch problem when NOPORTDOCS is used
Message-ID:  <200711191414.lAJEEaMv082423@www.freebsd.org>
Resent-Message-ID: <200711191420.lAJEK2oX051665@freefall.freebsd.org>

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

>Number:         118125
>Category:       ports
>Synopsis:       [PATCH]math/gsl: fix fetch problem when NOPORTDOCS is used
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 19 14:20:01 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        6.2-stable i386
>Organization:
>Environment:
>Description:
A problem with the way DISTFILES is set in the port Makefile leads to fetch problems with non-FreeBSD MASTER_SITES.  The problem was detected and fixed by Jona Joachim:

diff -ruN gsl.orig/Makefile gsl/Makefile
--- gsl.orig/Makefile	Sun Nov 18 07:33:59 2007
+++ gsl/Makefile	Sun Nov 18 07:42:30 2007
@@ -11,9 +11,9 @@
 MASTER_SITES=	${MASTER_SITE_GNU:S/$/:gsl/} \
 		http://www.gnu.org/software/${PORTNAME}/manual/:gslref
 MASTER_SITE_SUBDIR=	${PORTNAME}/:gsl
+DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:gsl
 .if !defined(NOPORTDOCS)
-DISTFILES=	${DISTNAME}${EXTRACT_SUFX}:gsl \
-		${GSLREF}:gslref
+DISTFILES+=	${GSLREF}:gslref
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 .endif
 

>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200711191414.lAJEEaMv082423>