mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 15:21:51 -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$
|
||||
|
||||
PORTNAME= netio
|
||||
PORTVERSION= 1.26
|
||||
PORTVERSION= 1.32
|
||||
CATEGORIES= benchmarks net ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= arved
|
||||
DISTNAME= netio126
|
||||
DISTNAME= netio132
|
||||
|
||||
MAINTAINER= arved@FreeBSD.org
|
||||
COMMENT= Network benchmark
|
||||
|
@ -15,7 +15,7 @@ WRKSRC= ${WRKDIR}
|
|||
USES= gmake zip
|
||||
PLIST_FILES= bin/netio
|
||||
|
||||
CFLAGS+= -DUNIX
|
||||
CFLAGS+= -DUNIX -DSOCKLEN_T
|
||||
LIBS+= -pthread
|
||||
MAKE_ENV+= OUT=-o
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (netio126.zip) = 86c0bdee3224477b43c0cb6161ce1a20b2a2b6d59ef37f67864227096d9e8d5c
|
||||
SIZE (netio126.zip) = 140402
|
||||
SHA256 (netio132.zip) = c21550dfac6634558a7a79957eed28c46c62e0543017ef9d5c97c49f3cd41ddd
|
||||
SIZE (netio132.zip) = 162484
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue