aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2008-07-15 13:01:10 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2008-07-15 13:01:10 +0000
commitc1553496d33a291e05f4f2c852e779240dbc3b82 (patch)
treec2b855102d1f7dc62e0f9f0590170f600af0a08f /math
parent35c032fe4d2ae5f03a89ecc87dec5af69c7e4ae8 (diff)
downloadports-c1553496d33a291e05f4f2c852e779240dbc3b82.tar.gz
ports-c1553496d33a291e05f4f2c852e779240dbc3b82.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/glpk/Makefile8
-rw-r--r--math/glpk/distinfo6
-rw-r--r--math/glpk/pkg-plist2
3 files changed, 9 insertions, 7 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile
index a47b02689582..83e0e7ca7b77 100644
--- a/math/glpk/Makefile
+++ b/math/glpk/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= glpk
-PORTVERSION= 4.28
+PORTVERSION= 4.29
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= glpk
@@ -25,7 +25,8 @@ USE_LDCONFIG= yes
CFLAGS+= -trigraphs
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
+CONFIGURE_ARGS+= --with-gmp --with-zlib
.include <bsd.port.pre.mk>
@@ -51,7 +52,7 @@ CONFIGURE_ARGS+= --disable-mysql
.if !defined(NOPORTDOCS)
PORTDOCS= bench.txt bench1.txt glpk.ps glpk_faq.txt gmpl.ps \
- gomory.djvu opb.txt tables.txt
+ gomory.djvu opb.txt tables.txt updating.djvu
.endif
post-patch:
@@ -63,6 +64,7 @@ post-install:
.if !defined(NOPORTDOCS)
@${CP} ${WRKSRC}/doc/memo/gomory.djvu ${WRKSRC}/doc/
+ @${CP} ${WRKSRC}/doc/memo/updating.djvu ${WRKSRC}/doc/
@${MKDIR} ${DOCSDIR}
for docfile in ${PORTDOCS} ; do \
${INSTALL_MAN} ${WRKSRC}/doc/$${docfile} ${DOCSDIR} ; \
diff --git a/math/glpk/distinfo b/math/glpk/distinfo
index 190a567c0995..d12f159f2933 100644
--- a/math/glpk/distinfo
+++ b/math/glpk/distinfo
@@ -1,3 +1,3 @@
-MD5 (glpk-4.28.tar.gz) = 6e4f30c37fb189aec6c71b27f0a57449
-SHA256 (glpk-4.28.tar.gz) = 8faeb202e58a3a9f6a6a8b0e8ae557bcc30f712060b4871a530f070c14939fd8
-SIZE (glpk-4.28.tar.gz) = 1546104
+MD5 (glpk-4.29.tar.gz) = 1e2d341619162499bbdebc96ca1d99a4
+SHA256 (glpk-4.29.tar.gz) = 41f458ef830b8b4df730ff789fcb612bd9ad274c29fb8665a7039dba0865102c
+SIZE (glpk-4.29.tar.gz) = 1557255
diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist
index ca413c66cb4e..7bf5dee29d60 100644
--- a/math/glpk/pkg-plist
+++ b/math/glpk/pkg-plist
@@ -34,4 +34,4 @@ include/glptsp.h
lib/libglpk.a
lib/libglpk.la
lib/libglpk.so
-lib/libglpk.so.13
+lib/libglpk.so.14