Date: Wed, 7 Feb 2007 09:48:30 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Cc: demon@FreeBSD.org Subject: ports/108857: [PATCH] math/glpk: update to 4.14 Message-ID: <20070207014830.5870B7EAD2@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200702070210.l172AHl9010469@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 108857 >Category: ports >Synopsis: [PATCH] math/glpk: update to 4.14 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 07 02:10:17 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 6.2-RELEASE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.2-RELEASE FreeBSD 6.2-RELEASE #12: Sat Jan 20 20:29:28 CST 2007 >Description: - Update to 4.14 Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- glpk-4.14.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/math/glpk/Makefile,v retrieving revision 1.21 diff -u -u -r1.21 Makefile --- Makefile 29 May 2006 14:04:13 -0000 1.21 +++ Makefile 7 Feb 2007 01:46:39 -0000 @@ -6,7 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.10 +PORTVERSION= 4.14 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -14,11 +14,19 @@ MAINTAINER= demon@FreeBSD.org COMMENT= A GNU Linear Programming Kit +LIB_DEPENDS= gmp:${PORTSDIR}/math/libgmp4 + GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" USE_GMAKE= yes CFLAGS+= -trigraphs -DOCFILES= lang.ps refman.ps bench.txt GLPK_FAQ.txt +DOCFILES= lang.ps refman.ps bench.txt glpk_faq.txt + +.if !defined(NOPORTDOCS) +PORTDOCS= * +.endif post-install: .if !defined(NOPORTDOCS) Index: distinfo =================================================================== RCS file: /home/pcvs/ports/math/glpk/distinfo,v retrieving revision 1.18 diff -u -u -r1.18 distinfo --- distinfo 29 May 2006 14:04:13 -0000 1.18 +++ distinfo 7 Feb 2007 01:46:39 -0000 @@ -1,3 +1,3 @@ -MD5 (glpk-4.10.tar.gz) = a1ae21f2ddf2f71aa1af9385ebfd7b74 -SHA256 (glpk-4.10.tar.gz) = 4ab1fe89b8da3cf81210bfdaa2c04bcc0a4a93beb372602d8a891309db743d86 -SIZE (glpk-4.10.tar.gz) = 1034733 +MD5 (glpk-4.14.tar.gz) = 5f39433ac2973b66fa001856bd861c77 +SHA256 (glpk-4.14.tar.gz) = 80446c61f241271a8871c4e75c6d39e4e3c8fc08d832daeefa6f3076262e0159 +SIZE (glpk-4.14.tar.gz) = 1079105 Index: pkg-plist =================================================================== RCS file: /home/pcvs/ports/math/glpk/pkg-plist,v retrieving revision 1.16 diff -u -u -r1.16 pkg-plist --- pkg-plist 29 May 2006 14:04:13 -0000 1.16 +++ pkg-plist 7 Feb 2007 01:46:39 -0000 @@ -1,30 +1,4 @@ bin/glpsol bin/tspsol -include/glpavl.h -include/glpbfi.h -include/glpdmp.h -include/glphbm.h -include/glpiet.h -include/glpinv.h -include/glpios.h -include/glpipm.h -include/glpipp.h include/glpk.h -include/glplib.h -include/glplpp.h -include/glplpx.h -include/glpluf.h -include/glpmat.h -include/glpmip.h -include/glpmpl.h -include/glpqmd.h -include/glprng.h -include/glpspx.h -include/glpstr.h -include/glptsp.h lib/libglpk.a -%%PORTDOCS%%%%DOCSDIR%%/GLPK_FAQ.txt -%%PORTDOCS%%%%DOCSDIR%%/bench.txt -%%PORTDOCS%%%%DOCSDIR%%/lang.ps -%%PORTDOCS%%%%DOCSDIR%%/refman.ps -%%PORTDOCS%%@dirrm %%DOCSDIR%% --- glpk-4.14.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070207014830.5870B7EAD2>