pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   pgoyette
Date:           Mon Apr 19 13:51:17 UTC 2021

Modified Files:
        pkgsrc/chat/hexchat: Makefile
        pkgsrc/games/gnome-sudoku: Makefile

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

>From wiz@

        Looking good, please commit these.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/chat/hexchat/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/games/gnome-sudoku/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/chat/hexchat/Makefile
diff -u pkgsrc/chat/hexchat/Makefile:1.49 pkgsrc/chat/hexchat/Makefile:1.50
--- pkgsrc/chat/hexchat/Makefile:1.49   Thu Nov  5 09:07:33 2020
+++ pkgsrc/chat/hexchat/Makefile        Mon Apr 19 13:51:17 2021
@@ -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 @@ COMMENT=     IRC client based on XChat
 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

Index: pkgsrc/games/gnome-sudoku/Makefile
diff -u pkgsrc/games/gnome-sudoku/Makefile:1.35 pkgsrc/games/gnome-sudoku/Makefile:1.36
--- pkgsrc/games/gnome-sudoku/Makefile:1.35     Wed Apr 14 07:28:18 2021
+++ pkgsrc/games/gnome-sudoku/Makefile  Mon Apr 19 13:51:17 2021
@@ -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_LANGUAGES=                c c++11
 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