diff options
author | krion <krion@FreeBSD.org> | 2004-01-23 22:58:24 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-01-23 22:58:24 +0800 |
commit | eb6860d4471ee6cb10616708f3d1a3784ed91719 (patch) | |
tree | 31dae9fa3ccca8c609b7083ae13529839ae351d4 /math/GiNaC | |
parent | a1eb5d7980a95a4f6b251ea8aa5c38f755606384 (diff) | |
download | freebsd-ports-gnome-eb6860d4471ee6cb10616708f3d1a3784ed91719.tar.gz freebsd-ports-gnome-eb6860d4471ee6cb10616708f3d1a3784ed91719.tar.zst freebsd-ports-gnome-eb6860d4471ee6cb10616708f3d1a3784ed91719.zip |
- Update to version 1.1.6
PR: ports/61780
Submitted by: Ports Fury
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 |