Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2018 10:05:07 +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: r460690 - head/sysutils/cloudabi-utils
Message-ID:  <201802021005.w12A57p6068615@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Feb  2 10:05:07 2018
New Revision: 460690
URL: https://svnweb.freebsd.org/changeset/ports/460690

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

Modified:
  head/sysutils/cloudabi-utils/Makefile

Modified: head/sysutils/cloudabi-utils/Makefile
==============================================================================
--- head/sysutils/cloudabi-utils/Makefile	Fri Feb  2 10:04:53 2018	(r460689)
+++ head/sysutils/cloudabi-utils/Makefile	Fri Feb  2 10:05:07 2018	(r460690)
@@ -15,6 +15,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 ONLY_FOR_ARCHS=	aarch64 amd64 armv6 armv7 i386
 ONLY_FOR_ARCHS_REASON=	CloudABI has not yet been ported to other architectures
 
+IGNORE_FreeBSD_10=	requires various C++17 features
+
 BUILD_DEPENDS=	${LOCALBASE}/include/cloudabi_types.h:devel/cloudabi \
 		${LOCALBASE}/include/flower/protocol/switchboard.ad.h:net/flower \
 		${LOCALBASE}/include/yaml2argdata/yaml_builder.h:devel/yaml2argdata
@@ -22,15 +24,9 @@ LIB_DEPENDS=	libargdata.so:devel/argdata \
 		libarpc.so:devel/arpc \
 		libyaml-cpp.so:devel/yaml-cpp
 
-USES=		cmake localbase:ldflags pkgconfig tar:xz
+USES=		cmake localbase:ldflags pkgconfig
 USE_LDCONFIG=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	NuxiNL
 
-.include <bsd.port.pre.mk>
-
-.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100511
-IGNORE=		requires various C++17 features
-.endif
-
-.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?201802021005.w12A57p6068615>