From owner-svn-ports-all@freebsd.org Thu Aug 8 21:15:50 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0E4DAB312B; Thu, 8 Aug 2019 21:15:50 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 464Lks6gP7z4sb2; Thu, 8 Aug 2019 21:15:49 +0000 (UTC) (envelope-from lwhsu@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C69D232FE; Thu, 8 Aug 2019 21:15:49 +0000 (UTC) (envelope-from lwhsu@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x78LFntu010636; Thu, 8 Aug 2019 21:15:49 GMT (envelope-from lwhsu@FreeBSD.org) Received: (from lwhsu@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x78LFnr0010634; Thu, 8 Aug 2019 21:15:49 GMT (envelope-from lwhsu@FreeBSD.org) Message-Id: <201908082115.x78LFnr0010634@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lwhsu set sender to lwhsu@FreeBSD.org using -f From: Li-Wen Hsu Date: Thu, 8 Aug 2019 21:15:49 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r508407 - in head/devel: . xtoolchain-llvm90 X-SVN-Group: ports-head X-SVN-Commit-Author: lwhsu X-SVN-Commit-Paths: in head/devel: . xtoolchain-llvm90 X-SVN-Commit-Revision: 508407 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.29 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: Thu, 08 Aug 2019 21:15:50 -0000 Author: lwhsu Date: Thu Aug 8 21:15:49 2019 New Revision: 508407 URL: https://svnweb.freebsd.org/changeset/ports/508407 Log: Add xtoolchain-llvm90, pre seeded toolchain to cross build FreeBSD base Approved by: brooks Sponsored by: The FreeBSD Foundation Added: head/devel/xtoolchain-llvm90/ head/devel/xtoolchain-llvm90/Makefile (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Aug 8 21:05:43 2019 (r508406) +++ head/devel/Makefile Thu Aug 8 21:15:49 2019 (r508407) @@ -6290,6 +6290,7 @@ SUBDIR += xtoolchain-llvm60 SUBDIR += xtoolchain-llvm70 SUBDIR += xtoolchain-llvm80 + SUBDIR += xtoolchain-llvm90 SUBDIR += xwpe SUBDIR += xxgdb SUBDIR += xxhash Added: head/devel/xtoolchain-llvm90/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/xtoolchain-llvm90/Makefile Thu Aug 8 21:15:49 2019 (r508407) @@ -0,0 +1,7 @@ +# $FreeBSD$ + +LLVM_SUFFIX=90 + +MASTERDIR= ${.CURDIR}/../xtoolchain-llvm-devel + +.include "${MASTERDIR}/Makefile"