mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
benchmarks/netio: update 1.26 -> 1.32
- Fix clang build issues - Maintainer's timeout (arved@FreeBSD.org) PR: 181789 Submitted by: Pawel Biernacki <pawel.biernacki@gmail.com>
This commit is contained in:
parent
e73272ab4c
commit
902e1e1c72
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381939
3 changed files with 3130 additions and 286 deletions
|
@ -2,11 +2,11 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= netio
|
PORTNAME= netio
|
||||||
PORTVERSION= 1.26
|
PORTVERSION= 1.32
|
||||||
CATEGORIES= benchmarks net ipv6
|
CATEGORIES= benchmarks net ipv6
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR= arved
|
MASTER_SITE_SUBDIR= arved
|
||||||
DISTNAME= netio126
|
DISTNAME= netio132
|
||||||
|
|
||||||
MAINTAINER= arved@FreeBSD.org
|
MAINTAINER= arved@FreeBSD.org
|
||||||
COMMENT= Network benchmark
|
COMMENT= Network benchmark
|
||||||
|
@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}
|
||||||
USES= gmake zip
|
USES= gmake zip
|
||||||
PLIST_FILES= bin/netio
|
PLIST_FILES= bin/netio
|
||||||
|
|
||||||
CFLAGS+= -DUNIX
|
CFLAGS+= -DUNIX -DSOCKLEN_T
|
||||||
LIBS+= -pthread
|
LIBS+= -pthread
|
||||||
MAKE_ENV+= OUT=-o
|
MAKE_ENV+= OUT=-o
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (netio126.zip) = 86c0bdee3224477b43c0cb6161ce1a20b2a2b6d59ef37f67864227096d9e8d5c
|
SHA256 (netio132.zip) = c21550dfac6634558a7a79957eed28c46c62e0543017ef9d5c97c49f3cd41ddd
|
||||||
SIZE (netio126.zip) = 140402
|
SIZE (netio132.zip) = 162484
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue