svn commit: r462779 - head/audio/libsamplerate

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Feb 24 09:03:00 UTC 2018


Author: amdmi3
Date: Sat Feb 24 09:02:59 2018
New Revision: 462779
URL: https://svnweb.freebsd.org/changeset/ports/462779

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

Modified:
  head/audio/libsamplerate/Makefile

Modified: head/audio/libsamplerate/Makefile
==============================================================================
--- head/audio/libsamplerate/Makefile	Sat Feb 24 09:02:59 2018	(r462778)
+++ head/audio/libsamplerate/Makefile	Sat Feb 24 09:02:59 2018	(r462779)
@@ -17,6 +17,7 @@ USE_LDCONFIG=	yes
 CPE_VENDOR=	${CPE_PRODUCT}_project
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 
 OPTIONS_DEFINE=	CPU_CLIP DOCS EXAMPLES
 CPU_CLIP_DESC=	Allow machine-dependent clipping
@@ -43,12 +44,6 @@ LIB_DEPENDS+=	libsndfile.so:audio/libsndfile
 BUILD_DEPENDS +=	libsndfile>=0:audio/libsndfile
 .else
 CONFIGURE_ARGS+=	--disable-sndfile
-.endif
-
-.if defined(MAINTAINER_MODE)
-check regression-test test: build
-	@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} \
-	check
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list