From 04ece3a7912450dcef2cbc247d59cf49995850ea Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sat, 14 Jul 2018 08:37:43 +0000 Subject: - Switch to new test framework Approved by: portmgr blanket --- security/pecl-crack/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/security/pecl-crack/Makefile b/security/pecl-crack/Makefile index 3b383d9d27b9..3a66da2f1636 100644 --- a/security/pecl-crack/Makefile +++ b/security/pecl-crack/Makefile @@ -22,10 +22,11 @@ CONFIGURE_ARGS= --with-crack=${LOCALBASE} CFLAGS+= -Wno-deprecated post-configure: - ${REINPLACE_CMD} -e 's|^\$$ini_overwrites.*|&'"'"'crack.default_dictionary=\"${LOCALBASE}/libdata/cracklib/pw_dict\"'"'"',|' \ + @${REINPLACE_CMD} -e 's|^\$$ini_overwrites.*|&'"'"'crack.default_dictionary=\"${LOCALBASE}/libdata/cracklib/pw_dict\"'"'"',|' \ ${WRKSRC}/run-tests.php -test check regression-test: build - ${MAKE} -C ${WRKSRC} test < /dev/null +do-test: + # XXX: 3 of 4 test fail + ${MAKE_CMD} -C ${WRKSRC} test < /dev/null .include -- cgit