svn commit: r546026 - in head/benchmarks/iozone: . files

Josh Paetzel jpaetzel at FreeBSD.org
Sun Aug 23 23:49:37 UTC 2020


Author: jpaetzel
Date: Sun Aug 23 23:49:36 2020
New Revision: 546026
URL: https://svnweb.freebsd.org/changeset/ports/546026

Log:
  Fix build in a -fno-common world

Added:
  head/benchmarks/iozone/files/
  head/benchmarks/iozone/files/patch-iozone.c   (contents, props changed)
Modified:
  head/benchmarks/iozone/Makefile

Modified: head/benchmarks/iozone/Makefile
==============================================================================
--- head/benchmarks/iozone/Makefile	Sun Aug 23 22:24:41 2020	(r546025)
+++ head/benchmarks/iozone/Makefile	Sun Aug 23 23:49:36 2020	(r546026)
@@ -3,6 +3,7 @@
 
 PORTNAME=	iozone
 DISTVERSION=	3_487
+PORTREVISION=	1
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://www.iozone.org/src/current/
 DISTNAME=	${PORTNAME}${DISTVERSION}

Added: head/benchmarks/iozone/files/patch-iozone.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/benchmarks/iozone/files/patch-iozone.c	Sun Aug 23 23:49:36 2020	(r546026)
@@ -0,0 +1,11 @@
+--- iozone.c.orig	2020-08-23 23:33:25 UTC
++++ iozone.c
+@@ -1676,7 +1676,7 @@ int client_error;
+ 
+ char pit_hostname[40];
+ char pit_service[8];
+-int junk;
++extern int junk;
+ 
+ /* 
+  * Host ports used to listen, and handle errors.


More information about the svn-ports-head mailing list