From owner-freebsd-ports@freebsd.org Fri Dec 13 21:15:52 2019 Return-Path: Delivered-To: freebsd-ports@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 D539F1D73F0 for ; Fri, 13 Dec 2019 21:15:52 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47ZNkJ2xW5z4Wsm for ; Fri, 13 Dec 2019 21:15:52 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: by mailman.nyi.freebsd.org (Postfix) id 632761D73EE; Fri, 13 Dec 2019 21:15:52 +0000 (UTC) Delivered-To: ports@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 62EB41D73ED for ; Fri, 13 Dec 2019 21:15:52 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from mail.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 47ZNkH3Stjz4Wsl; Fri, 13 Dec 2019 21:15:50 +0000 (UTC) (envelope-from lars@e.0x20.net) Received: from e.0x20.net (mail.0x20.net [46.251.251.56]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (3096 bits) server-digest SHA256) (No client certificate requested) by mail.0x20.net (Postfix) with ESMTPS id 653A8A8B00; Fri, 13 Dec 2019 22:15:43 +0100 (CET) Received: (from lars@localhost) by e.0x20.net (8.15.2/8.15.2/Submit) id xBDLFhOl085113; Fri, 13 Dec 2019 22:15:43 +0100 (CET) (envelope-from lars) Date: Fri, 13 Dec 2019 22:15:43 +0100 From: Lars Engels To: Jan Beich Cc: ports@freebsd.org Subject: Re: devel/llvm80 port on 12.1 Message-ID: <20191213211543.GR5400@e.0x20.net> References: <20191212154207.GL5400@e.0x20.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: X-Editor: VIM - Vi IMproved 8.0 User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 47ZNkH3Stjz4Wsl X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of lars@e.0x20.net has no SPF policy when checking 46.251.251.56) smtp.mailfrom=lars@e.0x20.net X-Spamd-Result: default: False [-0.18 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.76)[-0.761,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.42)[-0.422,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[0x20.net]; AUTH_NA(1.00)[]; IP_SCORE(-0.19)[ip: (-0.94), ipnet: 46.251.251.0/24(-0.47), asn: 31400(0.46), country: DE(-0.02)]; RCPT_COUNT_TWO(0.00)[2]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[lars.engels@0x20.net,lars@e.0x20.net]; RCVD_COUNT_ONE(0.00)[1]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:31400, ipnet:46.251.251.0/24, country:DE]; FROM_NEQ_ENVFROM(0.00)[lars.engels@0x20.net,lars@e.0x20.net]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Dec 2019 21:15:52 -0000 On Thu, Dec 12, 2019 at 06:06:52PM +0100, Jan Beich wrote: > Lars Engels writes: > > > So it looks like on 12.1 the mesa-dri port can use the base llvm instead > > of the one from ports and save all people running Xorg almost 1 GB of > > disk space? > > Does the patch in bug 242607 help? Yes, thank you. It works for me on my Thinkpad T450s with HD Graphics 5500. I wonder if that's also true for AMD and nvidia users.