Thu Dec 31 00:36:35 2020 UTC ()
(chat/telepathy-haze) Add python/applicaition.mk for adhoc fix

build log says
checking for a Python interpreter with version >= 2.5... none
configure: error: no suitable Python interpreter found

So I've added the line:
.include "../../lang/python/application.mk"
Please correct for better resolution, thanks


(mef)
diff -r1.14 -r1.15 pkgsrc/chat/telepathy-haze/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/chat/telepathy-haze/Makefile (expand / switch to unified diff)

--- pkgsrc/chat/telepathy-haze/Makefile 2020/11/05 09:07:37 1.14
+++ pkgsrc/chat/telepathy-haze/Makefile 2020/12/31 00:36:35 1.15
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.14 2020/11/05 09:07:37 ryoon Exp $ 1# $NetBSD: Makefile,v 1.15 2020/12/31 00:36:35 mef Exp $
2 2
3DISTNAME= telepathy-haze-0.8.0 3DISTNAME= telepathy-haze-0.8.0
4PKGREVISION= 4 4PKGREVISION= 4
5CATEGORIES= chat 5CATEGORIES= chat
6MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/ 6MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-haze/
7 7
8MAINTAINER= jaapb@NetBSD.org 8MAINTAINER= jaapb@NetBSD.org
9#HOMEPAGE= https://telepathy.freedesktop.org/doc/telepathy-haze/ 9#HOMEPAGE= https://telepathy.freedesktop.org/doc/telepathy-haze/
10COMMENT= Libpurple connection manager for Telepathy 10COMMENT= Libpurple connection manager for Telepathy
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS= gmake pkg-config 14USE_TOOLS= gmake pkg-config
15PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.8.0 15PYTHON_VERSIONS_ACCEPTED= 27 # as of 0.8.0
16 16
 17.include "../../lang/python/application.mk"
17.include "../../chat/libpurple/buildlink3.mk" 18.include "../../chat/libpurple/buildlink3.mk"
18.include "../../chat/telepathy-glib/buildlink3.mk" 19.include "../../chat/telepathy-glib/buildlink3.mk"
19.include "../../devel/libidn/buildlink3.mk" 20.include "../../devel/libidn/buildlink3.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"