svn commit: r460689 - head/devel/arpc

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Feb 2 10:04:55 UTC 2018


Author: amdmi3
Date: Fri Feb  2 10:04:53 2018
New Revision: 460689
URL: https://svnweb.freebsd.org/changeset/ports/460689

Log:
  - Remove bogus (in presence of USE_GITHUB) USES=tar*
  - Use IGNORE_<sys>_<ver> helper
  - Remove redundant python_OLD_CMD
  
  Approved by:	portmgr blanket

Modified:
  head/devel/arpc/Makefile

Modified: head/devel/arpc/Makefile
==============================================================================
--- head/devel/arpc/Makefile	Fri Feb  2 10:02:26 2018	(r460688)
+++ head/devel/arpc/Makefile	Fri Feb  2 10:04:53 2018	(r460689)
@@ -21,8 +21,9 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyPEG2>=2.15.2:tex
 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>


More information about the svn-ports-all mailing list