Index: head/benchmarks/netperfmeter/Makefile =================================================================== --- head/benchmarks/netperfmeter/Makefile (revision 533761) +++ head/benchmarks/netperfmeter/Makefile (revision 533762) @@ -1,23 +1,23 @@ # Created by: Thomas Dreibholz # $FreeBSD$ PORTNAME= netperfmeter -PORTVERSION= 1.8.4 +PORTVERSION= 1.8.6 CATEGORIES= benchmarks MASTER_SITES= https://www.uni-due.de/~be0001/netperfmeter/download/ MAINTAINER= dreibh@iem.uni-due.de COMMENT= Network Performance Meter LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING USES= cmake compiler:c11 shebangfix tar:xz SHEBANG_FILES= src/pdfembedfonts src/setpdfmetadata src/plot-netperfmeter-results CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man CMAKE_OFF= WITH_NEAT BUILD_TEST_PROGRAMS CMAKE_ON= BUILD_PLOT_PROGRAMS .include Index: head/benchmarks/netperfmeter/distinfo =================================================================== --- head/benchmarks/netperfmeter/distinfo (revision 533761) +++ head/benchmarks/netperfmeter/distinfo (revision 533762) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565194937 -SHA256 (netperfmeter-1.8.4.tar.xz) = 83034f2f2761c97a17178a9c0c275c9835167b08af8f65dabd40f9da5680c5aa -SIZE (netperfmeter-1.8.4.tar.xz) = 196032 +TIMESTAMP = 1587926919 +SHA256 (netperfmeter-1.8.6.tar.xz) = 0d234bc6a624514215d4eb5a376eddb1baac8c4af0d7685a11cfcd5b1dd96b6a +SIZE (netperfmeter-1.8.6.tar.xz) = 201528 Index: head/benchmarks/netperfmeter/files/patch-CMakeLists.txt =================================================================== --- head/benchmarks/netperfmeter/files/patch-CMakeLists.txt (nonexistent) +++ head/benchmarks/netperfmeter/files/patch-CMakeLists.txt (revision 533762) @@ -0,0 +1,25 @@ +--- CMakeLists.txt.orig 2020-04-29 15:29:06 UTC ++++ CMakeLists.txt +@@ -211,22 +211,6 @@ IF (USES_IEEEFP_FP) + ENDIF() + + +-# ###### DCCP support ####################################################### +-CHECK_C_SOURCE_RUNS(" +-#include +-#include +-#include +- +-int main (int argc, char** argv) +-{ +- volatile int proto = IPPROTO_DCCP; +- return(0); +-}" +-HAVE_DCCP) +- +-IF (HAVE_DCCP) +- ADD_DEFINITIONS(-DHAVE_DCCP) +-ENDIF() + + + ############################################################################# Property changes on: head/benchmarks/netperfmeter/files/patch-CMakeLists.txt ___________________________________________________________________ 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/benchmarks/netperfmeter/pkg-plist =================================================================== --- head/benchmarks/netperfmeter/pkg-plist (revision 533761) +++ head/benchmarks/netperfmeter/pkg-plist (revision 533762) @@ -1,20 +1,20 @@ bin/combinesummaries bin/createsummary bin/extractvectors bin/getabstime bin/netperfmeter bin/pdfembedfonts -bin/setpdfmetadata bin/plot-netperfmeter-results bin/runtimeestimator +bin/setpdfmetadata man/man1/combinesummaries.1.gz man/man1/createsummary.1.gz man/man1/extractvectors.1.gz man/man1/getabstime.1.gz man/man1/netperfmeter.1.gz man/man1/pdfembedfonts.1.gz -man/man1/setpdfmetadata.1.gz man/man1/plot-netperfmeter-results.1.gz man/man1/runtimeestimator.1.gz +man/man1/setpdfmetadata.1.gz %%DATADIR%%/plot-netperfmeter-results.R %%DATADIR%%/plotter.R