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
Class Changed From-To: sw-bug->maintainer-update Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed, thanks!
pav 2007-12-15 18:41:43 UTC FreeBSD ports repository Modified files: math/gsl Makefile Log: - Fix fetch in NOPORTDOCS case PR: ports/118125 Submitted by: bf <bf2006a@yahoo.com> (maintainer) Revision Changes Path 1.39 +2 -2 ports/math/gsl/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"