Received: by mail.netbsd.org (Postfix, from userid 605) id 72E9A84DEB; Sat, 26 Jan 2019 21:28:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 815EC84D56 for ; Sat, 26 Jan 2019 21:28:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CHb8IS7ca4bW for ; Sat, 26 Jan 2019 21:28:29 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CDFC584D44 for ; Sat, 26 Jan 2019 21:28:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C92CAFB16; Sat, 26 Jan 2019 21:28:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154853810946750" MIME-Version: 1.0 Date: Sat, 26 Jan 2019 21:28:29 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/graphics/MesaLib18 To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20190126212829.C92CAFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_154853810946750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Sat Jan 26 21:28:29 UTC 2019 Modified Files: pkgsrc/graphics/MesaLib18: Makefile options.mk Log Message: MesaLib18: don't need the llvm toolchain, just the lib. Bump rev. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/graphics/MesaLib18/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/MesaLib18/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154853810946750 Content-Disposition: inline Content-Length: 1503 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/MesaLib18/Makefile diff -u pkgsrc/graphics/MesaLib18/Makefile:1.15 pkgsrc/graphics/MesaLib18/Makefile:1.16 --- pkgsrc/graphics/MesaLib18/Makefile:1.15 Sat Jan 19 23:21:43 2019 +++ pkgsrc/graphics/MesaLib18/Makefile Sat Jan 26 21:28:29 2019 @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2019/01/19 23:21:43 tnn Exp $ +# $NetBSD: Makefile,v 1.16 2019/01/26 21:28:29 tnn Exp $ DISTNAME= mesa-18.3.2 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} CATEGORIES= graphics x11 MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/ Index: pkgsrc/graphics/MesaLib18/options.mk diff -u pkgsrc/graphics/MesaLib18/options.mk:1.10 pkgsrc/graphics/MesaLib18/options.mk:1.11 --- pkgsrc/graphics/MesaLib18/options.mk:1.10 Sat Jan 19 21:54:03 2019 +++ pkgsrc/graphics/MesaLib18/options.mk Sat Jan 26 21:28:29 2019 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.10 2019/01/19 21:54:03 tnn Exp $ +# $NetBSD: options.mk,v 1.11 2019/01/26 21:28:29 tnn Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.MesaLib PKG_SUPPORTED_OPTIONS= llvm dri @@ -248,9 +248,8 @@ CONFIGURE_ARGS+= --enable-llvm-shared-li .include "../../devel/libelf/buildlink3.mk" .endif -# XXX update libLLVM to use it instead -#BUILDLINK_API_DEPENDS.libLLVM+= libLLVM>=5.0 -.include "../../lang/llvm/buildlink3.mk" +BUILDLINK_API_DEPENDS.libLLVM+= libLLVM>=7.0 +.include "../../lang/libLLVM/buildlink3.mk" CONFIGURE_ENV+= ac_cv_path_ac_pt_LLVM_CONFIG=${LLVM_CONFIG_PATH} .else # !llvm CONFIGURE_ARGS+= --disable-xa --_----------=_154853810946750--