pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/chat We need to tell configure which python binary to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/69792112a209
branches: trunk
changeset: 556711:69792112a209
user: roy <roy%pkgsrc.org@localhost>
date: Wed Apr 01 16:20:40 2009 +0000
description:
We need to tell configure which python binary to use.
diffstat:
chat/empathy/distinfo | 3 ++-
chat/libtelepathy/Makefile | 5 ++++-
chat/telepathy-gabble/Makefile | 3 ++-
chat/telepathy-glib/Makefile | 3 ++-
chat/telepathy-idle/Makefile | 3 ++-
chat/telepathy-mission-control/Makefile | 5 ++++-
6 files changed, 16 insertions(+), 6 deletions(-)
diffs (100 lines):
diff -r aa4951f1aa0a -r 69792112a209 chat/empathy/distinfo
--- a/chat/empathy/distinfo Wed Apr 01 14:12:45 2009 +0000
+++ b/chat/empathy/distinfo Wed Apr 01 16:20:40 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2009/03/22 19:01:37 wiz Exp $
+$NetBSD: distinfo,v 1.4 2009/04/01 16:20:40 roy Exp $
SHA1 (empathy-2.24.1.tar.gz) = c2962c01b12e946bca4f2ee4585e8a98a29689e4
RMD160 (empathy-2.24.1.tar.gz) = 20e16355c7e9df02f7692d3ae7511d91f9f0c5e7
Size (empathy-2.24.1.tar.gz) = 2475921 bytes
+SHA1 (patch-aa) = 764e4d75441e75de4053dcdf3e18628feebe05ac
diff -r aa4951f1aa0a -r 69792112a209 chat/libtelepathy/Makefile
--- a/chat/libtelepathy/Makefile Wed Apr 01 14:12:45 2009 +0000
+++ b/chat/libtelepathy/Makefile Wed Apr 01 16:20:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/02/09 22:56:21 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/01 16:20:41 roy Exp $
#
DISTNAME= libtelepathy-0.3.3
@@ -16,6 +16,9 @@
PKGCONFIG_OVERRIDE+= libtelepathy.pc.in
+.include "../../lang/python/pyversion.mk"
+CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
+
.include "../../chat/telepathy-glib/buildlink3.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.10.0
.include "../../devel/glib2/buildlink3.mk"
diff -r aa4951f1aa0a -r 69792112a209 chat/telepathy-gabble/Makefile
--- a/chat/telepathy-gabble/Makefile Wed Apr 01 14:12:45 2009 +0000
+++ b/chat/telepathy-gabble/Makefile Wed Apr 01 16:20:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2009/02/23 11:05:03 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2009/04/01 16:20:41 roy Exp $
#
DISTNAME= telepathy-gabble-0.7.21
@@ -19,6 +19,7 @@
.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif
+CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
BUILDLINK_API_DEPENDS.telepathy-glib+= telepathy-glib>=0.7.23
.include "../../chat/telepathy-glib/buildlink3.mk"
diff -r aa4951f1aa0a -r 69792112a209 chat/telepathy-glib/Makefile
--- a/chat/telepathy-glib/Makefile Wed Apr 01 14:12:45 2009 +0000
+++ b/chat/telepathy-glib/Makefile Wed Apr 01 16:20:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2009/02/23 10:51:54 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2009/04/01 16:20:41 roy Exp $
#
DISTNAME= telepathy-glib-0.7.26
@@ -21,6 +21,7 @@
.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif
+CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
.include "../../devel/glib2/buildlink3.mk"
diff -r aa4951f1aa0a -r 69792112a209 chat/telepathy-idle/Makefile
--- a/chat/telepathy-idle/Makefile Wed Apr 01 14:12:45 2009 +0000
+++ b/chat/telepathy-idle/Makefile Wed Apr 01 16:20:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/02/23 10:59:02 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2009/04/01 16:20:41 roy Exp $
#
DISTNAME= telepathy-idle-0.1.3
@@ -22,6 +22,7 @@
.if ${PYPKGPREFIX} == "py24" || ${PYPKGPREFIX} == "py23"
BUILD_DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
.endif
+CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
.include "../../chat/telepathy-glib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
diff -r aa4951f1aa0a -r 69792112a209 chat/telepathy-mission-control/Makefile
--- a/chat/telepathy-mission-control/Makefile Wed Apr 01 14:12:45 2009 +0000
+++ b/chat/telepathy-mission-control/Makefile Wed Apr 01 16:20:40 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/02/09 22:56:22 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/04/01 16:20:41 roy Exp $
#
DISTNAME= telepathy-mission-control-4.67
@@ -18,6 +18,9 @@
PKGCONFIG_OVERRIDE+= libmissioncontrol.pc.in
PKGCONFIG_OVERRIDE+= mission-control.pc.in
+.include "../../lang/python/pyversion.mk"
+CONFIGURE_ENV+= ac_cv_prog_PYTHON=${PYTHONBIN}
+
.include "../../chat/libtelepathy/buildlink3.mk"
.include "../../chat/telepathy-glib/buildlink3.mk"
.include "../../devel/GConf/schemas.mk"
Home |
Main Index |
Thread Index |
Old Index