ports/77709: [PATCH] math/lp_solve: fix unfetchable
Sam Lawrance
boris at brooknet.com.au
Sat Feb 19 04:20:10 UTC 2005
>Number: 77709
>Category: ports
>Synopsis: [PATCH] math/lp_solve: fix unfetchable
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sat Feb 19 04:20:09 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Sam Lawrance
>Release: FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD dirk.no.domain 5.3-STABLE FreeBSD 5.3-STABLE #3: Wed Feb 9 00:12:24 EST
>Description:
Chase mastersites - how's that url :) It will do for the moment.
I'll work on finding a site for updated versions if possible.
Use braces instead of parantheses for makefile variables.
>How-To-Repeat:
>Fix:
--- lp_solve-4.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/math/lp_solve/Makefile,v
retrieving revision 1.5
diff -u -u -r1.5 Makefile
--- Makefile 13 Apr 2004 04:03:46 -0000 1.5
+++ Makefile 19 Feb 2005 04:17:52 -0000
@@ -9,7 +9,7 @@
PORTVERSION= 4.0
PORTREVISION= 1
CATEGORIES= math
-MASTER_SITES= # none
+MASTER_SITES= ftp://ftp.es.ele.tue.nl/pub/lp_solve/old_versions_which_you_probably_dont_want/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports at FreeBSD.org
@@ -32,12 +32,12 @@
${INSTALL_MAN} ${WRKSRC}/lp_solve.1 ${PREFIX}/man/man1
.ifndef NOPORTDOCS
${MKDIR} ${DOCSDIR}
- ${CP} $(WRKSRC)/HARTMUT_DOCUMENTATION ${DOCSDIR}
- ${CP} $(WRKSRC)/MPS.description ${DOCSDIR}
- ${CP} $(WRKSRC)/*.pdf ${DOCSDIR}
+ ${CP} ${WRKSRC}/HARTMUT_DOCUMENTATION ${DOCSDIR}
+ ${CP} ${WRKSRC}/MPS.description ${DOCSDIR}
+ ${CP} ${WRKSRC}/*.pdf ${DOCSDIR}
${MKDIR} ${EXAMPLESDIR}
${INSTALL_PROGRAM} ${WRKSRC}/demo ${EXAMPLESDIR}
- ${CP} -R $(WRKSRC)/lp_examples/* ${EXAMPLESDIR}
+ ${CP} -R ${WRKSRC}/lp_examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/FreeBSD/ports/math/lp_solve/pkg-descr,v
retrieving revision 1.2
diff -u -u -r1.2 pkg-descr
--- pkg-descr 25 Jul 2003 07:08:06 -0000 1.2
+++ pkg-descr 19 Feb 2005 04:17:13 -0000
@@ -8,5 +8,7 @@
Michel Berkelaar
michel at ics.ele.tue.nl
________
-NOTE: Current development of this tool is done on Yahoo's "lp_solve"
-group, at http://groups.yahoo.com/group/lp_solve/ .
+NOTE: Current development of this tool is done on Yahoo's "lp_solve"
+group (below).
+
+WWW: http://groups.yahoo.com/group/lp_solve/
--- lp_solve-4.0_1.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list