svn commit: r365249 - in head: devel lang
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 17 21:22:25 UTC 2014
Author: antoine
Date: Sun Aug 17 21:22:24 2014
New Revision: 365249
URL: http://svnweb.freebsd.org/changeset/ports/365249
QAT: https://qat.redports.org/buildarchive/r365249/
Log:
Connect llvm35 and clang35 to the build
Pointy hat: brooks
Modified:
head/devel/Makefile
head/lang/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Sun Aug 17 21:19:14 2014 (r365248)
+++ head/devel/Makefile Sun Aug 17 21:22:24 2014 (r365249)
@@ -1211,6 +1211,7 @@
SUBDIR += llvm32
SUBDIR += llvm33
SUBDIR += llvm34
+ SUBDIR += llvm35
SUBDIR += lm4tools
SUBDIR += lmdbg
SUBDIR += lndir
Modified: head/lang/Makefile
==============================================================================
--- head/lang/Makefile Sun Aug 17 21:19:14 2014 (r365248)
+++ head/lang/Makefile Sun Aug 17 21:22:24 2014 (r365249)
@@ -36,6 +36,7 @@
SUBDIR += clang32
SUBDIR += clang33
SUBDIR += clang34
+ SUBDIR += clang35
SUBDIR += clay
SUBDIR += clojure
SUBDIR += clojure-mode.el
More information about the svn-ports-all
mailing list