Index: head/devel/argdata/Makefile =================================================================== --- head/devel/argdata/Makefile (revision 444110) +++ head/devel/argdata/Makefile (revision 444111) @@ -1,21 +1,20 @@ # Created by: Ed Schouten # $FreeBSD$ PORTNAME= argdata -PORTVERSION= 0.2 -PORTREVISION= 1 +PORTVERSION= 0.4 DISTVERSIONPREFIX=v CATEGORIES= devel MAINTAINER= ed@FreeBSD.org COMMENT= Binary serialisation format inspired by YAML, MessagePack and nvlists LICENSE= BSD2CLAUSE USE_GITHUB= yes GH_ACCOUNT= NuxiNL USES= cmake compiler:c11 tar:xz USE_LDCONFIG= yes .include Index: head/devel/argdata/distinfo =================================================================== --- head/devel/argdata/distinfo (revision 444110) +++ head/devel/argdata/distinfo (revision 444111) @@ -1,3 +1,3 @@ -TIMESTAMP = 1488282593 -SHA256 (NuxiNL-argdata-v0.2_GH0.tar.gz) = bfc97e8a8a0d34909f2627e80013f2c3da2492e7b86060636a5d46731c12aee0 -SIZE (NuxiNL-argdata-v0.2_GH0.tar.gz) = 18667 +TIMESTAMP = 1498107145 +SHA256 (NuxiNL-argdata-v0.4_GH0.tar.gz) = 8f7afec1c3d832cd559865a8125d47edf70b4368d2e97f79bc36473090378fae +SIZE (NuxiNL-argdata-v0.4_GH0.tar.gz) = 26446 Index: head/devel/argdata/files/patch-max_align_t =================================================================== --- head/devel/argdata/files/patch-max_align_t (nonexistent) +++ head/devel/argdata/files/patch-max_align_t (revision 444111) @@ -0,0 +1,15 @@ +--- src/argdata.h ++++ src/argdata.h +@@ -34,7 +34,11 @@ + #define ARGDATA_MAX_ALIGN __declspec(align(8)) + #else + #include +-#define ARGDATA_MAX_ALIGN alignas(max_align_t) ++struct argdata_max_align { ++ long long a; ++ long double b; ++}; ++#define ARGDATA_MAX_ALIGN alignas(struct argdata_max_align) + #endif + + struct timespec; Property changes on: head/devel/argdata/files/patch-max_align_t ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/cloudabi-utils/Makefile =================================================================== --- head/sysutils/cloudabi-utils/Makefile (revision 444110) +++ head/sysutils/cloudabi-utils/Makefile (revision 444111) @@ -1,30 +1,29 @@ # Created by: Ed Schouten # $FreeBSD$ PORTNAME= cloudabi-utils -PORTVERSION= 0.24 -PORTREVISION= 1 +PORTVERSION= 0.25 DISTVERSIONPREFIX=v CATEGORIES= sysutils MAINTAINER= ed@FreeBSD.org COMMENT= Utilities for running CloudABI programs LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${LOCALBASE}/include/cloudabi_types.h:devel/cloudabi LIB_DEPENDS= libargdata.so:devel/argdata \ libyaml.so:textproc/libyaml 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 USES= cmake compiler:c11 pkgconfig tar:xz USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include .include Index: head/sysutils/cloudabi-utils/distinfo =================================================================== --- head/sysutils/cloudabi-utils/distinfo (revision 444110) +++ head/sysutils/cloudabi-utils/distinfo (revision 444111) @@ -1,3 +1,3 @@ -TIMESTAMP = 1490344135 -SHA256 (NuxiNL-cloudabi-utils-v0.24_GH0.tar.gz) = c98bc812969de1a4b56bd4155fe93669bb0273d729b5ab97779ee6c0b06fd742 -SIZE (NuxiNL-cloudabi-utils-v0.24_GH0.tar.gz) = 227885 +TIMESTAMP = 1498107271 +SHA256 (NuxiNL-cloudabi-utils-v0.25_GH0.tar.gz) = 213f545ae4d899fa2387137ad45074f8ca15b08e5d5996d54ad61c1ab9474878 +SIZE (NuxiNL-cloudabi-utils-v0.25_GH0.tar.gz) = 227867