From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 8 11:50:08 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94449106566C for ; Mon, 8 Nov 2010 11:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7070D8FC0C for ; Mon, 8 Nov 2010 11:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id oA8Bo8Wf033111 for ; Mon, 8 Nov 2010 11:50:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oA8Bo8ht033110; Mon, 8 Nov 2010 11:50:08 GMT (envelope-from gnats) Resent-Date: Mon, 8 Nov 2010 11:50:08 GMT Resent-Message-Id: <201011081150.oA8Bo8ht033110@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF7D11065672 for ; Mon, 8 Nov 2010 11:42:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id ADA468FC17 for ; Mon, 8 Nov 2010 11:42:49 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id oA8Bgn0Z044380 for ; Mon, 8 Nov 2010 11:42:49 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id oA8Bgnx5044379; Mon, 8 Nov 2010 11:42:49 GMT (envelope-from nobody) Message-Id: <201011081142.oA8Bgnx5044379@www.freebsd.org> Date: Mon, 8 Nov 2010 11:42:49 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/152046: [PATCH] sysutils/fio: update to 1.44.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 11:50:08 -0000 >Number: 152046 >Category: ports >Synopsis: [PATCH] sysutils/fio: update to 1.44.2 >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: Mon Nov 08 11:50:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 8.1-STABLE >Organization: >Environment: 8.1-STABLE i386 >Description: - update to 1.44.2 - switch to bzip2 distribution - add license stuff - remove md5 checksum - conditionally depend on math/gnuplot (default off) last is needed for fio_generate_plots to work. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruNa fio/Makefile fio/Makefile --- fio/Makefile 2010-10-26 01:24:02.000000000 +0400 +++ fio/Makefile 2010-11-08 14:35:14.000000000 +0300 @@ -8,15 +8,20 @@ # PORTNAME= fio -PORTVERSION= 1.44.1 +PORTVERSION= 1.44.2 CATEGORIES= sysutils MASTER_SITES= http://brick.kernel.dk/snaps/ MAINTAINER= luigi@FreeBSD.org COMMENT= The program fio - flexible IO tester +USE_BZIP2= yes USE_GMAKE= yes MAKEFILE= Makefile.FreeBSD +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +OPTIONS= GNUPLOT "Support for plotting graphs" off MAN1= fio.1 fio_generate_plots.1 PLIST_FILES= bin/fio bin/fio_generate_plots @@ -29,6 +34,10 @@ .include +.if defined(WITH_GNUPLOT) +RUN_DEPENDS+= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot +.endif + .if ${OSVERSION} < 700000 .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64-6 diff -ruNa fio/distinfo fio/distinfo --- fio/distinfo 2010-10-26 01:24:02.000000000 +0400 +++ fio/distinfo 2010-11-08 14:17:02.000000000 +0300 @@ -1,3 +1,2 @@ -MD5 (fio-1.44.1.tar.gz) = 88024867de9c439b9acc300e19deffae -SHA256 (fio-1.44.1.tar.gz) = d0393f3ab98fcd8c3f23c9433a80c69731040e0ddecb3058bd5e2576223baff1 -SIZE (fio-1.44.1.tar.gz) = 204213 +SHA256 (fio-1.44.2.tar.bz2) = d89c47d0e4f105a733c1ea18789aa3a31b6d6a75f809671f9ee74de2738b9e99 +SIZE (fio-1.44.2.tar.bz2) = 161319 >Release-Note: >Audit-Trail: >Unformatted: