Date: Fri, 22 Sep 2017 22:03:32 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450418 - in head/devel: . xtoolchain-llvm50 Message-ID: <201709222203.v8MM3Wnm077612@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709222203.v8MM3Wnm077612>