diff options
author | Wen Heping <wen@FreeBSD.org> | 2013-09-21 11:02:36 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2013-09-21 11:02:36 +0000 |
commit | 0dea0192303406b3b949a31479a4264b58bafce6 (patch) | |
tree | 8a65853b693e94bde66f1541f0034f604471d26b | |
parent | 74e3892ea06b1d9bef175c7f8b2519f016a3e5df (diff) |
Notes
-rw-r--r-- | science/simlib/Makefile | 16 | ||||
-rw-r--r-- | science/simlib/distinfo | 4 |
2 files changed, 12 insertions, 8 deletions
diff --git a/science/simlib/Makefile b/science/simlib/Makefile index 7629892aa699..f67905ad5fff 100644 --- a/science/simlib/Makefile +++ b/science/simlib/Makefile @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= simlib -PORTVERSION= 3.0.20081216 +PORTVERSION= 3.02 CATEGORIES= science MASTER_SITES= http://www.fit.vutbr.cz/~peringer/SIMLIB/source/ -DISTNAME= ${PORTNAME}-3-${PORTVERSION:E} +DISTNAME= ${PORTNAME}-${PORTVERSION}-20111030 -MAINTAINER= wenheping@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= SIMulation LIBrary for C++ programming language -USE_GMAKE= yes +USES= gmake USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-3 +WRKSRC= ${WRKDIR}/${PORTNAME} CXXFLAGS+= -fPIC -NOT_FOR_ARCHS= ia64 powerpc sparc64 +NOT_FOR_ARCHS= ia64 powerpc sparc64 NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code NO_STAGE= yes @@ -24,6 +24,10 @@ post-patch: @${REINPLACE_CMD} -e 's|make|gmake|g' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ ${WRKSRC}/src/Makefile.generic + @${REINPLACE_CMD} -e 's#g++#${CXX}#g' \ + ${WRKSRC}/src/Makefile.FreeBSD-i386 \ + ${WRKSRC}/examples/Makefile.FreeBSD-i386 \ + ${WRKSRC}/tests/Makefile.FreeBSD-i386 @${MV} ${WRKSRC}/src/Makefile.FreeBSD-i386 ${WRKSRC}/src/Makefile @${MV} ${WRKSRC}/examples/Makefile.FreeBSD-i386 ${WRKSRC}/examples/Makefile @${MV} ${WRKSRC}/tests/Makefile.FreeBSD-i386 ${WRKSRC}/tests/Makefile diff --git a/science/simlib/distinfo b/science/simlib/distinfo index 51281a19d237..0a964e79dacc 100644 --- a/science/simlib/distinfo +++ b/science/simlib/distinfo @@ -1,2 +1,2 @@ -SHA256 (simlib-3-20081216.tar.gz) = 2dd5ac1e193f20cb7e5d09012fb87ee5ee7289d1c079394c13dea0c11886f770 -SIZE (simlib-3-20081216.tar.gz) = 1225010 +SHA256 (simlib-3.02-20111030.tar.gz) = b5d544f0736fdf4c9a419b527d607549e0b1d2c04a77d5fc48dcf34cd14e1ae6 +SIZE (simlib-3.02-20111030.tar.gz) = 1129986 |