From owner-svn-ports-all@freebsd.org Fri Sep 22 22:03:33 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C8675E109FB; Fri, 22 Sep 2017 22:03:33 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8D2C680B81; Fri, 22 Sep 2017 22:03:33 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8MM3Weq077614; Fri, 22 Sep 2017 22:03:32 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8MM3Wnm077612; Fri, 22 Sep 2017 22:03:32 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201709222203.v8MM3Wnm077612@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 22 Sep 2017 22:03:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450418 - in head/devel: . xtoolchain-llvm50 X-SVN-Group: ports-head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: in head/devel: . xtoolchain-llvm50 X-SVN-Commit-Revision: 450418 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Sep 2017 22:03:33 -0000 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