- Remove bogus (in presence of USE_GITHUB) USES=tar*

- Use IGNORE_<sys>_<ver> helper
- Remove redundant python_OLD_CMD

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-02 10:04:53 +00:00
parent 62e540afca
commit d157b97e80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460689

View file

@ -21,8 +21,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:textproc/py-pyPEG2@${PY_FLAVO
BROKEN_armv6= fails to build: *** Signal 11
BROKEN_armv7= fails to build: *** Signal 11
USES= cmake localbase:ldflags python:3.4+ shebangfix tar:xz
python_OLD_CMD= "/usr/bin/env python3"
IGNORE_FreeBSD_10= requires various C++17 features
USES= cmake localbase:ldflags python:3.4+ shebangfix
SHEBANG_FILES= scripts/aprotoc.py
USE_LDCONFIG= yes
USE_GITHUB= yes
@ -31,14 +32,8 @@ GH_ACCOUNT= NuxiNL
PLIST_FILES= bin/aprotoc include/arpc++/arpc++.h \
lib/libarpc.so lib/libarpc.so.1
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100511
IGNORE= requires various C++17 features
.endif
# Require the unit tests to pass prior to installing.
post-build:
@trap '' PIPE && ${WRKSRC}/arpc_tests
.include <bsd.port.post.mk>
.include <bsd.port.mk>