From owner-freebsd-x11@freebsd.org Thu Jun 28 16:19:01 2018 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 42908101E553 for ; Thu, 28 Jun 2018 16:19:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id C899782B77 for ; Thu, 28 Jun 2018 16:19:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 7EF7B101E551; Thu, 28 Jun 2018 16:19:00 +0000 (UTC) Delivered-To: x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D579101E54F for ; Thu, 28 Jun 2018 16:19:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0C20382B72 for ; Thu, 28 Jun 2018 16:19:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 6086619703 for ; Thu, 28 Jun 2018 16:18:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w5SGIxcE019851 for ; Thu, 28 Jun 2018 16:18:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w5SGIxbJ019850 for x11@FreeBSD.org; Thu, 28 Jun 2018 16:18:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 229385] graphics/mesa-libs requires devel/llvm60 from ports, should use base on 11.2-RELEASE? Date: Thu, 28 Jun 2018 16:18:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marko.cupac@mimar.rs X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2018 16:19:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229385 --- Comment #4 from Marko Cupa=C4=87 --- Perhaps it would be worth to try if mesa-libs can be built with base llvm60 instead of port. It is not even on freshports' list of ports that need llvm= 60, for either build, run, or libraries. I took a look at www/chromium Makefile, llvm check is different there: .if ${OPSYS} =3D=3D FreeBSD && ${OSVERSION} < 1101513 BUILD_DEPENDS+=3D clang60:devel/llvm60 CC=3D clang60 CXX=3D clang++60 EXTRA_PATCHES+=3D ${FILESDIR}/extra-patch-llvm-port .else BUILD_DEPENDS+=3D ${LOCALBASE}/bin/ar:devel/binutils EXTRA_PATCHES+=3D ${FILESDIR}/extra-patch-llvm-base .endif Perhaps something like that could be tried for mesa-libs instead of: # libEGL needs gallium enabled which depends on llvm .if "${MESA_LLVM_VER}" !=3D "" .if ${PORT_OPTIONS:MWAYLAND} CONFIGURE_ARGS+=3D --with-platforms=3Dx11,drm,wayland .else CONFIGURE_ARGS+=3D --with-platforms=3Dx11,drm .endif PLIST_SUB+=3D EGL=3D"" .else CONFIGURE_ARGS+=3D --disable-egl PLIST_SUB+=3D EGL=3D"@comment " .if ${PORT_OPTIONS:MWAYLAND} IGNORE=3D option WAYLAND is only valid on platforms with LLVM .endif .endif --=20 You are receiving this mail because: You are on the CC list for the bug.=