From 3de0b2e328d497d21c701c22fbe9849b62b7a57b Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 22 Aug 2017 21:14:10 +0000 Subject: [PATCH] - Remove nonsense TESTS option - Use the framework for regression tests With hat: portmgr --- devel/libffi/Makefile | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index f86be437e258..4e2ff4059088 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -3,6 +3,7 @@ PORTNAME= libffi PORTVERSION= 3.2.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SOURCEWARE/${PORTNAME} @@ -18,14 +19,10 @@ USES= libtool pathfix USE_LDCONFIG= yes GNU_CONFIGURE= yes -OPTIONS_DEFINE= TESTS - -TESTS_DESC= Include tools for test suite -TESTS_BUILD_DEPENDS= ${TEST_DEPENDS} - INSTALL_TARGET= install-strip INFO= libffi PLIST_SUB= PORTVERSION=${PORTVERSION} +TEST_TARGET= check post-patch: @${REINPLACE_CMD} -e 's| -Wno-psabi||g' \ @@ -37,7 +34,4 @@ post-install: @${LN} -sf ../lib/libffi-${PORTVERSION}/include/ffitarget.h \ ${STAGEDIR}${PREFIX}/include/ -regression-test: build - @(cd ${WRKSRC} && ${MAKE_CMD} check) - .include