pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/librsvg
Module Name: pkgsrc
Committed By: gutteridge
Date: Mon Jun 2 00:17:50 UTC 2025
Modified Files:
pkgsrc/graphics/librsvg: Makefile
Log Message:
librsvg: set MESON_REQD >= 1.3.0
As per meson:
meson.build:435: WARNING: Project targets '>= 1.2.0' but uses feature
introduced in '1.3.0': compiler.has_define.
This indeed breaks if one has an older version of meson installed.
To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 pkgsrc/graphics/librsvg/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/librsvg/Makefile
diff -u pkgsrc/graphics/librsvg/Makefile:1.172 pkgsrc/graphics/librsvg/Makefile:1.173
--- pkgsrc/graphics/librsvg/Makefile:1.172 Thu Apr 24 14:14:30 2025
+++ pkgsrc/graphics/librsvg/Makefile Mon Jun 2 00:17:49 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.172 2025/04/24 14:14:30 wiz Exp $
+# $NetBSD: Makefile,v 1.173 2025/06/02 00:17:49 gutteridge Exp $
DISTNAME= librsvg-2.59.2
PKGREVISION= 2
@@ -49,6 +49,7 @@ post-install:
.include "cargo-depends.mk"
+MESON_REQD+= 1.3.0
.include "../../devel/meson/build.mk"
.include "../../lang/python/tool.mk"
BUILDLINK_DEPMETHOD.gobject-introspection+= build
Home |
Main Index |
Thread Index |
Old Index