svn commit: r472235 - head/math/unuran

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 12 08:34:35 UTC 2018


Author: amdmi3
Date: Tue Jun 12 08:34:34 2018
New Revision: 472235
URL: https://svnweb.freebsd.org/changeset/ports/472235

Log:
  - Switch to USES=localbase
  - Switch to new test framework
  
  Approved by:	portmgr blanket

Modified:
  head/math/unuran/Makefile

Modified: head/math/unuran/Makefile
==============================================================================
--- head/math/unuran/Makefile	Tue Jun 12 08:11:31 2018	(r472234)
+++ head/math/unuran/Makefile	Tue Jun 12 08:34:34 2018	(r472235)
@@ -16,12 +16,10 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	librngstreams.so:math/rngstreams
 
-USES=		gmake libtool
+USES=		gmake libtool localbase:ldflags
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-shared --with-urng-rngstream --with-urng-default=rngstream \
 		--enable-info
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 MAKE_ENV=	MAKE="${MAKE_CMD}"
 
 USE_LDCONFIG=	yes
@@ -43,7 +41,7 @@ post-install-DOCS-on:
 .ifdef(MAINTAINER_MODE)
 CONFIGURE_ARGS+=	--enable-check-struct --enable-logging
 
-check regression-test test: build
+do-test:
 	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check)
 
 fullcheck: build


More information about the svn-ports-all mailing list