Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 2015 10:15:41 +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: r396738 - in head: . devel devel/cloudabi-cloudlibc devel/cloudabi-compiler-rt devel/cloudabi-libc++ devel/cloudabi-libc++abi devel/cloudabi-libunwind devel/cloudabi-toolchain
Message-ID:  <201509121015.t8CAFfbw078041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ed (src committer)
Date: Sat Sep 12 10:15:40 2015
New Revision: 396738
URL: https://svnweb.freebsd.org/changeset/ports/396738

Log:
  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

Deleted:
  head/devel/cloudabi-cloudlibc/
  head/devel/cloudabi-compiler-rt/
  head/devel/cloudabi-libc++/
  head/devel/cloudabi-libc++abi/
  head/devel/cloudabi-libunwind/
Modified:
  head/MOVED
  head/devel/Makefile
  head/devel/cloudabi-toolchain/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Sat Sep 12 10:12:31 2015	(r396737)
+++ head/MOVED	Sat Sep 12 10:15:40 2015	(r396738)
@@ -7860,3 +7860,8 @@ sysutils/syslog-ng33||2015-09-01|Has exp
 textproc/ruby-xmlconfigfile|textproc/ruby-xml-configfile|2015-09-03|Rename to match our ruby naming
 net/mcast-tools|net/pim6-tools|2015-09-07|Rename
 www/p5-Dancer-Session-Memcached|databases/p5-Dancer-Session-Memcached|2015-09-09|Duplicate port
+devel/cloudabi-cloudlibc||2015-09-12|Moved to the CloudABI Ports Collection
+devel/cloudabi-compiler-rt||2015-09-12|Moved to the CloudABI Ports Collection
+devel/cloudabi-libc++||2015-09-12|Moved to the CloudABI Ports Collection
+devel/cloudabi-libc++abi||2015-09-12|Moved to the CloudABI Ports Collection
+devel/cloudabi-libunwind||2015-09-12|Moved to the CloudABI Ports Collection

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Sep 12 10:12:31 2015	(r396737)
+++ head/devel/Makefile	Sat Sep 12 10:15:40 2015	(r396738)
@@ -255,11 +255,6 @@
     SUBDIR += clisp-hyperspec
     SUBDIR += clojure-cider
     SUBDIR += cloudabi-binutils
-    SUBDIR += cloudabi-cloudlibc
-    SUBDIR += cloudabi-compiler-rt
-    SUBDIR += cloudabi-libc++
-    SUBDIR += cloudabi-libc++abi
-    SUBDIR += cloudabi-libunwind
     SUBDIR += cloudabi-toolchain
     SUBDIR += cmake
     SUBDIR += cmake-fedora

Modified: head/devel/cloudabi-toolchain/Makefile
==============================================================================
--- head/devel/cloudabi-toolchain/Makefile	Sat Sep 12 10:12:31 2015	(r396737)
+++ head/devel/cloudabi-toolchain/Makefile	Sat Sep 12 10:15:40 2015	(r396738)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509121015.t8CAFfbw078041>