Sat Jan 25 08:57:54 2014 UTC ()
Set PY_PEP3147=no as package does not support it.
Mark as not ready for python-3.x.


(wiz)
diff -r1.4 -r1.5 pkgsrc/editors/gedit3/Makefile.common

cvs diff -r1.4 -r1.5 pkgsrc/editors/gedit3/Attic/Makefile.common (expand / switch to unified diff)

--- pkgsrc/editors/gedit3/Attic/Makefile.common 2013/12/12 01:30:04 1.4
+++ pkgsrc/editors/gedit3/Attic/Makefile.common 2014/01/25 08:57:54 1.5
@@ -1,35 +1,38 @@ @@ -1,35 +1,38 @@
1# $NetBSD: Makefile.common,v 1.4 2013/12/12 01:30:04 prlw1 Exp $ 1# $NetBSD: Makefile.common,v 1.5 2014/01/25 08:57:54 wiz Exp $
2# used by editors/gedit3/Makefile 2# used by editors/gedit3/Makefile
3# used by editors/gedit3-spell/Makefile 3# used by editors/gedit3-spell/Makefile
4 4
5DISTNAME= gedit-3.6.1 5DISTNAME= gedit-3.6.1
6CATEGORIES= editors gnome 6CATEGORIES= editors gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/3.6/} 7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/3.6/}
8EXTRACT_SUFX= .tar.xz 8EXTRACT_SUFX= .tar.xz
9 9
10MAINTAINER= prlw1@cam.ac.uk 10MAINTAINER= prlw1@cam.ac.uk
11HOMEPAGE= http://www.gedit.org/ 11HOMEPAGE= http://www.gedit.org/
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14DISTINFO_FILE= ${.CURDIR}/../../editors/gedit3/distinfo 14DISTINFO_FILE= ${.CURDIR}/../../editors/gedit3/distinfo
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18USE_TOOLS+= gmake intltool msgfmt pkg-config 18USE_TOOLS+= gmake intltool msgfmt pkg-config
19USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes
20 20
21PKGCONFIG_OVERRIDE+= data/gedit.pc.in 21PKGCONFIG_OVERRIDE+= data/gedit.pc.in
22PY_PATCHPLIST= yes 22PY_PATCHPLIST= yes
 23# __pycache__ installation not properly supported as of 3.6.1
 24PY_PEP3147= no
 25PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.6.1
23 26
24CONFIGURE_ARGS+= --disable-updater 27CONFIGURE_ARGS+= --disable-updater
25CONFIGURE_ARGS+= --disable-deprecations 28CONFIGURE_ARGS+= --disable-deprecations
26CONFIGURE_ARGS+= --disable-maintainer-mode 29CONFIGURE_ARGS+= --disable-maintainer-mode
27 30
28BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool 31BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
29 32
30.include "../../devel/gobject-introspection/buildlink3.mk" 33.include "../../devel/gobject-introspection/buildlink3.mk"
31.include "../../devel/libpeas/buildlink3.mk" 34.include "../../devel/libpeas/buildlink3.mk"
32.include "../../devel/py-gobject3/buildlink3.mk" 35.include "../../devel/py-gobject3/buildlink3.mk"
33BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0 36BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0
34.include "../../devel/glib2/schemas.mk" 37.include "../../devel/glib2/schemas.mk"
35.include "../../sysutils/desktop-file-utils/desktopdb.mk" 38.include "../../sysutils/desktop-file-utils/desktopdb.mk"