mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
benchmarks/netperfmeter: update to 1.8.6
Disable DCCP detection to avoid build fail in 13-CURRENT (SOCK_DCCP not found) PR: 245945 Submitted by: gspurki@gmail.com Approved by: dreibh@iem.uni-due.de (maintainer, timeout > 1 week)
This commit is contained in:
parent
46dab4b45c
commit
c0a3e0d0f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533762
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= netperfmeter
|
||||
PORTVERSION= 1.8.4
|
||||
PORTVERSION= 1.8.6
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= https://www.uni-due.de/~be0001/netperfmeter/download/
|
||||
|
||||
|
@ -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
|
||||
|
25
benchmarks/netperfmeter/files/patch-CMakeLists.txt
Normal file
25
benchmarks/netperfmeter/files/patch-CMakeLists.txt
Normal file
@ -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 <stdio.h>
|
||||
-#include <sys/socket.h>
|
||||
-#include <netinet/in.h>
|
||||
-
|
||||
-int main (int argc, char** argv)
|
||||
-{
|
||||
- volatile int proto = IPPROTO_DCCP;
|
||||
- return(0);
|
||||
-}"
|
||||
-HAVE_DCCP)
|
||||
-
|
||||
-IF (HAVE_DCCP)
|
||||
- ADD_DEFINITIONS(-DHAVE_DCCP)
|
||||
-ENDIF()
|
||||
|
||||
|
||||
#############################################################################
|
@ -4,17 +4,17 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user