Date: Tue, 12 Jun 2018 08:34:34 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472235 - head/math/unuran Message-ID: <201806120834.w5C8YYZS046990@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806120834.w5C8YYZS046990>