diff options
author | demon <demon@FreeBSD.org> | 2009-06-24 16:30:11 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2009-06-24 16:30:11 +0800 |
commit | d727535c266cbe8774ab5b512d6208d190fa855d (patch) | |
tree | a44d81a1e4a54c326cb8769d0d72b3049a8de449 /math/glpk | |
parent | 44a17f83b76903a60845fb026651819ab0a5f52a (diff) | |
download | freebsd-ports-graphics-d727535c266cbe8774ab5b512d6208d190fa855d.tar.gz freebsd-ports-graphics-d727535c266cbe8774ab5b512d6208d190fa855d.tar.zst freebsd-ports-graphics-d727535c266cbe8774ab5b512d6208d190fa855d.zip |
Update to version 4.38.
PR: 135956
Submitted by: bf <bf1783@gmail.com>
Diffstat (limited to 'math/glpk')
-rw-r--r-- | math/glpk/Makefile | 18 | ||||
-rw-r--r-- | math/glpk/distinfo | 6 | ||||
-rw-r--r-- | math/glpk/pkg-plist | 36 |
3 files changed, 11 insertions, 49 deletions
diff --git a/math/glpk/Makefile b/math/glpk/Makefile index 91e45742df9..01f43ec6092 100644 --- a/math/glpk/Makefile +++ b/math/glpk/Makefile @@ -6,8 +6,7 @@ # PORTNAME= glpk -PORTVERSION= 4.37 -PORTREVISION= 1 +PORTVERSION= 4.38 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= glpk @@ -51,28 +50,25 @@ USE_MYSQL= yes CONFIGURE_ARGS+= --disable-mysql .endif +post-patch: + @${REINPLACE_CMD} -e "s;\/usr\/include\/mysql;${LOCALBASE}\/include\/mysql;g" \ + ${WRKSRC}/configure + .if !defined(NOPORTDOCS) PORTDOCS= bench.txt bench1.txt bench2.txt glpk.pdf glpk_faq.txt gmpl.pdf \ opb.txt tables.pdf dfeas.djvu gomory.djvu scaling.djvu \ subset.djvu updating.djvu -.endif - -post-patch: - @${REINPLACE_CMD} -e "s;\/usr\/include\/mysql;${LOCALBASE}\/include\/mysql;g" \ - ${WRKSRC}/configure post-install: - @${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/ - -.if !defined(NOPORTDOCS) @${CP} ${WRKSRC}/doc/notes/*.djvu ${WRKSRC}/doc/ @${MKDIR} ${DOCSDIR} for docfile in ${PORTDOCS} ; do \ ${INSTALL_MAN} ${WRKSRC}/doc/$${docfile} ${DOCSDIR} ; \ done + .endif regression-test: build - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} check) + @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_ARGS} check) .include <bsd.port.post.mk> diff --git a/math/glpk/distinfo b/math/glpk/distinfo index d3bc9fa6c2c..dad3b3329d1 100644 --- a/math/glpk/distinfo +++ b/math/glpk/distinfo @@ -1,3 +1,3 @@ -MD5 (glpk-4.37.tar.gz) = e88e0d36681566eeb333dde0be57224e -SHA256 (glpk-4.37.tar.gz) = dd4a0547d8a7ae04b510a5a6fc1a572d33531a646df41750958b71125afcb8c2 -SIZE (glpk-4.37.tar.gz) = 2260610 +MD5 (glpk-4.38.tar.gz) = 83d4b345800b3f30e4ef570216f94fbe +SHA256 (glpk-4.38.tar.gz) = cb6c19a2db6e6af6bc32c2f80723da2b1cd862bfef5f65d0d932189c15e7bd1d +SIZE (glpk-4.38.tar.gz) = 2379308 diff --git a/math/glpk/pkg-plist b/math/glpk/pkg-plist index 188de2044df..a0a0b5375d1 100644 --- a/math/glpk/pkg-plist +++ b/math/glpk/pkg-plist @@ -1,40 +1,6 @@ bin/glpsol -include/glpapi.h -include/glpavl.h -include/glpbfd.h -include/glpbfx.h -include/glpcpx.h -include/glpdmp.h -include/glpfhv.h -include/glpgmp.h -include/glphbm.h -include/glpini.h -include/glpios.h -include/glpipm.h -include/glpipp.h include/glpk.h -include/glplib.h -include/glplpf.h -include/glplpp.h -include/glpluf.h -include/glplux.h -include/glpmat.h -include/glpmpl.h -include/glpmps.h -include/glpnet.h -include/glpqmd.h -include/glprgr.h -include/glprng.h -include/glpscf.h -include/glpscg.h -include/glpscl.h -include/glpspm.h -include/glpspx.h -include/glpsql.h -include/glpssx.h -include/glpstd.h -include/glptsp.h lib/libglpk.a lib/libglpk.la lib/libglpk.so -lib/libglpk.so.22 +lib/libglpk.so.23 |