pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: rillig
Date: Sun Aug 15 09:28:57 UTC 2021
Modified Files:
pkgsrc/devel/meson: build.mk
pkgsrc/devel/pango: Makefile
Log Message:
devel/pango: requires meson>=0.55.3
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/meson/build.mk
cvs rdiff -u -r1.242 -r1.243 pkgsrc/devel/pango/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/meson/build.mk
diff -u pkgsrc/devel/meson/build.mk:1.11 pkgsrc/devel/meson/build.mk:1.12
--- pkgsrc/devel/meson/build.mk:1.11 Thu Apr 29 20:15:59 2021
+++ pkgsrc/devel/meson/build.mk Sun Aug 15 09:28:57 2021
@@ -1,6 +1,9 @@
-# $NetBSD: build.mk,v 1.11 2021/04/29 20:15:59 wiz Exp $
+# $NetBSD: build.mk,v 1.12 2021/08/15 09:28:57 rillig Exp $
-TOOL_DEPENDS+= meson-[0-9]*:../../devel/meson
+MESON_REQD?= 0
+.for version in ${MESON_REQD}
+TOOL_DEPENDS+= meson>=${version}:../../devel/meson
+.endfor
CONFIGURE_DIRS?= .
BUILD_DIRS?= ${CONFIGURE_DIRS}
Index: pkgsrc/devel/pango/Makefile
diff -u pkgsrc/devel/pango/Makefile:1.242 pkgsrc/devel/pango/Makefile:1.243
--- pkgsrc/devel/pango/Makefile:1.242 Thu Jul 29 19:30:35 2021
+++ pkgsrc/devel/pango/Makefile Sun Aug 15 09:28:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.242 2021/07/29 19:30:35 adam Exp $
+# $NetBSD: Makefile,v 1.243 2021/08/15 09:28:57 rillig Exp $
DISTNAME= pango-1.48.7
CATEGORIES= devel fonts
@@ -21,6 +21,7 @@ SUBST_STAGE.wrksrc= pre-configure
SUBST_FILES.wrksrc= output/utils/pango-view.sh
SUBST_VARS.wrksrc= WRKSRC
+MESON_REQD+= 0.55.3
MESON_ARGS+= -Dcairo=enabled
MESON_ARGS+= -Dfontconfig=enabled
MESON_ARGS+= -Dintrospection=enabled
Home |
Main Index |
Thread Index |
Old Index