Sat Aug 4 19:56:09 2012 UTC ()
Disallow python-2.5 because configure complains it is too old.


(wiz)
diff -r1.23 -r1.24 pkgsrc/sysutils/py-dbus/Makefile

cvs diff -r1.23 -r1.24 pkgsrc/sysutils/py-dbus/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/py-dbus/Makefile 2012/08/01 18:04:26 1.23
+++ pkgsrc/sysutils/py-dbus/Makefile 2012/08/04 19:56:09 1.24
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.23 2012/08/01 18:04:26 drochner Exp $ 1# $NetBSD: Makefile,v 1.24 2012/08/04 19:56:09 wiz Exp $
2# 2#
3 3
4DISTNAME= dbus-python-1.1.1 4DISTNAME= dbus-python-1.1.1
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-python//}
6CATEGORIES= sysutils 6CATEGORIES= sysutils
7MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/ 7MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-python/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.freedesktop.org/Software/dbus 10HOMEPAGE= http://www.freedesktop.org/Software/dbus
11COMMENT= Python bindings for the D-BUS message bus system 11COMMENT= Python bindings for the D-BUS message bus system
12LICENSE= mit 12LICENSE= mit
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16PYTHON_VERSIONS_INCLUDE_3X= yes 16PYTHON_VERSIONS_INCOMPATIBLE= 25
 17PYTHON_VERSIONS_INCLUDE_3X= yes
17 18
18USE_TOOLS+= pkg-config gmake 19USE_TOOLS+= pkg-config gmake
19GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
20CONFIGURE_ARGS+= --disable-html-docs --disable-api-docs 21CONFIGURE_ARGS+= --disable-html-docs --disable-api-docs
21 22
22PY_PATCHPLIST= YES 23PY_PATCHPLIST= YES
23 24
24# py-expat is only needed at runtime 25# py-expat is only needed at runtime
25DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat 26DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
26 27
27.include "../../mk/bsd.prefs.mk" 28.include "../../mk/bsd.prefs.mk"
28.if ${OPSYS} == "SunOS" 29.if ${OPSYS} == "SunOS"
29BUILDLINK_TRANSFORM+= rm:-std=c9x 30BUILDLINK_TRANSFORM+= rm:-std=c9x