[118813] trunk/dports/math/pure-glpk

ryandesign at macports.org ryandesign at macports.org
Fri Apr 11 00:21:22 PDT 2014


Revision: 118813
          https://trac.macports.org/changeset/118813
Author:   ryandesign at macports.org
Date:     2014-04-11 00:21:21 -0700 (Fri, 11 Apr 2014)
Log Message:
-----------
pure-glpk: update to 0.5; add pkg-config build dependency; add gmp, libtool and zlib library dependencies

Modified Paths:
--------------
    trunk/dports/math/pure-glpk/Portfile
    trunk/dports/math/pure-glpk/files/patch-Makefile.diff

Modified: trunk/dports/math/pure-glpk/Portfile
===================================================================
--- trunk/dports/math/pure-glpk/Portfile	2014-04-11 07:20:34 UTC (rev 118812)
+++ trunk/dports/math/pure-glpk/Portfile	2014-04-11 07:21:21 UTC (rev 118813)
@@ -4,7 +4,7 @@
 PortSystem          1.0
 PortGroup           pure 1.0
 
-pure.setup          glpk 0.4
+pure.setup          glpk 0.5
 categories          math lang
 platforms           darwin
 maintainers         ryandesign
@@ -15,9 +15,14 @@
 
 long_description    ${name} provides ${description}.
 
-checksums           rmd160  50eb4a88fa98940f26d09d123d8497dd333caf87 \
-                    sha256  966e8990ac4b0fe6c117de06eacb667016f46538e5de09179e7987b02acd2ede
+checksums           rmd160  bd872c53b28388aeaa2b1e56f95a54b419643a01 \
+                    sha256  5d6dc11706985dda02d96d481ea5f164c9e95ee446432fc4fc3d0db61a076346
 
-depends_lib-append  port:glpk
+depends_build-append port:pkgconfig
 
+depends_lib-append  port:glpk \
+                    port:gmp \
+                    port:libtool \
+                    port:zlib
+
 patchfiles          patch-Makefile.diff

Modified: trunk/dports/math/pure-glpk/files/patch-Makefile.diff
===================================================================
--- trunk/dports/math/pure-glpk/files/patch-Makefile.diff	2014-04-11 07:20:34 UTC (rev 118812)
+++ trunk/dports/math/pure-glpk/files/patch-Makefile.diff	2014-04-11 07:21:21 UTC (rev 118813)
@@ -1,11 +1,11 @@
---- Makefile.orig	2011-01-30 17:10:16.000000000 -0600
-+++ Makefile	2011-04-28 18:26:36.000000000 -0500
-@@ -21,7 +21,7 @@
- #PIC = -fPIC # uncomment for x86-64 compilation
- DLL = .so
- shared = -shared
+--- Makefile.orig	2014-04-11 01:36:44.000000000 -0500
++++ Makefile	2014-04-11 01:39:06.000000000 -0500
+@@ -18,7 +18,7 @@
+ bindir      = $(prefix)/bin
+ libdir      = $(shell pkg-config pure --variable libdir)
+ 
 -ODBCLIB = -lodbc
 +ODBCLIB =
  
- # Take care of some common systems.
- ifneq "$(findstring -mingw,$(host))" ""
+ ifeq ($(DLL),.dylib)
+ # OSX: hardcode the installation path into the module, so that the module can
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140411/f309ac33/attachment.html>


More information about the macports-changes mailing list