Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 23:49:36 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546026 - in head/benchmarks/iozone: . files
Message-ID:  <202008232349.07NNnajJ049465@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008232349.07NNnajJ049465>