svn commit: r461047 - in head: . devel devel/llvm34 lang lang/clang34

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 6 13:42:59 UTC 2018


Author: bapt
Date: Tue Feb  6 13:42:58 2018
New Revision: 461047
URL: https://svnweb.freebsd.org/changeset/ports/461047

Log:
  Remove llvm and clang 3.4 which are not in use anymore

Deleted:
  head/devel/llvm34/
  head/lang/clang34/
Modified:
  head/MOVED
  head/devel/Makefile
  head/lang/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Feb  6 13:30:29 2018	(r461046)
+++ head/MOVED	Tue Feb  6 13:42:58 2018	(r461047)
@@ -9909,3 +9909,5 @@ databases/mysql-proxy||2018-01-31|Has expired: No long
 japanese/migemo-emacs23|japanese/migemo-emacs|2018-02-01|Moved to version agnostic name
 editors/emacs-nox11|editors/emacs at nox|2018-02-01|Moved to a flavored version
 audio/py-mad|audio/py-pymad|2018-02-03|Rename to match PyPI naming
+devel/llvm34|devel/llvm50|2018-02-06|Obsolete and unmaintained upstream
+devel/clang34|devel/llvm50|2018-02-06|Obsolete and unmaintained upstream

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Feb  6 13:30:29 2018	(r461046)
+++ head/devel/Makefile	Tue Feb  6 13:42:58 2018	(r461047)
@@ -1635,7 +1635,6 @@
     SUBDIR += llvm-cheri
     SUBDIR += llvm-devel
     SUBDIR += llvm33
-    SUBDIR += llvm34
     SUBDIR += llvm35
     SUBDIR += llvm38
     SUBDIR += llvm39

Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile	Tue Feb  6 13:30:29 2018	(r461046)
+++ head/lang/Makefile	Tue Feb  6 13:42:58 2018	(r461047)
@@ -35,7 +35,6 @@
     SUBDIR += cjs
     SUBDIR += clang-devel
     SUBDIR += clang33
-    SUBDIR += clang34
     SUBDIR += clang35
     SUBDIR += clang38
     SUBDIR += cling


More information about the svn-ports-head mailing list