Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2015 15:56:40 +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: r398308 - head/textproc/xerces-c3
Message-ID:  <201510011556.t91FueZD062332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Oct  1 15:56:39 2015
New Revision: 398308
URL: https://svnweb.freebsd.org/changeset/ports/398308

Log:
  - Convert to new test framework

Modified:
  head/textproc/xerces-c3/Makefile

Modified: head/textproc/xerces-c3/Makefile
==============================================================================
--- head/textproc/xerces-c3/Makefile	Thu Oct  1 15:56:34 2015	(r398307)
+++ head/textproc/xerces-c3/Makefile	Thu Oct  1 15:56:39 2015	(r398308)
@@ -20,6 +20,7 @@ CONFIGURE_ARGS=	--enable-netaccessor-soc
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 MAKE_ENV=	XERCESCROOT=${WRKSRC}
+TEST_TARGET=	check
 USE_LDCONFIG=	yes
 USES=		cpe gmake libtool pathfix
 
@@ -31,7 +32,4 @@ CPE_VENDOR=	apache
 post-install:
 	${LN} -s libxerces-c-${PORTVERSION:R}.so ${STAGEDIR}${PREFIX}/lib/libxerces-c.so.${PORTVERSION:R:R}
 
-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.t91FueZD062332>