Index: head/sysutils/cloudabi-utils/Makefile =================================================================== --- head/sysutils/cloudabi-utils/Makefile (revision 396735) +++ head/sysutils/cloudabi-utils/Makefile (revision 396736) @@ -1,48 +1,47 @@ # Created by: Ed Schouten # $FreeBSD$ PORTNAME= cloudabi-utils -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= sysutils MASTER_SITES= https://nuxi.nl/distfiles/cloudabi-utils/ MAINTAINER= ed@FreeBSD.org COMMENT= Utilities for running CloudABI programs LICENSE= BSD2CLAUSE -BUILD_DEPENDS= cloudabi-toolchain>=0:${PORTSDIR}/devel/cloudabi-toolchain LIB_DEPENDS= libyaml.so:${PORTSDIR}/textproc/libyaml ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= CloudABI has not yet been ported to other architectures USES= compiler:c11 tar:xz PLIST_FILES= bin/cloudabi-run \ libexec/cloudabi-reexec \ man/man1/cloudabi-run.1.gz CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib do-build: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} \ + PREBUILT_ARCH=x86_64 \ PREFIX=${PREFIX} \ - CLOUDABI_CC=${LOCALBASE}/bin/x86_64-unknown-cloudabi-cc \ ${SH} build do-install: @cd ${WRKSRC} && \ DESTDIR=${STAGEDIR} \ PREFIX=${PREFIX} \ ${SH} install .include .if ${OSVERSION} < 1000100 IGNORE= CloudABI will never support this version of FreeBSD .endif .include Index: head/sysutils/cloudabi-utils/distinfo =================================================================== --- head/sysutils/cloudabi-utils/distinfo (revision 396735) +++ head/sysutils/cloudabi-utils/distinfo (revision 396736) @@ -1,2 +1,2 @@ -SHA256 (cloudabi-utils-0.4.tar.xz) = e9e587b6aa6ec0e9059b003ffce5cfafe767daa35ddb6d93e2f2a809e2931e96 -SIZE (cloudabi-utils-0.4.tar.xz) = 13152 +SHA256 (cloudabi-utils-0.5.tar.xz) = 3d777f5c669a91f987151346f6ce8887f30865360ede4a844fa945d4877b2168 +SIZE (cloudabi-utils-0.5.tar.xz) = 18144