diff --git a/benchmarks/hipercontracer/Makefile b/benchmarks/hipercontracer/Makefile index f0037db1c74a4..fba4ce6da283a 100644 --- a/benchmarks/hipercontracer/Makefile +++ b/benchmarks/hipercontracer/Makefile @@ -11,24 +11,18 @@ WWW= https://www.uni-due.de/~be0001/hipercontracer/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= BROKEN for more than a year -EXPIRATION_DATE= 2023-11-30 -BROKEN= error: expected '(' for function-style cast or type construction - -LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ - libboost_filesystem.so:devel/boost-libs \ - libboost_iostreams.so:devel/boost-libs \ - libboost_log.so:devel/boost-libs \ - libboost_program_options.so:devel/boost-libs \ - libboost_system.so:devel/boost-libs \ - libboost_thread.so:devel/boost-libs +LIB_DEPENDS= libboost_atomic.so:devel/boost-libs USES= cmake compiler:c++14-lang python shebangfix tar:xz USE_LDCONFIG= yes SHEBANG_FILES= src/addressinfogenerator src/get-default-ips src/tracedataimporter -CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man +CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH=${PREFIX}/man PLIST_SUB= PORTVERSION=${PORTVERSION} +post-patch: + @${REINPLACE_CMD} -e '/^#include / { x; s/^/#include /; G; }' \ + ${WRKSRC}/src/tools.h ${WRKSRC}/src/traceroute.h + .include