Bug 118125 - [PATCH]math/gsl: fix fetch problem when NOPORTDOCS is used
Summary: [PATCH]math/gsl: fix fetch problem when NOPORTDOCS is used
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-19 14:20 UTC by bf
Modified: 2007-12-15 18:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bf 2007-11-19 14:20:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-19 14:20:06 UTC
Class Changed
From-To: sw-bug->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Pav Lucistnik freebsd_committer freebsd_triage 2007-12-15 18:39:10 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-12-15 18:41:48 UTC
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"