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

Baptiste Daroussin bapt at FreeBSD.org
Tue Feb 6 14:18:30 UTC 2018


Author: bapt
Date: Tue Feb  6 14:18:29 2018
New Revision: 461055
URL: https://svnweb.freebsd.org/changeset/ports/461055

Log:
  Revert removal of llvm 3.4 it is still in used by audio/faust

Added:
  head/devel/llvm34/
     - copied from r461046, head/devel/llvm34/
  head/lang/clang34/
     - copied from r461046, head/lang/clang34/
Modified:
  head/MOVED
  head/devel/Makefile
  head/lang/Makefile

Modified: head/MOVED
==============================================================================
--- head/MOVED	Tue Feb  6 14:17:29 2018	(r461054)
+++ head/MOVED	Tue Feb  6 14:18:29 2018	(r461055)
@@ -9909,5 +9909,3 @@ 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 14:17:29 2018	(r461054)
+++ head/devel/Makefile	Tue Feb  6 14:18:29 2018	(r461055)
@@ -1635,6 +1635,7 @@
     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 14:17:29 2018	(r461054)
+++ head/lang/Makefile	Tue Feb  6 14:18:29 2018	(r461055)
@@ -35,6 +35,7 @@
     SUBDIR += cjs
     SUBDIR += clang-devel
     SUBDIR += clang33
+    SUBDIR += clang34
     SUBDIR += clang35
     SUBDIR += clang38
     SUBDIR += cling


More information about the svn-ports-head mailing list