[23849] trunk/dports/math/yacas

source_changes at macosforge.org source_changes at macosforge.org
Tue Apr 10 21:13:13 PDT 2007


Revision: 23849
          http://trac.macosforge.org/projects/macports/changeset/23849
Author:   jann at macports.org
Date:     2007-04-10 21:13:13 -0700 (Tue, 10 Apr 2007)

Log Message:
-----------
Updated to latest version, fixed build problems

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

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

Modified: trunk/dports/math/yacas/Portfile
===================================================================
--- trunk/dports/math/yacas/Portfile	2007-04-11 03:59:06 UTC (rev 23848)
+++ trunk/dports/math/yacas/Portfile	2007-04-11 04:13:13 UTC (rev 23849)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name		yacas
-version		1.0.58
+version		1.0.63
 categories	math
 maintainers	olt at bogosoft.com
 description	Yet Another Computer Algebra System
@@ -13,8 +13,10 @@
 	system has a library of scripts that implement many of the symbolic\
 	algebra operations - new algorithms can be easily added to the library.
 master_sites	http://yacas.sourceforge.net/backups/
-checksums   md5 fd7fa942789fdac8fa363e555c86cae9
+checksums   md5 5c1a85f86d5ff7fa6054f99097556f4a
 
+patchfiles  patch-Makefile.in
+
 depends_build	bin:perl:perl5.8
 
 configure.env	LDFLAGS="-L${prefix}/lib" \

Added: trunk/dports/math/yacas/files/patch-Makefile.in
===================================================================
--- trunk/dports/math/yacas/files/patch-Makefile.in	                        (rev 0)
+++ trunk/dports/math/yacas/files/patch-Makefile.in	2007-04-11 04:13:13 UTC (rev 23849)
@@ -0,0 +1,11 @@
+--- /Users/rick/Makefile.in.orig	2007-03-06 21:30:23.000000000 +0100
++++ embed/Makefile.in	2007-03-06 21:30:46.000000000 +0100
+@@ -181,7 +181,7 @@
+ 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
+ 	$(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
++CCLD = $(CXX)
+ LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
+ 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
+ CFLAGS = @CFLAGS@

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070410/769d1b76/attachment.html


More information about the macports-changes mailing list