Add staging support to science/h5utils Fix: Apply the following patch
Responsible Changed From-To: freebsd-ports-bugs->culot I'll take it.
Author: culot Date: Mon May 19 07:50:16 2014 New Revision: 354509 URL: http://svnweb.freebsd.org/changeset/ports/354509 QAT: https://qat.redports.org/buildarchive/r354509/ Log: - Support staging PR: ports/189617 Submitted by: Klaus Aehlig <aehlig@linta.de> (maintainer) Modified: head/science/h5utils/Makefile head/science/h5utils/pkg-plist Modified: head/science/h5utils/Makefile ============================================================================== --- head/science/h5utils/Makefile Mon May 19 07:50:03 2014 (r354508) +++ head/science/h5utils/Makefile Mon May 19 07:50:16 2014 (r354509) @@ -14,8 +14,6 @@ LICENSE= MIT GPLv2 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 @@ LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/sci libpng15.so:${PORTSDIR}/graphics/png \ libmatheval.so:${PORTSDIR}/devel/libmatheval -NO_STAGE= yes .include <bsd.port.mk> Modified: head/science/h5utils/pkg-plist ============================================================================== --- head/science/h5utils/pkg-plist Mon May 19 07:50:03 2014 (r354508) +++ head/science/h5utils/pkg-plist Mon May 19 07:50:16 2014 (r354509) @@ -3,6 +3,11 @@ bin/h5totxt 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 @@ bin/h5topng %%DATADIR%%/colormaps/yarg %%DATADIR%%/colormaps/yellow %%DATADIR%%/colormaps/dkbluered -@dirrmtry bin @dirrm %%DATADIR%%/colormaps @dirrm %%DATADIR%% -@dirrmtry share _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!