1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Remove lldb 3.7 slave port forgotten during the removal of llvm 3.7

This commit is contained in:
Baptiste Daroussin 2017-04-01 12:08:10 +00:00
parent 5166a1f1d2
commit ae96dc5c88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437433
4 changed files with 1 additions and 35 deletions

1
MOVED
View File

@ -9172,3 +9172,4 @@ deskutils/kchmviewer-kde4|deskutils/kchmviewer|2017-03-31|Renamed to drop the -k
emulators/ppsspp-qt4|emulators/ppsspp-qt5|2017-03-31|Qt4 support was removed upstream
devel/llvm37||2017-04-01|Obsolete and unmaintained upstream
lang/clang37||2017-04-01|Obsolete and unmaintained upstream
devel/lldb37||2017-04-01|Obsolete and unmaintained upstream

View File

@ -1534,7 +1534,6 @@
SUBDIR += lion
SUBDIR += listserialc
SUBDIR += liteide
SUBDIR += lldb37
SUBDIR += lldb38
SUBDIR += llnextgen
SUBDIR += llvm-cheri

View File

@ -1,25 +0,0 @@
# Created by: Brooks Davis
# $FreeBSD$
PORTNAME= lldb
PORTVERSION= 3.7
PORTREVISION= 3
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= 37
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/llvm-devel port.
WWW: http://lldb.llvm.org/