Date: Thu, 1 Oct 2015 15:56:05 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398300 - head/science/hdf5 Message-ID: <201510011556.t91Fu5oR061493@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Oct 1 15:56:04 2015 New Revision: 398300 URL: https://svnweb.freebsd.org/changeset/ports/398300 Log: - Convert to new test framework Modified: head/science/hdf5/Makefile Modified: head/science/hdf5/Makefile ============================================================================== --- head/science/hdf5/Makefile Thu Oct 1 15:56:00 2015 (r398299) +++ head/science/hdf5/Makefile Thu Oct 1 15:56:04 2015 (r398300) @@ -22,7 +22,7 @@ CONFLICTS_INSTALL= hdf-4.[0-9]* hdf5-1.6 PORTSCOUT= skipv:1.8.15-patch1 OPTIONS_DEFINE= DEBUG EXAMPLES FORTRAN SZIP -OPTIONS_DEFAULT=SZIP +#OPTIONS_DEFAULT=SZIP OPTIONS_SUB= yes CONFIGURE_ARGS= --enable-cxx \ @@ -32,6 +32,7 @@ CONFIGURE_ARGS= --enable-cxx \ GNU_CONFIGURE= yes INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes +TEST_TARGET= check USE_LDCONFIG= yes USES= libtool tar:bzip2 @@ -58,7 +59,4 @@ post-patch: `${FIND} ${WRKSRC} -regex '.*/examples/Makefile.in'` @${REINPLACE_CMD} -e 's|\[ -a|\[ -f|g' `${FIND} ${WRKSRC} -name \*.sh\*` -regression-test test: build - cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check - .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510011556.t91Fu5oR061493>