ports/118125: [PATCH]math/gsl: fix fetch problem when NOPORTDOCS is used

bf bf2006a at yahoo.com
Mon Nov 19 14:20:02 UTC 2007


>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:



More information about the freebsd-ports-bugs mailing list