Fri Feb 7 13:27:37 2014 UTC ()
Mark as not ready for python-3.x. Bump PKGREVISION.


(wiz)
diff -r1.83 -r1.84 pkgsrc/devel/GConf/Makefile

cvs diff -r1.83 -r1.84 pkgsrc/devel/GConf/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/GConf/Makefile 2013/05/31 12:39:56 1.83
+++ pkgsrc/devel/GConf/Makefile 2014/02/07 13:27:36 1.84
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1# $NetBSD: Makefile,v 1.83 2013/05/31 12:39:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.84 2014/02/07 13:27:36 wiz Exp $
2# 
3 2
4.include "../../devel/GConf/Makefile.common" 3.include "../../devel/GConf/Makefile.common"
5 4
6PKGREVISION= 7 5PKGREVISION= 8
7 6
8CONFIGURE_ARGS+= --disable-gtk 7CONFIGURE_ARGS+= --disable-gtk
9CONFIGURE_ARGS+= ac_cv_header_ldap_h=no 8CONFIGURE_ARGS+= ac_cv_header_ldap_h=no
10CONFIGURE_ARGS+= --disable-defaults-service 9CONFIGURE_ARGS+= --disable-defaults-service
11 10
12CONFLICTS+= GConf2-[0-9]* 11CONFLICTS+= GConf2-[0-9]*
13 12
14OWN_DIRS= ${PKG_SYSCONFDIR}/2 13OWN_DIRS= ${PKG_SYSCONFDIR}/2
15OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.defaults 14OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.defaults
16OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.mandatory 15OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.mandatory
17OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.system 16OWN_DIRS+= ${PKG_SYSCONFDIR}/gconf.xml.system
18 17
19EGDIR= ${PREFIX}/share/examples/GConf 18EGDIR= ${PREFIX}/share/examples/GConf
20CONF_FILES= ${EGDIR}/path ${PKG_SYSCONFDIR}/2/path 19CONF_FILES= ${EGDIR}/path ${PKG_SYSCONFDIR}/2/path
21 20
 21PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 2.32.4
22REPLACE_PYTHON= gsettings/gsettings-schema-convert 22REPLACE_PYTHON= gsettings/gsettings-schema-convert
23 23
24# XXX: We need to use XML_CATALOGS here to register the installed DTD. 24# XXX: We need to use XML_CATALOGS here to register the installed DTD.
25# But we have to wait until a public identifier is choosen for it. 25# But we have to wait until a public identifier is choosen for it.
26 26
27post-install: 27post-install:
28 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/gconf/schemas 28 ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/gconf/schemas
29 29
30BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.74 30BUILDLINK_ABI_DEPENDS.dbus-glib+= dbus-glib>=0.74
31.include "../../lang/python/application.mk" 31.include "../../lang/python/application.mk"
32.include "../../devel/gettext-lib/buildlink3.mk" 32.include "../../devel/gettext-lib/buildlink3.mk"
33.include "../../net/ORBit2/buildlink3.mk" 33.include "../../net/ORBit2/buildlink3.mk"
34.include "../../sysutils/dbus/buildlink3.mk" 34.include "../../sysutils/dbus/buildlink3.mk"