- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-01-09 10:00:14 +00:00
parent 6147e7195c
commit 8108ca187b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430933

View file

@ -24,15 +24,7 @@ WRKSRC_SUBDIR= unix
SHEBANG_FILES= ../tools/make-frozen.py
MAKE_ARGS+= V=1
MAKE_ENV+= PYTHON=${PYTHON_CMD} CFLAGS_EXTRA="${CPPFLAGS} ${CFLAGS}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000024
# Our default GCC 4.2.1 build can't handle some quirks correctly.
# Use an up to date version for FreeBSD releases, which use GCC
# as default compiler
USE_GCC= yes
.endif
TEST_TARGET= test
post-patch:
@${REINPLACE_CMD} -e 's|-Werror||;/^COPT =/d; \
@ -49,8 +41,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/micropython ${STAGEDIR}${PREFIX}/bin
regression-test: build
${RM} ${WRKSRC}/../tests/basics/memoryerror.py
cd ${WRKSRC} && ${MAKE_CMD} test
pre-test:
@${RM} ${WRKSRC}/../tests/basics/memoryerror.py
.include <bsd.port.post.mk>
.include <bsd.port.mk>