aboutsummaryrefslogtreecommitdiff
path: root/devel/cloudabi-toolchain
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2015-09-12 10:15:40 +0000
committerEd Schouten <ed@FreeBSD.org>2015-09-12 10:15:40 +0000
commite55dea6a7bb62d08ef9962be2137ed1e12ee5657 (patch)
treee3c3ed9cffae02ab0eab9f1f574850dd2b414b62 /devel/cloudabi-toolchain
parent0f76eb694f24de193f4e5c9feb9cb1cfb0d83152 (diff)
downloadports-e55dea6a7bb62d08ef9962be2137ed1e12ee5657.tar.gz
ports-e55dea6a7bb62d08ef9962be2137ed1e12ee5657.zip
Remove cross compiled libraries for CloudABI.
These libraries are now provided by the CloudABI Ports collection -- not just for FreeBSD, but a number of other operating systems. For FreeBSD, they are provided in the form of a pkg mirror, so there is no need to also have them in the FreeBSD Ports tree. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3643
Notes
Notes: svn path=/head/; revision=396738
Diffstat (limited to 'devel/cloudabi-toolchain')
-rw-r--r--devel/cloudabi-toolchain/Makefile12
1 files changed, 1 insertions, 11 deletions
diff --git a/devel/cloudabi-toolchain/Makefile b/devel/cloudabi-toolchain/Makefile
index 64a6fb029b35..2f5b06e58041 100644
--- a/devel/cloudabi-toolchain/Makefile
+++ b/devel/cloudabi-toolchain/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= cloudabi-toolchain
-PORTVERSION= 1.0
+PORTVERSION= 1.1
CATEGORIES= devel
MAINTAINER= ed@FreeBSD.org
@@ -12,17 +12,7 @@ USES= metaport
LIBDIR= ${LOCALBASE}/x86_64-unknown-cloudabi/lib
-# C and C++ compiler to be run on the development system.
RUN_DEPENDS+= x86_64-unknown-cloudabi-ar:${PORTSDIR}/devel/cloudabi-binutils \
x86_64-unknown-cloudabi-cc:${PORTSDIR}/lang/cloudabi-clang
-# Libraries for C language support.
-RUN_DEPENDS+= ${LIBDIR}/libc.a:${PORTSDIR}/devel/cloudabi-cloudlibc \
- ${LIBDIR}/libcompiler_rt.a:${PORTSDIR}/devel/cloudabi-compiler-rt
-
-# Libraries for C++ language support.
-RUN_DEPENDS+= ${LIBDIR}/libc++.a:${PORTSDIR}/devel/cloudabi-libc++ \
- ${LIBDIR}/libc++abi.a:${PORTSDIR}/devel/cloudabi-libc++abi \
- ${LIBDIR}/libunwind.a:${PORTSDIR}/devel/cloudabi-libunwind
-
.include <bsd.port.mk>