Date: Wed, 8 Jul 2015 13:09:08 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391563 - in head/devel: cloudabi-cloudlibc cloudabi-compiler-rt cloudabi-libc++ cloudabi-libc++/files cloudabi-libc++abi cloudabi-libunwind Message-ID: <201507081309.t68D98eV005024@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed (src committer) Date: Wed Jul 8 13:09:07 2015 New Revision: 391563 URL: https://svnweb.freebsd.org/changeset/ports/391563 Log: Update CloudABI libraries to newer versions. libc++ still had some local patches to make its locale code work on CloudABI. This has been fixed by adding missing C functions to cloudlibc, but also by making some portability cleanups to libc++ that have been upstreamed in the meantime. By bumping both these packages to a newer version, we can get rid of the local patches. Deleted: head/devel/cloudabi-libc++/files/patch-include_locale head/devel/cloudabi-libc++/files/patch-src_locale.cpp Modified: head/devel/cloudabi-cloudlibc/Makefile head/devel/cloudabi-cloudlibc/distinfo head/devel/cloudabi-cloudlibc/pkg-plist head/devel/cloudabi-compiler-rt/Makefile head/devel/cloudabi-compiler-rt/distinfo head/devel/cloudabi-libc++/Makefile head/devel/cloudabi-libc++/distinfo head/devel/cloudabi-libc++abi/Makefile head/devel/cloudabi-libc++abi/distinfo head/devel/cloudabi-libunwind/Makefile head/devel/cloudabi-libunwind/distinfo Modified: head/devel/cloudabi-cloudlibc/Makefile ============================================================================== --- head/devel/cloudabi-cloudlibc/Makefile Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-cloudlibc/Makefile Wed Jul 8 13:09:07 2015 (r391563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cloudlibc -PORTVERSION= 0.1 +PORTVERSION= 0.2 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/cloudlibc/ PKGNAMEPREFIX= cloudabi- Modified: head/devel/cloudabi-cloudlibc/distinfo ============================================================================== --- head/devel/cloudabi-cloudlibc/distinfo Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-cloudlibc/distinfo Wed Jul 8 13:09:07 2015 (r391563) @@ -1,2 +1,2 @@ -SHA256 (cloudlibc-0.1.tar.xz) = e1849c8861148a47bfb193fb063bbf37578a1b1dd64f42a963d849143dac37e4 -SIZE (cloudlibc-0.1.tar.xz) = 617924 +SHA256 (cloudlibc-0.2.tar.xz) = 4e0ba922c85318b3126b769bed2b67ff6b5126eb5e2d825241b1c056f41e58ac +SIZE (cloudlibc-0.2.tar.xz) = 628216 Modified: head/devel/cloudabi-cloudlibc/pkg-plist ============================================================================== --- head/devel/cloudabi-cloudlibc/pkg-plist Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-cloudlibc/pkg-plist Wed Jul 8 13:09:07 2015 (r391563) @@ -7,6 +7,7 @@ x86_64-unknown-cloudabi/include/_/struct x86_64-unknown-cloudabi/include/_/struct/timespec.h x86_64-unknown-cloudabi/include/_/types.h x86_64-unknown-cloudabi/include/aio.h +x86_64-unknown-cloudabi/include/argdata.h x86_64-unknown-cloudabi/include/arpa/inet.h x86_64-unknown-cloudabi/include/assert.h x86_64-unknown-cloudabi/include/complex.h Modified: head/devel/cloudabi-compiler-rt/Makefile ============================================================================== --- head/devel/cloudabi-compiler-rt/Makefile Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-compiler-rt/Makefile Wed Jul 8 13:09:07 2015 (r391563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= compiler-rt -DISTVERSION= 0.240389 +DISTVERSION= 0.241676 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/compiler-rt/ PKGNAMEPREFIX= cloudabi- Modified: head/devel/cloudabi-compiler-rt/distinfo ============================================================================== --- head/devel/cloudabi-compiler-rt/distinfo Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-compiler-rt/distinfo Wed Jul 8 13:09:07 2015 (r391563) @@ -1,2 +1,2 @@ -SHA256 (compiler-rt-0.240389.tar.xz) = 1df516ee4a9662e261458f69018b3c44e3c3d18702e1e90234478c00ad14c5eb -SIZE (compiler-rt-0.240389.tar.xz) = 1182404 +SHA256 (compiler-rt-0.241676.tar.xz) = 4da00d6b177af1a882c6c5a3a43f2ec5820494bcc0681046a2bc8a43477cd2eb +SIZE (compiler-rt-0.241676.tar.xz) = 1164088 Modified: head/devel/cloudabi-libc++/Makefile ============================================================================== --- head/devel/cloudabi-libc++/Makefile Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libc++/Makefile Wed Jul 8 13:09:07 2015 (r391563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libc++ -PORTVERSION= 0.240527 +PORTVERSION= 0.241676 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/libc++/:libcxx \ https://nuxi.nl/distfiles/libc++abi/:libcxxabi Modified: head/devel/cloudabi-libc++/distinfo ============================================================================== --- head/devel/cloudabi-libc++/distinfo Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libc++/distinfo Wed Jul 8 13:09:07 2015 (r391563) @@ -1,4 +1,4 @@ -SHA256 (libc++-0.240527.tar.xz) = 6775bb5ef2cacc71cd40d70ce54d77237333cb9ea83f1d06e0fd10fe58561f44 -SIZE (libc++-0.240527.tar.xz) = 967240 -SHA256 (libc++abi-0.240527.tar.xz) = 16b206bb5ad40fbd40f69f79c31924aa9efe7e01255f69962361f873f13b4c29 -SIZE (libc++abi-0.240527.tar.xz) = 507212 +SHA256 (libc++-0.241676.tar.xz) = f95aa5a100128377e52313456d3016125182186df11109e434ad7f9b8ed25f1d +SIZE (libc++-0.241676.tar.xz) = 959656 +SHA256 (libc++abi-0.241676.tar.xz) = 204a6772d70e1ad910117ca30335718ac9f344df555145abbe34b0bbf14ed50e +SIZE (libc++abi-0.241676.tar.xz) = 506816 Modified: head/devel/cloudabi-libc++abi/Makefile ============================================================================== --- head/devel/cloudabi-libc++abi/Makefile Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libc++abi/Makefile Wed Jul 8 13:09:07 2015 (r391563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libc++abi -PORTVERSION= 0.240527 +PORTVERSION= 0.241676 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/libc++abi/:libcxxabi \ https://nuxi.nl/distfiles/libunwind/:libunwind Modified: head/devel/cloudabi-libc++abi/distinfo ============================================================================== --- head/devel/cloudabi-libc++abi/distinfo Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libc++abi/distinfo Wed Jul 8 13:09:07 2015 (r391563) @@ -1,4 +1,4 @@ -SHA256 (libc++abi-0.240527.tar.xz) = 16b206bb5ad40fbd40f69f79c31924aa9efe7e01255f69962361f873f13b4c29 -SIZE (libc++abi-0.240527.tar.xz) = 507212 -SHA256 (libunwind-0.240527.tar.xz) = a921907dbdadbf86fbc9f0317f6a88707907e36be0ecce283cd46e45dfb16e0f -SIZE (libunwind-0.240527.tar.xz) = 59036 +SHA256 (libc++abi-0.241676.tar.xz) = 204a6772d70e1ad910117ca30335718ac9f344df555145abbe34b0bbf14ed50e +SIZE (libc++abi-0.241676.tar.xz) = 506816 +SHA256 (libunwind-0.241676.tar.xz) = 6daeb7e5258c41d4bd702cf23da3f2c51d51387ed1c3cf110284b565a713ee5f +SIZE (libunwind-0.241676.tar.xz) = 59316 Modified: head/devel/cloudabi-libunwind/Makefile ============================================================================== --- head/devel/cloudabi-libunwind/Makefile Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libunwind/Makefile Wed Jul 8 13:09:07 2015 (r391563) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libunwind -PORTVERSION= 0.240527 +PORTVERSION= 0.241676 CATEGORIES= devel MASTER_SITES= https://nuxi.nl/distfiles/libc++abi/:libcxxabi \ https://nuxi.nl/distfiles/libunwind/:libunwind Modified: head/devel/cloudabi-libunwind/distinfo ============================================================================== --- head/devel/cloudabi-libunwind/distinfo Wed Jul 8 11:36:52 2015 (r391562) +++ head/devel/cloudabi-libunwind/distinfo Wed Jul 8 13:09:07 2015 (r391563) @@ -1,4 +1,4 @@ -SHA256 (libc++abi-0.240527.tar.xz) = 16b206bb5ad40fbd40f69f79c31924aa9efe7e01255f69962361f873f13b4c29 -SIZE (libc++abi-0.240527.tar.xz) = 507212 -SHA256 (libunwind-0.240527.tar.xz) = a921907dbdadbf86fbc9f0317f6a88707907e36be0ecce283cd46e45dfb16e0f -SIZE (libunwind-0.240527.tar.xz) = 59036 +SHA256 (libc++abi-0.241676.tar.xz) = 204a6772d70e1ad910117ca30335718ac9f344df555145abbe34b0bbf14ed50e +SIZE (libc++abi-0.241676.tar.xz) = 506816 +SHA256 (libunwind-0.241676.tar.xz) = 6daeb7e5258c41d4bd702cf23da3f2c51d51387ed1c3cf110284b565a713ee5f +SIZE (libunwind-0.241676.tar.xz) = 59316
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507081309.t68D98eV005024>