svn commit: r477121 - in head: . devel devel/llvm34 lang lang/clang34
Brooks Davis
brooks at FreeBSD.org
Mon Aug 13 22:56:29 UTC 2018
Author: brooks
Date: Mon Aug 13 22:56:27 2018
New Revision: 477121
URL: https://svnweb.freebsd.org/changeset/ports/477121
Log:
Garbage collect LLVM and Clang 3.4.
Nothing depends on them and they are obsolete.
Sponsored by: DARPA, AFRL
Deleted:
head/devel/llvm34/
head/lang/clang34/
Modified:
head/MOVED
head/devel/Makefile
head/lang/Makefile
Modified: head/MOVED
==============================================================================
--- head/MOVED Mon Aug 13 22:48:07 2018 (r477120)
+++ head/MOVED Mon Aug 13 22:56:27 2018 (r477121)
@@ -10430,3 +10430,5 @@ editors/joe2|editors/joe|2018-08-12|Patches from edito
security/keepassx||2018-08-13|Has expired: Use keepassx2 or keepassxc instead
devel/llvm33|devel/llvm60|2018-08-13|Obsolete and unmaintained
lang/clang33|devel/llvm60|2018-08-13|Obsolete and unmaintained
+devel/llvm34|devel/llvm60|2018-08-13|Obsolete and unmaintained
+lang/clang34|devel/llvm60|2018-08-13|Obsolete and unmaintained
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Aug 13 22:48:07 2018 (r477120)
+++ head/devel/Makefile Mon Aug 13 22:56:27 2018 (r477121)
@@ -1684,7 +1684,6 @@
SUBDIR += llnextgen
SUBDIR += llvm-cheri
SUBDIR += llvm-devel
- SUBDIR += llvm34
SUBDIR += llvm35
SUBDIR += llvm38
SUBDIR += llvm40
Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile Mon Aug 13 22:48:07 2018 (r477120)
+++ head/lang/Makefile Mon Aug 13 22:56:27 2018 (r477121)
@@ -36,7 +36,6 @@
SUBDIR += cint
SUBDIR += cjs
SUBDIR += clang-devel
- SUBDIR += clang34
SUBDIR += clang35
SUBDIR += cling
SUBDIR += clojure
More information about the svn-ports-all
mailing list