pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/hexchat



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Dec  4 11:59:54 UTC 2019

Modified Files:
        pkgsrc/chat/hexchat: Makefile

Log Message:
hexchat: PYTHON_VERSIONS_INCOMPATIBLE can be removed now

Meson was updated to not require this hack


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/chat/hexchat/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.39 pkgsrc/chat/hexchat/Makefile:1.40
--- pkgsrc/chat/hexchat/Makefile:1.39   Wed Dec  4 11:57:05 2019
+++ pkgsrc/chat/hexchat/Makefile        Wed Dec  4 11:59:54 2019
@@ -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 @@ PKGCONFIG_OVERRIDE+=  share/pkgconfig/hex
 # 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