Ticket #4446: yacas-patch

File yacas-patch, 749 bytes (added by olt@…, 19 years ago)

yacas Portfile patch

Line 
1--- Portfile    18 Apr 2004 22:30:28 -0000      1.1
2+++ Portfile    16 Aug 2005 09:12:23 -0000
3@@ -2,7 +2,7 @@
4 
5 PortSystem 1.0
6 name           yacas
7-version                1.0.56
8+version                1.0.58
9 categories     math
10 maintainers    olt@bogosoft.com
11 description    Yet Another Computer Algebra System
12@@ -13,12 +13,13 @@
13        system has a library of scripts that implement many of the symbolic\
14        algebra operations - new algorithms can be easily added to the library.
15 master_sites   http://yacas.sourceforge.net/backups/
16-checksums      md5 cde348f0a4274e1f487b7483003cf119
17+checksums   md5 fd7fa942789fdac8fa363e555c86cae9
18 
19 depends_build  bin:perl:perl5.8
20 
21 configure.env  LDFLAGS="-L${prefix}/lib" \
22                CPPFLAGS="-I${prefix}/include"
23+configure.args-append   --disable-shared
24 
25 test.run       yes
26