Index: head/math/abacus/Makefile =================================================================== --- head/math/abacus/Makefile (revision 363114) +++ head/math/abacus/Makefile (revision 363115) @@ -1,38 +1,38 @@ # Created by: gahr # $FreeBSD$ PORTNAME= abacus DISTVERSION= 3.2betaU1 PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.informatik.uni-koeln.de/abacus/ MAINTAINER= gahr@FreeBSD.org COMMENT= Branch-And-CUt System LICENSE= GPLv2 LIB_DEPENDS= libClp.so:${PORTSDIR}/math/coinmp USE_GCC= yes USES= gmake perl5 USE_PERL5= build USE_LDCONFIG= yes ALL_TARGET= abacus WRKSRC= ${WRKDIR} post-patch: ${REINPLACE_CMD} -e '\ s|%%LOCALBASE%%|${LOCALBASE}|g; \ s|%%CXX%%|${CXX}|g; \ s|%%PERL5%%|${PERL5}|g' \ ${WRKSRC}/Makefile do-install: ${INSTALL_DATA} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.a ${STAGEDIR}${PREFIX}/lib/libabacus-osi.a - ${INSTALL_DATA} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.so ${STAGEDIR}${PREFIX}/lib/libabacus-osi.so.1 + ${INSTALL_PROGRAM} ${WRKSRC}/lib/linux20-gcc44/libabacus-osi.so ${STAGEDIR}${PREFIX}/lib/libabacus-osi.so.1 ${LN} -sf libabacus-osi.so.1 ${STAGEDIR}${PREFIX}/lib/libabacus-osi.so cd ${WRKSRC}/Include && ${COPYTREE_SHARE} abacus ${STAGEDIR}${PREFIX}/include .include Index: head/math/abacus/files/patch-Include-abacus_master.h =================================================================== --- head/math/abacus/files/patch-Include-abacus_master.h (nonexistent) +++ head/math/abacus/files/patch-Include-abacus_master.h (revision 363115) @@ -0,0 +1,10 @@ +--- Include/abacus/master.h.orig 2014-07-28 09:34:10.000000000 +0200 ++++ Include/abacus/master.h 2014-07-28 09:38:07.000000000 +0200 +@@ -51,7 +51,6 @@ + #include "abacus/cputimer.h" + #include "abacus/cowtimer.h" + #include "abacus/string.h" +-#include "abacus/standardpool.h" + + + class ABA_SUB; Property changes on: head/math/abacus/files/patch-Include-abacus_master.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/math/abacus/files/patch-Include-abacus_sub.h =================================================================== --- head/math/abacus/files/patch-Include-abacus_sub.h (nonexistent) +++ head/math/abacus/files/patch-Include-abacus_sub.h (revision 363115) @@ -0,0 +1,10 @@ +--- Include/abacus/sub.h.orig 2014-07-28 09:37:03.000000000 +0200 ++++ Include/abacus/sub.h 2014-07-28 09:37:19.000000000 +0200 +@@ -51,6 +51,7 @@ + #include "abacus/buffer.h" + #include "abacus/vartype.h" + #include "abacus/cputimer.h" ++#include "abacus/standardpool.h" + + class ABA_LPSUB; + class ABA_TAILOFF; Property changes on: head/math/abacus/files/patch-Include-abacus_sub.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property