diff -Nur yacas.old/Portfile yacas/Portfile
old
|
new
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name yacas |
5 | | version 1.0.58 |
| 5 | version 1.0.63 |
6 | 6 | categories math |
7 | 7 | maintainers olt@bogosoft.com |
8 | 8 | description Yet Another Computer Algebra System |
… |
… |
|
13 | 13 | system has a library of scripts that implement many of the symbolic\ |
14 | 14 | algebra operations - new algorithms can be easily added to the library. |
15 | 15 | master_sites http://yacas.sourceforge.net/backups/ |
16 | | checksums md5 fd7fa942789fdac8fa363e555c86cae9 |
| 16 | checksums md5 5c1a85f86d5ff7fa6054f99097556f4a |
| 17 | |
| 18 | patchfiles patch-Makefile.in |
17 | 19 | |
18 | 20 | depends_build bin:perl:perl5.8 |
19 | 21 | |
diff -Nur yacas.old/files/patch-Makefile.in yacas/files/patch-Makefile.in
old
|
new
|
|
| 1 | --- /Users/rick/Makefile.in.orig 2007-03-06 21:30:23.000000000 +0100 |
| 2 | +++ embed/Makefile.in 2007-03-06 21:30:46.000000000 +0100 |
| 3 | @@ -181,7 +181,7 @@ |
| 4 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 5 | LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \ |
| 6 | $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
| 7 | -CCLD = $(CC) |
| 8 | +CCLD = $(CXX) |
| 9 | LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
| 10 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
| 11 | CFLAGS = @CFLAGS@ |