Remove metaport for clang-devel.

Once upon a time I made lang/clang* metaports to go with devel/llvm* ports.
I stopped several years ago and this is the only one left.  It doesn't
serve much purpose so remove it.
This commit is contained in:
Brooks Davis 2019-01-18 22:42:03 +00:00
parent 799f0d6fe3
commit 8777cf28a4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490677
4 changed files with 1 additions and 29 deletions

1
MOVED
View File

@ -11564,3 +11564,4 @@ databases/postgresql93-plpython|databases/postgresql94-plpython|2019-01-09|Has e
databases/postgresql93-server|databases/postgresql94-server|2019-01-09|Has expired: PostgreSQL-9.3 has reached end-of-life
mail/drac||2019-01-16|Has expired: Unmaintained upstream since 2003
lang/clang35|devel/llvm70|2019-01-18|Removed, unmaintained and not depended on
lang/clang-devel|devel/llvm-devel|2019-01-18|Unneeded metaport

View File

@ -36,7 +36,6 @@
SUBDIR += cim
SUBDIR += cint
SUBDIR += cjs
SUBDIR += clang-devel
SUBDIR += cling
SUBDIR += clojure
SUBDIR += clojure-mode.el

View File

@ -1,21 +0,0 @@
# Created by: Brooks Davis
# $FreeBSD$
PORTNAME= clang
PORTVERSION= ${LLVM_MAJOR}.d${SNAPDATE}
PORTREVISION= 0
CATEGORIES= lang devel
PKGNAMESUFFIX= -devel
MAINTAINER= brooks@FreeBSD.org
COMMENT= C, Objective-C, and C++ compiler (use devel/llvm${LLVM_SUFFIX})
RUN_DEPENDS+= clang${LLVM_SUFFIX}:devel/llvm-devel
LLVM_SUFFIX= -devel
USES= metaport
.include "${.CURDIR}/../../devel/llvm-devel/Makefile.snapshot"
.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/llvm-devel port.
WWW: http://clang.llvm.org/