Date: Mon, 21 Nov 2016 22:01:20 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426761 - head/lang/pocl Message-ID: <201611212201.uALM1KaC076033@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Mon Nov 21 22:01:20 2016 New Revision: 426761 URL: https://svnweb.freebsd.org/changeset/ports/426761 Log: Clean up commented lines, replace the custom do-test with TEST_TARGET= check Submitted by: mat@ Modified: head/lang/pocl/Makefile Modified: head/lang/pocl/Makefile ============================================================================== --- head/lang/pocl/Makefile Mon Nov 21 21:43:41 2016 (r426760) +++ head/lang/pocl/Makefile Mon Nov 21 22:01:20 2016 (r426761) @@ -31,7 +31,6 @@ LLVM_VERSION= 37 GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_GL= yes -#USES= autoreconf gmake localbase pathfix pkgconfig libtool USES= gmake localbase ncurses pathfix pkgconfig libtool:keepla INSTALL_TARGET= install-strip @@ -40,7 +39,6 @@ MAKE_ARGS+= PKGCONFIGDIR=${PREFIX}/libda CONFIGURE_ENV= LLVM_CONFIG="${LOCALBASE}/llvm${LLVM_VERSION}/bin/llvm-config" \ CLANGXX_FLAGS=-std=gnu++11 -#CONFIGURE_ARGS+= --enable-pedantic # needed for the libltdl configure check LDFLAGS+= -L${LOCALBASE}/lib @@ -61,7 +59,6 @@ OCLBOOK_ALL_TARGET= check DEBUG_CONFIGURE_ENABLE= debug -do-test: - cd ${WRKSRC} && ${GMAKE} check +TEST_TARGET= check .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611212201.uALM1KaC076033>