summaryrefslogtreecommitdiff
path: root/databases/gramps3
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-25 10:29:56 +0000
committerwiz <wiz>2014-01-25 10:29:56 +0000
commitf86d461178033174903bd0d6031d959e38e12ac0 (patch)
tree3bbaa4e1a32886abb417eed9e3a6c4c742388c9a /databases/gramps3
parentf64235a49f032dacf7612c1aa33f6ac70a2eb44d (diff)
downloadpkgsrc-f86d461178033174903bd0d6031d959e38e12ac0.tar.gz
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Diffstat (limited to 'databases/gramps3')
-rw-r--r--databases/gramps3/Makefile4
-rw-r--r--databases/gramps3/options.mk3
2 files changed, 5 insertions, 2 deletions
diff --git a/databases/gramps3/Makefile b/databases/gramps3/Makefile
index 7158ab38e74..94acb66a7b5 100644
--- a/databases/gramps3/Makefile
+++ b/databases/gramps3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2014/01/02 19:01:54 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2014/01/25 10:29:59 wiz Exp $
DISTNAME= gramps-3.4.4
CATEGORIES= databases
@@ -15,6 +15,8 @@ USE_TOOLS+= msgfmt pkg-config intltool msgconv
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-gtk2
+
REPLACE_PYTHON= src/DateHandler/_Date_fr.py
REPLACE_PYTHON+= src/plugins/quickview/Reporef.py
REPLACE_PYTHON+= src/plugins/rel/rel_fr.py
diff --git a/databases/gramps3/options.mk b/databases/gramps3/options.mk
index 46a65a36e58..365fa646279 100644
--- a/databases/gramps3/options.mk
+++ b/databases/gramps3/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2009/09/14 10:35:18 drochner Exp $
+# $NetBSD: options.mk,v 1.3 2014/01/25 10:29:59 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gramps3
PKG_SUPPORTED_OPTIONS= graphviz enchant freefont
@@ -7,6 +7,7 @@ PKG_SUPPORTED_OPTIONS= graphviz enchant freefont
.if !empty(PKG_OPTIONS:Menchant)
DEPENDS+= ${PYPKGPREFIX}-enchant-[0-9]*:../../textproc/py-enchant
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2
.include "../../x11/py-gnome2-extras/buildlink3.mk"
.endif