ports/157241: [PATCH]math/glpk: update to 4.45

bf bf at FreeBSD.org
Sat May 21 15:40:09 UTC 2011


>Number:         157241
>Category:       ports
>Synopsis:       [PATCH]math/glpk: update to 4.45
>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:   Sat May 21 15:40:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     bf
>Release:        9-CURRENT amd64
>Organization:
-
>Environment:
>Description:
Update to 4.45, add LICENSE, and remove addition of CPPFLAGS to CONFIGURE_ENV (the last is now done in bsd.port.mk).
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/math/glpk/Makefile,v
retrieving revision 1.40
diff -u -r1.40 Makefile
--- Makefile	19 Apr 2010 10:43:32 -0000	1.40
+++ Makefile	21 May 2011 15:31:29 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	glpk
-PORTVERSION=	4.43
-PORTREVISION=	1
+PORTVERSION=	4.45
 CATEGORIES=	math
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	glpk
@@ -17,6 +16,8 @@
 
 LIB_DEPENDS=	gmp:${PORTSDIR}/math/gmp
 
+LICENSE=	GPLv3
+
 OPTIONS=	IODBC	"Enable MathProg iodbc support" Off \
 		MYSQL	"Enable MathProg mysql support" Off
 
@@ -26,7 +27,7 @@
 CFLAGS+=	-trigraphs
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
-CONFIGURE_ENV+=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS}"
 CONFIGURE_ARGS+=	--with-gmp --with-zlib
 
 .include <bsd.port.pre.mk>
@@ -56,9 +57,9 @@
 	${WRKSRC}/configure
 
 .if !defined(NOPORTDOCS)
-PORTDOCS=	glpk.pdf glpk_faq.txt gmpl.pdf graphs.pdf miplib2.txt miplib3.txt \
-		netlib.txt opb.txt tables.pdf dfeas.pdf gomory.pdf keller.pdf prepro.pdf \
-		scaling.pdf subset.pdf updating.pdf
+PORTDOCS=	dfeas.pdf glpk.pdf glpk_faq.txt gmpl.pdf gomory.pdf graphs.pdf \
+		keller.pdf miplib2.txt miplib3.txt netlib.txt prepro.pdf \
+		scaling.pdf updating.pdf
 
 post-install:
 	@${CP} ${WRKSRC}/doc/notes/*.pdf ${WRKSRC}/doc/
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/math/glpk/distinfo,v
retrieving revision 1.36
diff -u -r1.36 distinfo
--- distinfo	20 Mar 2011 12:50:07 -0000	1.36
+++ distinfo	31 Mar 2011 18:08:57 -0000
@@ -1,2 +1,2 @@
-SHA256 (glpk-4.43.tar.gz) = 3be5f9c2cc355b39570ddb1b86a2ccc40fb52f81588f953f22c2ed29e3278e27
-SIZE (glpk-4.43.tar.gz) = 3212131
+SHA256 (glpk-4.45.tar.gz) = 9207cb613d4436d9a66bc1b1f2018176d106cef0e92a3a85500feeec373be98c
+SIZE (glpk-4.45.tar.gz) = 3132439
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/math/glpk/pkg-plist,v
retrieving revision 1.33
diff -u -r1.33 pkg-plist
--- pkg-plist	19 Mar 2010 15:09:41 -0000	1.33
+++ pkg-plist	31 Mar 2011 18:14:57 -0000
@@ -3,4 +3,4 @@
 lib/libglpk.a
 lib/libglpk.la
 lib/libglpk.so
-lib/libglpk.so.28
+lib/libglpk.so.30


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list