mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Remove nonsense TESTS option
- Use the framework for regression tests With hat: portmgr
This commit is contained in:
parent
71a514dd2c
commit
3de0b2e328
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=448582
1 changed files with 2 additions and 8 deletions
|
@ -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 <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue