Index: head/science/simlib/Makefile =================================================================== --- head/science/simlib/Makefile (revision 482409) +++ head/science/simlib/Makefile (revision 482410) @@ -1,47 +1,49 @@ # Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= simlib -PORTVERSION= 3.02 -PORTREVISION= 1 +DISTVERSION= 3.06 +DISTVERSIONSUFFIX= -20181003 CATEGORIES= science MASTER_SITES= http://www.fit.vutbr.cz/~peringer/SIMLIB/source/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-20111030 MAINTAINER= ports@FreeBSD.org COMMENT= SIMulation LIBrary for C++ programming language +LICENSE= LGPL20 + USES= gmake USE_LDCONFIG= yes + WRKSRC= ${WRKDIR}/${PORTNAME} CXXFLAGS+= -fPIC NOT_FOR_ARCHS= aarch64 armv6 armv7 mips mips64 powerpc powerpc64 sparc64 NOT_FOR_ARCHS_REASON= contains not working ${ARCH}-dependent assembly code .include .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1101000 # nm crashes during the build: # Assertion failed: (ddata->output.size > 0), function cpp_demangle_read_sname, file /usr/src/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c, line 2137. USE_BINUTILS= yes BINARY_ALIAS= nm=${NM} .endif 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 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsimlib.so .include Index: head/science/simlib/distinfo =================================================================== --- head/science/simlib/distinfo (revision 482409) +++ head/science/simlib/distinfo (revision 482410) @@ -1,2 +1,3 @@ -SHA256 (simlib-3.02-20111030.tar.gz) = b5d544f0736fdf4c9a419b527d607549e0b1d2c04a77d5fc48dcf34cd14e1ae6 -SIZE (simlib-3.02-20111030.tar.gz) = 1129986 +TIMESTAMP = 1539927064 +SHA256 (simlib-3.06-20181003.tar.gz) = 3624d870bca8303f14b3824dbe59db426bbc0e687586038710ef0edfcdc85012 +SIZE (simlib-3.06-20181003.tar.gz) = 1144115 Index: head/science/simlib/files/patch-src_errors.txt =================================================================== --- head/science/simlib/files/patch-src_errors.txt (revision 482409) +++ head/science/simlib/files/patch-src_errors.txt (nonexistent) @@ -1,13 +0,0 @@ -src/errors.txt is used to generate src/errors.cc - ---- src/errors.txt.orig 2018-07-07 20:48:53 UTC -+++ src/errors.txt -@@ -14,7 +14,7 @@ _ErrMsg(_ErrEnum) - - //////////////////////////////////////////////////////////////////////////// - --Copyright SIMLIB/C++ Simulation Library, "SIMLIB_COPYRIGHT" -+Copyright SIMLIB/C++ Simulation Library, " SIMLIB_COPYRIGHT " - UnknownError Undocumented error - InternalError Internal error - MemoryError No memory Property changes on: head/science/simlib/files/patch-src_errors.txt ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property