svn commit: r398480 - head/devel/protobuf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Oct 3 17:07:21 UTC 2015


Author: sunpoet
Date: Sat Oct  3 17:07:20 2015
New Revision: 398480
URL: https://svnweb.freebsd.org/changeset/ports/398480

Log:
  - Convert to new test framework

Modified:
  head/devel/protobuf/Makefile

Modified: head/devel/protobuf/Makefile
==============================================================================
--- head/devel/protobuf/Makefile	Sat Oct  3 17:07:15 2015	(r398479)
+++ head/devel/protobuf/Makefile	Sat Oct  3 17:07:20 2015	(r398480)
@@ -16,6 +16,7 @@ GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 ONLY_FOR_ARCHS=	amd64 armv6 i386
 PATHFIX_MAKEFILEIN=	Makefile.am
+TEST_TARGET=	check
 USE_CSTD=	c99	# for audio/clementine-player support
 USE_LDCONFIG=	yes
 USES=		autoreconf gmake libtool pathfix pkgconfig tar:bzip2
@@ -23,7 +24,4 @@ USES=		autoreconf gmake libtool pathfix 
 GH_ACCOUNT=	google
 USE_GITHUB=	yes
 
-regression-test test: build
-	cd ${WRKSRC}/ && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list