svn commit: r477120 - in head: . devel devel/llvm33 lang lang/clang33

Brooks Davis brooks at FreeBSD.org
Mon Aug 13 22:48:08 UTC 2018


Author: brooks
Date: Mon Aug 13 22:48:07 2018
New Revision: 477120
URL: https://svnweb.freebsd.org/changeset/ports/477120

Log:
  At long last, garbage collect LLVM and Clang 3.3.
  
  Nothing depends on them and they are very old.
  
  Sponsored by:	DARPA, AFRL

Deleted:
  head/devel/llvm33/
  head/lang/clang33/
Modified:
  head/MOVED
  head/devel/Makefile
  head/lang/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Mon Aug 13 21:37:49 2018	(r477119)
+++ head/MOVED	Mon Aug 13 22:48:07 2018	(r477120)
@@ -10428,3 +10428,5 @@ devel/bazel-clang38|devel/bazel|2018-08-08|Slave port 
 security/libbeid|security/beid|2018-08-12|No longer just a library
 editors/joe2|editors/joe|2018-08-12|Patches from editors/joe2 have been integrated into editors/joe
 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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Aug 13 21:37:49 2018	(r477119)
+++ head/devel/Makefile	Mon Aug 13 22:48:07 2018	(r477120)
@@ -1684,7 +1684,6 @@
     SUBDIR += llnextgen
     SUBDIR += llvm-cheri
     SUBDIR += llvm-devel
-    SUBDIR += llvm33
     SUBDIR += llvm34
     SUBDIR += llvm35
     SUBDIR += llvm38

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Mon Aug 13 21:37:49 2018	(r477119)
+++ head/lang/Makefile	Mon Aug 13 22:48:07 2018	(r477120)
@@ -36,7 +36,6 @@
     SUBDIR += cint
     SUBDIR += cjs
     SUBDIR += clang-devel
-    SUBDIR += clang33
     SUBDIR += clang34
     SUBDIR += clang35
     SUBDIR += cling


More information about the svn-ports-all mailing list