From owner-svn-ports-all@freebsd.org Fri Feb 2 10:05:08 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 2AEEAECD41D; Fri, 2 Feb 2018 10:05:08 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A2F8E83F69; Fri, 2 Feb 2018 10:05:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9DEEC1A48E; Fri, 2 Feb 2018 10:05:07 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w12A57Op068616; Fri, 2 Feb 2018 10:05:07 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w12A57p6068615; Fri, 2 Feb 2018 10:05:07 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201802021005.w12A57p6068615@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Fri, 2 Feb 2018 10:05:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r460690 - head/sysutils/cloudabi-utils X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/sysutils/cloudabi-utils X-SVN-Commit-Revision: 460690 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Feb 2018 10:05:08 -0000 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__ 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 - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100511 -IGNORE= requires various C++17 features -.endif - -.include +.include