1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

Remove METAPORTs for obsolete LLVM 3.8.

PR:		230468
Sponsored by:	DARPA, AFRL
This commit is contained in:
Brooks Davis 2018-08-08 18:45:51 +00:00
parent a9f2eb21ab
commit 5970b66192
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476655
7 changed files with 2 additions and 62 deletions

2
MOVED
View File

@ -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

View File

@ -1681,7 +1681,6 @@
SUBDIR += listserialc
SUBDIR += liteide
SUBDIR += llbuild
SUBDIR += lldb38
SUBDIR += llnextgen
SUBDIR += llvm-cheri
SUBDIR += llvm-devel

View File

@ -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>

View File

@ -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/

View File

@ -39,7 +39,6 @@
SUBDIR += clang33
SUBDIR += clang34
SUBDIR += clang35
SUBDIR += clang38
SUBDIR += cling
SUBDIR += clojure
SUBDIR += clojure-mode.el

View File

@ -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>

View File

@ -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/