diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 14:58:24 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-23 14:58:24 +0000 |
commit | ac249dd14136ea6d48cf0cf5f3be867d319dc48f (patch) | |
tree | fe75dfa2a2edb5650a937188ff46f23393f9c44a /math/GiNaC | |
parent | d6cb455721840b803a2e9a6c7274c6cd9f7bc6d4 (diff) | |
download | ports-ac249dd14136ea6d48cf0cf5f3be867d319dc48f.tar.gz ports-ac249dd14136ea6d48cf0cf5f3be867d319dc48f.zip |
Notes
Diffstat (limited to 'math/GiNaC')
-rw-r--r-- | math/GiNaC/Makefile | 3 | ||||
-rw-r--r-- | math/GiNaC/distinfo | 2 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 6eef71dd9176..c2f681f4d756 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.1.5 +PORTVERSION= 1.1.6 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -38,6 +38,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport RUN_DEPENDS+= ${LOCALBASE}/lib/libstlport_gcc.so:${PORTSDIR}/devel/stlport CPPFLAGS+= -I${LOCALBASE}/include/stlport ${PTHREAD_CFLAGS} LDFLAGS+= -lstlport_gcc ${PTHREAD_LIBS} +CFLAGS+= -O0 .endif post-extract: diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index 348fe2dc68dc..544867a8c794 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1 +1 @@ -MD5 (GiNaC-1.1.5.tar.bz2) = 84d459db2dbc2c87963a91d9457f5773 +MD5 (GiNaC-1.1.6.tar.bz2) = 8e64ecfc545f949635989c84ebff81f5 diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index b265d3e83626..8dcc7bafa6d7 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -44,6 +44,6 @@ include/ginac/wildcard.h lib/libginac.a lib/libginac.so lib/libginac-1.1.so -lib/libginac-1.1.so.5 +lib/libginac-1.1.so.6 share/aclocal/ginac.m4 @dirrm include/ginac |