pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc devel/meson no longer includes lang/python/tool.mk so ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/71c258ad9c1e
branches:  trunk
changeset: 450549:71c258ad9c1e
user:      pgoyette <pgoyette%pkgsrc.org@localhost>
date:      Mon Apr 19 13:51:17 2021 +0000

description:
devel/meson no longer includes lang/python/tool.mk so we need to
do it ourselves.

>From wiz@

        Looking good, please commit these.

diffstat:

 chat/hexchat/Makefile       |  6 +++++-
 games/gnome-sudoku/Makefile |  5 ++++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 8b2fab13606e -r 71c258ad9c1e chat/hexchat/Makefile
--- a/chat/hexchat/Makefile     Mon Apr 19 13:51:11 2021 +0000
+++ b/chat/hexchat/Makefile     Mon Apr 19 13:51:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2020/11/05 09:07:33 ryoon Exp $
+# $NetBSD: Makefile,v 1.50 2021/04/19 13:51:17 pgoyette Exp $
 
 DISTNAME=      hexchat-2.14.3
 PKGREVISION=   7
@@ -12,6 +12,10 @@
 LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit
 
 USE_TOOLS+=    pkg-config msgfmt xgettext
+
+PYTHON_FOR_BUILD_ONLY=    tool
+.include "../../lang/python/tool.mk"
+
 USE_LANGUAGES= c c++
 
 # XXX fails without GNU msgfmt
diff -r 8b2fab13606e -r 71c258ad9c1e games/gnome-sudoku/Makefile
--- a/games/gnome-sudoku/Makefile       Mon Apr 19 13:51:11 2021 +0000
+++ b/games/gnome-sudoku/Makefile       Mon Apr 19 13:51:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2021/04/14 07:28:18 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2021/04/19 13:51:17 pgoyette Exp $
 
 DISTNAME=      gnome-sudoku-3.38.0
 PKGREVISION=   1
@@ -15,6 +15,9 @@
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            msgfmt pkg-config
 
+PYTHON_FOR_BUILD_ONLY=    tool
+.include "../../lang/python/tool.mk"
+
 # Requires --desktop in msgfmt.
 _TOOLS_USE_PKGSRC.msgfmt=      yes
 



Home | Main Index | Thread Index | Old Index