diff options
author | dim <dim@FreeBSD.org> | 2017-02-25 01:57:08 +0800 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2017-02-25 01:57:08 +0800 |
commit | 92fe6f7efd74bafffba624075d430728e7d8a50e (patch) | |
tree | 65a7c34fafb5cffb64378f4da68ea5a02d049b0e /x11-toolkits | |
parent | e16bf492d50fb3e9221d67779c7056010eb4e153 (diff) | |
download | freebsd-ports-gnome-92fe6f7efd74bafffba624075d430728e7d8a50e.tar.gz freebsd-ports-gnome-92fe6f7efd74bafffba624075d430728e7d8a50e.tar.zst freebsd-ports-gnome-92fe6f7efd74bafffba624075d430728e7d8a50e.zip |
Remove the devel/libc++ and devel/libcxxrt ports.
Since all supported versions of FreeBSD now have libc++ and libcxxrt in
the base system, and these ports were outdated, remove them, and update
any ports that still depended on them:
* graphics/gnash
* textproc/hs-double-conversion
* x11-toolkits/hs-wxc
* math/parmetis
Approved by: portmgr (antoine)
Exp-run by: antoine
PR: 217257
MFH: 2017Q1
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-wxc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11-toolkits/hs-wxc/Makefile b/x11-toolkits/hs-wxc/Makefile index 47b8550ab27a..89fdcb69c68c 100644 --- a/x11-toolkits/hs-wxc/Makefile +++ b/x11-toolkits/hs-wxc/Makefile @@ -24,8 +24,4 @@ post-patch:: .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.if ${PORT_OPTIONS:MPCLANG} || ${PORT_OPTIONS:MBCLANG} -LIB_DEPENDS+= libc++.so.1:devel/libc++ -.endif - .include <bsd.port.mk> |