pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/hexchat hexchat: PYTHON_VERSIONS_INCOMPATIBLE can...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1e5047136a0
branches:  trunk
changeset: 418806:d1e5047136a0
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Dec 04 11:59:54 2019 +0000

description:
hexchat: PYTHON_VERSIONS_INCOMPATIBLE can be removed now

Meson was updated to not require this hack

diffstat:

 chat/hexchat/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 869fbc824e39 -r d1e5047136a0 chat/hexchat/Makefile
--- a/chat/hexchat/Makefile     Wed Dec 04 11:57:05 2019 +0000
+++ b/chat/hexchat/Makefile     Wed Dec 04 11:59:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2019/12/04 11:57:05 nia Exp $
+# $NetBSD: Makefile,v 1.40 2019/12/04 11:59:54 nia Exp $
 
 DISTNAME=      hexchat-2.14.2
 PKGREVISION=   3
@@ -20,9 +20,6 @@
 # XXX fails without GNU msgfmt
 _TOOLS_USE_PKGSRC.msgfmt=      yes
 
-# Meson
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 MESON_ARGS+=           -Dwith-text=true
 MESON_ARGS+=           -Dwith-appdata=false
 



Home | Main Index | Thread Index | Old Index