diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-16 19:34:41 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-08-16 19:34:41 +0000 |
commit | e4ae47752b890824ce2d544854b4469b34581f08 (patch) | |
tree | 1f3680490b9871370979084139d11165e4643375 /math | |
parent | Update to verion 1.1.8 (diff) |
Update to verion 1.2.3
PR: ports/70545
Submitted by: Ports Fury
Diffstat (limited to 'math')
-rw-r--r-- | math/GiNaC/Makefile | 12 | ||||
-rw-r--r-- | math/GiNaC/distinfo | 4 | ||||
-rw-r--r-- | math/GiNaC/pkg-plist | 8 |
3 files changed, 9 insertions, 15 deletions
diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 74ea2311c0a8..b4678ff635e4 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,8 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 1.1.6 -PORTREVISION= 2 +PORTVERSION= 1.2.3 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -19,6 +18,7 @@ COMMENT= A C++ library for symbolic mathematical calculations LIB_DEPENDS= cln.3:${PORTSDIR}/math/cln USE_BZIP2= yes +USE_GCC= 3.3 USE_GNOME= gnomehack gnometarget pkgconfig USE_GMAKE= yes GNU_CONFIGURE= yes @@ -38,14 +38,6 @@ LDFLAGS= -L${LOCALBASE}/lib BROKEN= "Configure fails on amd64" .endif -.if ${OSVERSION} < 500035 -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: @${RM} -f ${WRKSRC}/doc/tutorial/ginac.info* diff --git a/math/GiNaC/distinfo b/math/GiNaC/distinfo index fd34f640a944..c4ee8c363271 100644 --- a/math/GiNaC/distinfo +++ b/math/GiNaC/distinfo @@ -1,2 +1,2 @@ -MD5 (GiNaC-1.1.6.tar.bz2) = 8e64ecfc545f949635989c84ebff81f5 -SIZE (GiNaC-1.1.6.tar.bz2) = 650432 +MD5 (GiNaC-1.2.3.tar.bz2) = ed63e9b45bb06f24ea18a746e1f4270a +SIZE (GiNaC-1.2.3.tar.bz2) = 750136 diff --git a/math/GiNaC/pkg-plist b/math/GiNaC/pkg-plist index 21642355edca..c68601f09d78 100644 --- a/math/GiNaC/pkg-plist +++ b/math/GiNaC/pkg-plist @@ -5,10 +5,11 @@ include/ginac/add.h include/ginac/archive.h include/ginac/assertion.h include/ginac/basic.h +include/ginac/class_info.h include/ginac/clifford.h include/ginac/color.h include/ginac/constant.h -include/ginac/container_suppl.h +include/ginac/container.h include/ginac/ex.h include/ginac/expair.h include/ginac/expairseq.h @@ -32,6 +33,7 @@ include/ginac/operators.h include/ginac/power.h include/ginac/print.h include/ginac/pseries.h +include/ginac/ptr.h include/ginac/registrar.h include/ginac/relational.h include/ginac/structure.h @@ -43,8 +45,8 @@ include/ginac/version.h include/ginac/wildcard.h lib/libginac.a lib/libginac.so -lib/libginac-1.1.so -lib/libginac-1.1.so.6 +lib/libginac-1.2.so +lib/libginac-1.2.so.3 libdata/pkgconfig/ginac.pc share/aclocal/ginac.m4 @dirrm include/ginac |