From 8408ed8657475f978f43d085fd220f2a4e29e271 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Mon, 26 Nov 2001 13:18:55 +0000 Subject: upgrade to 1.0.1 --- math/GiNaC/Makefile | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'math/GiNaC/Makefile') diff --git a/math/GiNaC/Makefile b/math/GiNaC/Makefile index 9b2179172c73..b207b3657ac9 100644 --- a/math/GiNaC/Makefile +++ b/math/GiNaC/Makefile @@ -7,7 +7,7 @@ # PORTNAME= GiNaC -PORTVERSION= 0.9.0 +PORTVERSION= 1.0.1 CATEGORIES= math MASTER_SITES= ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/ \ http://www.ginac.de/ @@ -18,7 +18,6 @@ USE_BZIP2= yes LIB_DEPENDS= cln:${PORTSDIR}/math/cln USE_LIBTOOL= yes - USE_GMAKE= yes USE_NEWGCC= yes @@ -26,4 +25,15 @@ INSTALLS_SHLIB= yes MAN1= ginsh.1 viewgar.1 ginac-config.1 +post-patch: + @${PERL} -pi -e "s,sstream,strstream,g" ${WRKSRC}/configure +.for file in numeric.cpp tostring.h + @${PERL} -pi -e "s,sstream,strstream,g ; \ + s,stringstream,strstream,g" ${WRKSRC}/ginac/${file} +.endfor + +pre-build: + @(cd ${WRKSRC} ; \ + ${LN} -sf ${PREFIX}/bin/libtool) + .include -- cgit