svn commit: r476655 - in head: . devel devel/lldb38 lang lang/clang38

Brooks Davis brooks at FreeBSD.org
Wed Aug 8 18:45:52 UTC 2018


Author: brooks
Date: Wed Aug  8 18:45:51 2018
New Revision: 476655
URL: https://svnweb.freebsd.org/changeset/ports/476655

Log:
  Remove METAPORTs for obsolete LLVM 3.8.
  
  PR:		230468
  Sponsored by:	DARPA, AFRL

Deleted:
  head/devel/lldb38/
  head/lang/clang38/
Modified:
  head/MOVED
  head/devel/Makefile
  head/lang/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Aug  8 18:28:43 2018	(r476654)
+++ head/MOVED	Wed Aug  8 18:45:51 2018	(r476655)
@@ -10419,3 +10419,5 @@ textproc/rubygem-html-pipeline-gitlab||2018-08-04|Remo
 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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Aug  8 18:28:43 2018	(r476654)
+++ head/devel/Makefile	Wed Aug  8 18:45:51 2018	(r476655)
@@ -1681,7 +1681,6 @@
     SUBDIR += listserialc
     SUBDIR += liteide
     SUBDIR += llbuild
-    SUBDIR += lldb38
     SUBDIR += llnextgen
     SUBDIR += llvm-cheri
     SUBDIR += llvm-devel

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Wed Aug  8 18:28:43 2018	(r476654)
+++ head/lang/Makefile	Wed Aug  8 18:45:51 2018	(r476655)
@@ -39,7 +39,6 @@
     SUBDIR += clang33
     SUBDIR += clang34
     SUBDIR += clang35
-    SUBDIR += clang38
     SUBDIR += cling
     SUBDIR += clojure
     SUBDIR += clojure-mode.el


More information about the svn-ports-all mailing list