From owner-svn-ports-all@freebsd.org Fri Sep 8 14:35:34 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6082AE1B473; Fri, 8 Sep 2017 14:35:34 +0000 (UTC) (envelope-from ed@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 mx1.freebsd.org (Postfix) with ESMTPS id 384D081B0D; Fri, 8 Sep 2017 14:35:34 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v88EZXA2072968; Fri, 8 Sep 2017 14:35:33 GMT (envelope-from ed@FreeBSD.org) Received: (from ed@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v88EZWu7072961; Fri, 8 Sep 2017 14:35:32 GMT (envelope-from ed@FreeBSD.org) Message-Id: <201709081435.v88EZWu7072961@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ed set sender to ed@FreeBSD.org using -f From: Ed Schouten Date: Fri, 8 Sep 2017 14:35:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r449457 - in head: devel/argdata devel/cloudabi sysutils/cloudabi-utils X-SVN-Group: ports-head X-SVN-Commit-Author: ed X-SVN-Commit-Paths: in head: devel/argdata devel/cloudabi sysutils/cloudabi-utils X-SVN-Commit-Revision: 449457 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.23 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, 08 Sep 2017 14:35:34 -0000 Author: ed (src committer) Date: Fri Sep 8 14:35:32 2017 New Revision: 449457 URL: https://svnweb.freebsd.org/changeset/ports/449457 Log: Upgrade cloudabi-utils and related packages to the latest version. Now that we have ARPC, Flower and yaml2argdata packaged, we can conclude this series of commits by upgrading cloudabi-utils to the latest upstream version again. This version of cloudabi-utils now has integrated support for starting sandboxed processes that perform network communication using Flower. As cloudabi-utils has partially been rewritten in C++, drop the dependency on libyaml. We now make use of yaml-cpp. Also apply some minor cleanups (e.g., use DISTVERISON as opposed to PORTVERSION). Reviewed by: mat Differential Revision: https://reviews.freebsd.org/D12265 Modified: head/devel/argdata/Makefile head/devel/argdata/distinfo head/devel/cloudabi/Makefile head/devel/cloudabi/distinfo head/sysutils/cloudabi-utils/Makefile head/sysutils/cloudabi-utils/distinfo Modified: head/devel/argdata/Makefile ============================================================================== --- head/devel/argdata/Makefile Fri Sep 8 14:09:20 2017 (r449456) +++ head/devel/argdata/Makefile Fri Sep 8 14:35:32 2017 (r449457) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= argdata -PORTVERSION= 0.6 -DISTVERSIONPREFIX=v +DISTVERSIONPREFIX= v +DISTVERSION= 0.7 CATEGORIES= devel MAINTAINER= ed@FreeBSD.org @@ -12,10 +12,9 @@ COMMENT= Binary serialisation format inspired by YAML, LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USE_GITHUB= yes -GH_ACCOUNT= NuxiNL - USES= cmake compiler:c11 tar:xz USE_LDCONFIG= yes +USE_GITHUB= yes +GH_ACCOUNT= NuxiNL .include Modified: head/devel/argdata/distinfo ============================================================================== --- head/devel/argdata/distinfo Fri Sep 8 14:09:20 2017 (r449456) +++ head/devel/argdata/distinfo Fri Sep 8 14:35:32 2017 (r449457) @@ -1,3 +1,3 @@ -TIMESTAMP = 1502984887 -SHA256 (NuxiNL-argdata-v0.6_GH0.tar.gz) = 15983371932190f7488c5e0a597bc4c2510c35ed336cbbfb3407d78e2fbc303e -SIZE (NuxiNL-argdata-v0.6_GH0.tar.gz) = 26548 +TIMESTAMP = 1504791313 +SHA256 (NuxiNL-argdata-v0.7_GH0.tar.gz) = ed48e65c9e4d1ee0d3d72adee9d7a64690e2afd15e0e4eec799ddf409f89799c +SIZE (NuxiNL-argdata-v0.7_GH0.tar.gz) = 26849 Modified: head/devel/cloudabi/Makefile ============================================================================== --- head/devel/cloudabi/Makefile Fri Sep 8 14:09:20 2017 (r449456) +++ head/devel/cloudabi/Makefile Fri Sep 8 14:35:32 2017 (r449457) @@ -2,14 +2,15 @@ # $FreeBSD$ PORTNAME= cloudabi -PORTVERSION= 0.12 -DISTVERSIONPREFIX=v +DISTVERSIONPREFIX= v +DISTVERSION= 0.15 CATEGORIES= devel MAINTAINER= ed@FreeBSD.org COMMENT= Constants, types and data structures used by CloudABI LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= NuxiNL Modified: head/devel/cloudabi/distinfo ============================================================================== --- head/devel/cloudabi/distinfo Fri Sep 8 14:09:20 2017 (r449456) +++ head/devel/cloudabi/distinfo Fri Sep 8 14:35:32 2017 (r449457) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500995346 -SHA256 (NuxiNL-cloudabi-v0.12_GH0.tar.gz) = e3e9b4045ce9cdece50252107c0b9156c39ce723586cafba5ddb569aa34d2844 -SIZE (NuxiNL-cloudabi-v0.12_GH0.tar.gz) = 109352 +TIMESTAMP = 1504786436 +SHA256 (NuxiNL-cloudabi-v0.15_GH0.tar.gz) = c4dbb8a1c53597cfb0ef1645c1fcd2bbcef91cbfc95cc2e4b2740e5cb42f28f4 +SIZE (NuxiNL-cloudabi-v0.15_GH0.tar.gz) = 104693 Modified: head/sysutils/cloudabi-utils/Makefile ============================================================================== --- head/sysutils/cloudabi-utils/Makefile Fri Sep 8 14:09:20 2017 (r449456) +++ head/sysutils/cloudabi-utils/Makefile Fri Sep 8 14:35:32 2017 (r449457) @@ -2,28 +2,35 @@ # $FreeBSD$ PORTNAME= cloudabi-utils -PORTVERSION= 0.26 -DISTVERSIONPREFIX=v +DISTVERSIONPREFIX= v +DISTVERSION= 0.30 CATEGORIES= sysutils MAINTAINER= ed@FreeBSD.org COMMENT= Utilities for running CloudABI programs LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${LOCALBASE}/include/cloudabi_types.h:devel/cloudabi +ONLY_FOR_ARCHS= aarch64 amd64 armv6 i386 +ONLY_FOR_ARCHS_REASON= CloudABI has not yet been ported to other architectures + +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 LIB_DEPENDS= libargdata.so:devel/argdata \ - libyaml.so:textproc/libyaml + libarpc.so:devel/arpc \ + libyaml-cpp.so:devel/yaml-cpp +USES= cmake localbase:ldflags pkgconfig tar:xz +USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= NuxiNL -ONLY_FOR_ARCHS= aarch64 amd64 armv6 i386 -ONLY_FOR_ARCHS_REASON= CloudABI has not yet been ported to other architectures +.include -USES= cmake compiler:c11 pkgconfig tar:xz -USE_LDCONFIG= yes +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100511 +IGNORE= requires various C++17 features +.endif -CFLAGS+= -I${LOCALBASE}/include - -.include +.include Modified: head/sysutils/cloudabi-utils/distinfo ============================================================================== --- head/sysutils/cloudabi-utils/distinfo Fri Sep 8 14:09:20 2017 (r449456) +++ head/sysutils/cloudabi-utils/distinfo Fri Sep 8 14:35:32 2017 (r449457) @@ -1,3 +1,3 @@ -TIMESTAMP = 1500995361 -SHA256 (NuxiNL-cloudabi-utils-v0.26_GH0.tar.gz) = b48449fa0623b71a25f365a2b7e7f938190d33825113c8948b19f0b9ceac350c -SIZE (NuxiNL-cloudabi-utils-v0.26_GH0.tar.gz) = 227599 +TIMESTAMP = 1504787087 +SHA256 (NuxiNL-cloudabi-utils-v0.30_GH0.tar.gz) = 7e1483348b322dec8ce1d31202e9d635dbfdfa3a1e46f0675b5e997aa28c0a93 +SIZE (NuxiNL-cloudabi-utils-v0.30_GH0.tar.gz) = 221541