svn commit: r450418 - in head/devel: . xtoolchain-llvm50

Brooks Davis brooks at FreeBSD.org
Fri Sep 22 22:03:33 UTC 2017


Author: brooks
Date: Fri Sep 22 22:03:32 2017
New Revision: 450418
URL: https://svnweb.freebsd.org/changeset/ports/450418

Log:
  Add xtoolchain port for llvm50.

Added:
  head/devel/xtoolchain-llvm50/
     - copied from r449661, head/devel/xtoolchain-llvm40/
Modified:
  head/devel/Makefile
  head/devel/xtoolchain-llvm50/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Sep 22 21:57:04 2017	(r450417)
+++ head/devel/Makefile	Fri Sep 22 22:03:32 2017	(r450418)
@@ -6062,6 +6062,7 @@
     SUBDIR += xtl
     SUBDIR += xtoolchain-llvm-devel
     SUBDIR += xtoolchain-llvm40
+    SUBDIR += xtoolchain-llvm50
     SUBDIR += xwpe
     SUBDIR += xxgdb
     SUBDIR += xxhash

Modified: head/devel/xtoolchain-llvm50/Makefile
==============================================================================
--- head/devel/xtoolchain-llvm40/Makefile	Mon Sep 11 17:17:19 2017	(r449661)
+++ head/devel/xtoolchain-llvm50/Makefile	Fri Sep 22 22:03:32 2017	(r450418)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
-LLVM_SUFFIX=40
+LLVM_SUFFIX=50
 
 MASTERDIR=	${.CURDIR}/../xtoolchain-llvm-devel
 


More information about the svn-ports-head mailing list