pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/MesaLib18
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.
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
Home |
Main Index |
Thread Index |
Old Index