ports/183332: [PATCH] benchmarks/fio: Update to 2.1.3, Enable STAGE support

Kubilay Kocak koobs.freebsd at gmail.com
Sat Oct 26 13:30:02 UTC 2013


>Number:         183332
>Category:       ports
>Synopsis:       [PATCH] benchmarks/fio: Update to 2.1.3, Enable STAGE support
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 26 13:30:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kubilay Kocak
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD 9-STABLE-amd64.elysium 9.2-STABLE FreeBSD 9.2-STABLE #1 r256754: Sat Oct 19 10:16:00 EST
>Description:
benchmarks/fio: Update to 2.1.3, Enable STAGE support

- Update to 2.1.3
- Update pkg-plist
- Enable STAGE support
- Remove LICENSE_FILE for those listed in bsd.licenses.db.mk
- pkg-descr: Tab to space in WWW

portlint: WARN: Makefile: only one MASTER_SITE configured
porttest: OK - 9-STABLE amd64
testport: OK - poudriere, all versions/archs

Port maintainer (skreuzer at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- fio-2.1.3.patch begins here ---
diff -ruN /usr/ports/benchmarks/fio/Makefile ./Makefile
--- /usr/ports/benchmarks/fio/Makefile	2013-09-21 01:52:44.000000000 +1000
+++ ./Makefile	2013-10-27 00:05:07.953669575 +1100
@@ -1,8 +1,8 @@
 # Created by: luigi at FreeBSD.org
-# $FreeBSD: benchmarks/fio/Makefile 327708 2013-09-20 15:52:44Z bapt $
+# $FreeBSD: head/benchmarks/fio/Makefile 327708 2013-09-20 15:52:44Z bapt $
 
 PORTNAME=	fio
-PORTVERSION=	2.1.1
+PORTVERSION=	2.1.3
 CATEGORIES=	benchmarks
 MASTER_SITES=	http://brick.kernel.dk/snaps/
 
@@ -10,7 +10,6 @@
 COMMENT=	FIO - flexible IO tester
 
 LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake
 USE_BZIP2=	yes
@@ -18,19 +17,16 @@
 OPTIONS_DEFINE=	GNUPLOT
 GNUPLOT_DESC=	Support for plotting graphs
 
-MAN1=		fio.1 fio_generate_plots.1
-
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/fio ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/fio_generate_plots ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/fio.1 ${MAN1PREFIX}/man/man1/
-	${INSTALL_MAN} ${WRKSRC}/fio_generate_plots.1 ${MAN1PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/fio ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/tools/fio_generate_plots ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/fio.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
+	${INSTALL_MAN} ${WRKSRC}/tools/fio_generate_plots.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
 .if ${PORT_OPTIONS:MEXAMPLES}
-	@${MKDIR} ${EXAMPLESDIR}
-	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
+	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	@(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
 .endif
 
 .if ${PORT_OPTIONS:MGNUPLOT}
diff -ruN /usr/ports/benchmarks/fio/distinfo ./distinfo
--- /usr/ports/benchmarks/fio/distinfo	2013-07-02 00:26:20.000000000 +1000
+++ ./distinfo	2013-10-26 23:42:11.974511554 +1100
@@ -1,2 +1,2 @@
-SHA256 (fio-2.1.1.tar.bz2) = bbe68cb9b6d4c5ec3da4dbf22b30605358bf593702baae4566ec291ac3d8076b
-SIZE (fio-2.1.1.tar.bz2) = 316673
+SHA256 (fio-2.1.3.tar.bz2) = 89f595427c0bfb4bee89961db7af2d26cb42bdd826b103f7dca9716faef4e69c
+SIZE (fio-2.1.3.tar.bz2) = 406262
diff -ruN /usr/ports/benchmarks/fio/pkg-descr ./pkg-descr
--- /usr/ports/benchmarks/fio/pkg-descr	2012-07-15 00:29:18.000000000 +1000
+++ ./pkg-descr	2013-10-26 23:39:25.663628123 +1100
@@ -3,4 +3,4 @@
 the user. Fio can be driven by a 'job file' describing the I/O
 load one wants to simulate.
 
-WWW:	http://git.kernel.dk/?p=fio.git
+WWW: http://git.kernel.dk/?p=fio.git
diff -ruN /usr/ports/benchmarks/fio/pkg-plist ./pkg-plist
--- /usr/ports/benchmarks/fio/pkg-plist	2013-07-02 00:26:20.000000000 +1000
+++ ./pkg-plist	2013-10-27 00:03:45.547882062 +1100
@@ -1,5 +1,7 @@
 bin/fio
 bin/fio_generate_plots
+man/man1/fio.1.gz
+man/man1/fio_generate_plots.1.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/1mbs_clients.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/aio-read.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cpuio.fio
@@ -13,6 +15,7 @@
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/fusion-aw-sync.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/iometer-file-access-server.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio.fio
+%%PORTEXAMPLES%%%%EXAMPLESDIR%%/netio_multicast.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/null.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/numa.fio
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/rdmaio-client.fio
--- fio-2.1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list