[51712] trunk/dports/math/cadabra
gwright at macports.org
gwright at macports.org
Mon Jun 1 02:04:51 PDT 2009
Revision: 51712
http://trac.macports.org/changeset/51712
Author: gwright at macports.org
Date: 2009-06-01 02:04:50 -0700 (Mon, 01 Jun 2009)
Log Message:
-----------
Version bump to 1.11.
Modified Paths:
--------------
trunk/dports/math/cadabra/Portfile
trunk/dports/math/cadabra/files/patch-Makefile.in.diff
Added Paths:
-----------
trunk/dports/math/cadabra/files/patch-src-Makefile.in.diff
Modified: trunk/dports/math/cadabra/Portfile
===================================================================
--- trunk/dports/math/cadabra/Portfile 2009-06-01 08:24:25 UTC (rev 51711)
+++ trunk/dports/math/cadabra/Portfile 2009-06-01 09:04:50 UTC (rev 51712)
@@ -3,7 +3,7 @@
PortSystem 1.0
name cadabra
-version 1.08
+version 1.11
categories math
platforms darwin
maintainers gwright
@@ -19,9 +19,9 @@
homepage http://www.aei.mpg.de/~peekas/cadabra/
master_sites ${homepage}/
-checksums md5 a33a17c0794ce7e40b600a0f23bbfff2 \
- sha1 c631dbca7816d2259795184a8bcc583cc9394235 \
- rmd160 719305cd6d12ffcbf0cfe62df535ffe6ddfe9d55
+checksums md5 cf97dd9c4b353604d24c5c6c8cd35b09 \
+ sha1 8ce4808914bd4f4dfe53672e8737d46c4ae9475f \
+ rmd160 3f10de798118d975a9fb067939f6207ebef68c15
variant texmacs description { install TeXmacs from end } {
depends_run port:TeXmacs
@@ -32,7 +32,8 @@
configure.args-append --disable-gui
}
-patchfiles patch-Makefile.in.diff
+patchfiles patch-Makefile.in.diff \
+ patch-src-Makefile.in.diff
depends_lib port:modglue \
port:pcre \
Modified: trunk/dports/math/cadabra/files/patch-Makefile.in.diff
===================================================================
--- trunk/dports/math/cadabra/files/patch-Makefile.in.diff 2009-06-01 08:24:25 UTC (rev 51711)
+++ trunk/dports/math/cadabra/files/patch-Makefile.in.diff 2009-06-01 09:04:50 UTC (rev 51712)
@@ -2,7 +2,7 @@
+++ Makefile.in 2008-09-02 17:16:36.000000000 -0400
@@ -1,4 +1,5 @@
- export RELEASE=1.08
+ export RELEASE=1.11
+export LDFLAGS=@LDFLAGS@
.PHONY: static program_static test fasttest gui gui_static doc
Added: trunk/dports/math/cadabra/files/patch-src-Makefile.in.diff
===================================================================
--- trunk/dports/math/cadabra/files/patch-src-Makefile.in.diff (rev 0)
+++ trunk/dports/math/cadabra/files/patch-src-Makefile.in.diff 2009-06-01 09:04:50 UTC (rev 51712)
@@ -0,0 +1,11 @@
+--- src/Makefile.in.sav 2009-06-01 01:38:05.000000000 -0400
++++ src/Makefile.in 2009-06-01 01:39:06.000000000 -0400
+@@ -38,7 +38,7 @@
+ modules: $(MOBJS)
+
+ cadabra: $(OBJS) $(MOBJS)
+- @CXX@ -o cadabra ${LDFLAGS} -Wl,--as-needed $+ `pkg-config modglue --libs` -lgmpxx -lpcrecpp -lgmp
++ @CXX@ -o cadabra ${LDFLAGS} -Wl,-dead_strip_dylibs $+ `pkg-config modglue --libs` -lgmpxx -lpcrecpp -lgmp
+
+ #`pkg-config glib-2.0 --libs`
+ # Static linking now works!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090601/5080d038/attachment.html>
More information about the macports-changes
mailing list