[24932] trunk/dports/math/cadabra

source_changes at macosforge.org source_changes at macosforge.org
Tue May 8 09:14:14 PDT 2007


Revision: 24932
          http://trac.macosforge.org/projects/macports/changeset/24932
Author:   gwright at macports.org
Date:     2007-05-08 09:14:14 -0700 (Tue, 08 May 2007)

Log Message:
-----------
Version bump to 0.113.

Modified Paths:
--------------
    trunk/dports/math/cadabra/Portfile

Added Paths:
-----------
    trunk/dports/math/cadabra/files/patch-Makefile.in

Modified: trunk/dports/math/cadabra/Portfile
===================================================================
--- trunk/dports/math/cadabra/Portfile	2007-05-08 16:13:18 UTC (rev 24931)
+++ trunk/dports/math/cadabra/Portfile	2007-05-08 16:14:14 UTC (rev 24932)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		cadabra
-version		0.112
+version		0.113
 categories	math
 platforms	darwin
 maintainers	gwright at macports.org
@@ -18,22 +18,23 @@
 homepage	http://www.aei.mpg.de/~peekas/cadabra/
 master_sites	${homepage}/
 
-checksums	sha1 8159efced295ad20f89ad63a32998af1ea87bb38
+checksums	sha1 06d3d6e0b10996f6fd60e7da2164af0a664c0699
 
 variant texmacs	{ depends_run port:TeXmacs }
 
+patchfiles	patch-Makefile.in
+
 depends_lib	port:modglue	\
 		port:pcre	\
-		port:pcre++	\
+		port:pcrexx	\
 		port:gmp	\
 		port:LiE
 
-configure.env	CPPFLAGS=-I${prefix}/include
+configure.env	CPPFLAGS=-I${prefix}/include	\
+		LDFLAGS=-L${prefix}/lib
 
-build		{ cd ${worksrcpath}
-		  system "LDFLAGS=-L${prefix}/lib ${build.cmd} ${build.target}"
-#		  system "CDB_LOG=1 LDFLAGS=-L${prefix}/lib ${build.cmd} test"
-		  system "CDB_LOG=1 LDFLAGS=-L${prefix}/lib ${build.cmd} advtest"
+post-build	{ cd ${worksrcpath}
+#		  system "env CDB_LOG=1 ${build.cmd} test"
+		  system "env CDB_LOG=1 ${build.cmd} advtest"
 		}
-	
 

Added: trunk/dports/math/cadabra/files/patch-Makefile.in
===================================================================
--- trunk/dports/math/cadabra/files/patch-Makefile.in	                        (rev 0)
+++ trunk/dports/math/cadabra/files/patch-Makefile.in	2007-05-08 16:14:14 UTC (rev 24932)
@@ -0,0 +1,9 @@
+--- Makefile.in.sav	2007-05-08 10:01:46.000000000 -0400
++++ Makefile.in	2007-05-08 10:01:39.000000000 -0400
+@@ -1,5 +1,6 @@
+ 
+ export RELEASE=0.113
++export LDFLAGS=@LDFLAGS@
+ 
+ .PHONY: static program_static test fasttest gui gui_static doc
+ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070508/8b7c183e/attachment.html


More information about the macports-changes mailing list