From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 10 16:50:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B0F7DF2 for ; Sat, 10 May 2014 16:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5946C303 for ; Sat, 10 May 2014 16:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4AGo10c018285 for ; Sat, 10 May 2014 16:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4AGo1Cf018284; Sat, 10 May 2014 16:50:01 GMT (envelope-from gnats) Resent-Date: Sat, 10 May 2014 16:50:01 GMT Resent-Message-Id: <201405101650.s4AGo1Cf018284@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, Klaus Aehlig Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE2B6CF1 for ; Sat, 10 May 2014 16:47:04 +0000 (UTC) Received: from linta.de (isilmar-3.linta.de [188.40.101.200]) (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 586752E7 for ; Sat, 10 May 2014 16:47:03 +0000 (UTC) Received: (qmail 13853 invoked by uid 10); 10 May 2014 16:47:00 -0000 Received: from howard.linta.de by isilmar.linta.de with BSMTP; 10 May 2014 16:47:00 -0000 Received: by howard.linta.de (Postfix, from userid 1001) id 0B4EC38555E; Sat, 10 May 2014 18:46:46 +0200 (CEST) Message-Id: <20140510164646.0B4EC38555E@howard.linta.de> Date: Sat, 10 May 2014 18:46:46 +0200 (CEST) From: Klaus Aehlig Reply-To: Klaus Aehlig To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/189617: [MAINTAINER] science/h5utils add staging support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 16:50:01 -0000 >Number: 189617 >Category: ports >Synopsis: [MAINTAINER] science/h5utils add staging support >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat May 10 16:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Klaus Aehlig >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: System: FreeBSD howard.linta.de 9.2-STABLE FreeBSD 9.2-STABLE #19 r265158: Wed Apr 30 23:49:56 CEST 2014 root@howard.linta.de:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Add staging support to science/h5utils >How-To-Repeat: >Fix: Apply the following patch --- h5utils.diff begins here --- diff -ruN h5utils.orig/Makefile h5utils/Makefile --- h5utils.orig/Makefile 2014-05-10 18:43:34.000000000 +0200 +++ h5utils/Makefile 2014-05-10 18:43:43.000000000 +0200 @@ -14,8 +14,6 @@ LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -MAN1= h5totxt.1 h5fromtxt.1 h5tovtk.1 h5topng.1 h5math.1 - GNU_CONFIGURE= YES CFLAGS += -L${LOCALBASE}/lib -I${LOCALBASE}/include \ -I${LOCALBASE}/include/libpng15 ${PTHREAD_LIBS} @@ -25,5 +23,4 @@ libpng15.so:${PORTSDIR}/graphics/png \ libmatheval.so:${PORTSDIR}/devel/libmatheval -NO_STAGE= yes .include diff -ruN h5utils.orig/pkg-plist h5utils/pkg-plist --- h5utils.orig/pkg-plist 2014-05-10 18:43:34.000000000 +0200 +++ h5utils/pkg-plist 2014-05-10 18:43:43.000000000 +0200 @@ -3,6 +3,11 @@ bin/h5fromtxt bin/h5tovtk bin/h5topng +man/man1/h5fromtxt.1.gz +man/man1/h5math.1.gz +man/man1/h5topng.1.gz +man/man1/h5totxt.1.gz +man/man1/h5tovtk.1.gz %%DATADIR%%/colormaps/autumn %%DATADIR%%/colormaps/bluered %%DATADIR%%/colormaps/bone @@ -25,7 +30,5 @@ %%DATADIR%%/colormaps/yarg %%DATADIR%%/colormaps/yellow %%DATADIR%%/colormaps/dkbluered -@dirrmtry bin @dirrm %%DATADIR%%/colormaps @dirrm %%DATADIR%% -@dirrmtry share --- h5utils.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: