pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/xfce4-dev-tools
Module Name: pkgsrc
Committed By: gutteridge
Date: Fri Jan 3 04:14:03 UTC 2025
Modified Files:
pkgsrc/devel/xfce4-dev-tools: Makefile
Log Message:
xfce4-dev-tools: add meson as tool dependency
This looks unorthodox, because meson isn't actually required to build
this package; rather, the configure script expects it to be present in
the environment as a validation, and will fail without it. Since other
Xfce packages will require it anyway, seems simpler than editing the
configure script so this builds in sandboxed environments.
To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/xfce4-dev-tools/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/xfce4-dev-tools/Makefile
diff -u pkgsrc/devel/xfce4-dev-tools/Makefile:1.62 pkgsrc/devel/xfce4-dev-tools/Makefile:1.63
--- pkgsrc/devel/xfce4-dev-tools/Makefile:1.62 Thu Jan 2 12:25:36 2025
+++ pkgsrc/devel/xfce4-dev-tools/Makefile Fri Jan 3 04:14:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2025/01/02 12:25:36 nia Exp $
+# $NetBSD: Makefile,v 1.63 2025/01/03 04:14:02 gutteridge Exp $
PKGREVISION= 1
.include "../../meta-pkgs/xfce4/Makefile.common"
@@ -19,6 +19,10 @@ REPLACE_BASH+= scripts/xdt-check-abi
REPLACE_PYTHON+= scripts/xdt-gen-visibility
TOOL_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
+# This looks unorthodox, because meson isn't actually required to build
+# this package; rather, the configure script expects it to be present in
+# the environment as a validation, and will fail without it.
+TOOL_DEPENDS+= meson-[0-9]*:../../devel/meson
GNU_CONFIGURE= yes
Home |
Main Index |
Thread Index |
Old Index