Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 May 2014 18:46:46 +0200 (CEST)
From:      Klaus Aehlig <aehlig@linta.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/189617: [MAINTAINER] science/h5utils add staging support
Message-ID:  <20140510164646.0B4EC38555E@howard.linta.de>
Resent-Message-ID: <201405101650.s4AGo1Cf018284@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>
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:



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