svn commit: r398300 - head/science/hdf5

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 15:56:05 UTC 2015


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>


More information about the svn-ports-head mailing list