diff options
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/lldb38/Makefile | 25 | ||||
-rw-r--r-- | devel/lldb38/pkg-descr | 9 | ||||
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/clang38/Makefile | 19 | ||||
-rw-r--r-- | lang/clang38/pkg-descr | 7 |
7 files changed, 2 insertions, 62 deletions
@@ -10419,3 +10419,5 @@ textproc/rubygem-html-pipeline-gitlab||2018-08-04|Removed net/qmdnsengine|dns/qmdnsengine|2018-08-04|Move to a proper category security/shibboleth2-sp|security/shibboleth-sp|2018-08-07|Project updated to version 3, so the 2 suffix is not valid anymore security/opensaml2|security/opensaml|2018-08-07|Project updated to version 3, so the 2 suffix is not valid anymore +devel/lldb38|devel/llvm38|2018-08-08|METAPORT removed +lang/clang38|devel/llvm38|2018-08-08|METAPORT removed diff --git a/devel/Makefile b/devel/Makefile index 215114184ea4..2036a8d3c33e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1681,7 +1681,6 @@ SUBDIR += listserialc SUBDIR += liteide SUBDIR += llbuild - SUBDIR += lldb38 SUBDIR += llnextgen SUBDIR += llvm-cheri SUBDIR += llvm-devel diff --git a/devel/lldb38/Makefile b/devel/lldb38/Makefile deleted file mode 100644 index b98f203745c8..000000000000 --- a/devel/lldb38/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Brooks Davis -# $FreeBSD$ - -PORTNAME= lldb -PORTVERSION= 3.8 -PORTREVISION= 4 -CATEGORIES= devel -PKGNAMESUFFIX= ${LLVM_SUFFIX} - -MAINTAINER= brooks@FreeBSD.org -COMMENT= LLVM Debugger (use devel/llvm${LLVM_SUFFIX}) - -RUN_DEPENDS+= lldb${LLVM_SUFFIX}:devel/llvm${LLVM_SUFFIX} - -LLVM_SUFFIX= 38 - -USES= metaport compiler:c++11-lib - -.include <bsd.port.pre.mk> - -.if ${OPSYS} == "FreeBSD" && ${COMPILER_TYPE} != clang -IGNORE= The devel/llvm${LLVM_SUFFIX} port does not build lldb on this platform -.endif - -.include <bsd.port.post.mk> diff --git a/devel/lldb38/pkg-descr b/devel/lldb38/pkg-descr deleted file mode 100644 index 9b9a87780f21..000000000000 --- a/devel/lldb38/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -LLDB is a next generation, high-performance debugger. It is built as a -set of reusable components which highly leverage existing libraries in -the larger LLVM Project, such as the Clang expression parser and LLVM -disassembler. - -This is a meta port. The Clang compiler is installed by the -devel/llvm38 port. - -WWW: http://lldb.llvm.org/ diff --git a/lang/Makefile b/lang/Makefile index 860d4ef90851..fb9c77422ea1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -39,7 +39,6 @@ SUBDIR += clang33 SUBDIR += clang34 SUBDIR += clang35 - SUBDIR += clang38 SUBDIR += cling SUBDIR += clojure SUBDIR += clojure-mode.el diff --git a/lang/clang38/Makefile b/lang/clang38/Makefile deleted file mode 100644 index 4a62da806d98..000000000000 --- a/lang/clang38/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Brooks Davis -# $FreeBSD$ - -PORTNAME= clang -PORTVERSION= 3.8 -PORTREVISION= 1 -CATEGORIES= lang devel -PKGNAMESUFFIX= ${LLVM_SUFFIX} - -MAINTAINER= brooks@FreeBSD.org -COMMENT= C, Objective-C, and C++ compiler (use devel/llvm${LLVM_SUFFIX}) - -RUN_DEPENDS+= ${LOCALBASE}/bin/clang${LLVM_SUFFIX}:devel/llvm${LLVM_SUFFIX} - -LLVM_SUFFIX= 38 - -USES= metaport - -.include <bsd.port.mk> diff --git a/lang/clang38/pkg-descr b/lang/clang38/pkg-descr deleted file mode 100644 index 9028636c8520..000000000000 --- a/lang/clang38/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The goal of the Clang project is to create a new C, C++, Objective C and -Objective C++ front-end for the LLVM compiler. - -This is a meta port. The Clang compiler is installed by the -devel/llvm38 port. - -WWW: http://clang.llvm.org/ |