Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2018 10:04:53 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460689 - head/devel/arpc
Message-ID:  <201802021004.w12A4rTk068509@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802021004.w12A4rTk068509>