pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libxcb
Module Name: pkgsrc
Committed By: riastradh
Date: Sat Jan 11 11:22:24 UTC 2025
Modified Files:
pkgsrc/x11/libxcb: Makefile
Log Message:
x11/libxcb: Raise TOOL_DEPENDS requirement to match.
Conditional on USE_CROSS_COMPILE; no change to native build.
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/x11/libxcb/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libxcb/Makefile
diff -u pkgsrc/x11/libxcb/Makefile:1.44 pkgsrc/x11/libxcb/Makefile:1.45
--- pkgsrc/x11/libxcb/Makefile:1.44 Mon Apr 15 16:37:01 2024
+++ pkgsrc/x11/libxcb/Makefile Sat Jan 11 11:22:24 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2024/04/15 16:37:01 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2025/01/11 11:22:24 riastradh Exp $
DISTNAME= libxcb-1.17.0
CATEGORIES= x11
@@ -29,7 +29,7 @@ CONFIGURE_ARGS+= --without-doxygen
#
# XXX This needs to match the version of xcb-proto we get for the
# target by buildlink3.
-TOOL_DEPENDS+= xcb-proto-[0-9]*:../../x11/xcb-proto
+TOOL_DEPENDS+= xcb-proto>=1.17:../../x11/xcb-proto
SUBST_CLASSES+= xcbproto
SUBST_FILES.xcbproto= src/Makefile
SUBST_MESSAGE.xcbproto= Fixing xcb-proto paths dir for cross-compile.
Home |
Main Index |
Thread Index |
Old Index