update fix: vte2 should *not* update to vte3.
parts of gnome want vte3, and yet some other stuff (py-vte) still wants vte2.
if we let vte2->vte3 because of gnome, then py-vte will complain, and the
update won't happen.
considering we've set things up so vte2 and vte3 can coexist, the thing to do
is have vte2 update to vte2-newer, let gnome3 pick and install vte3 as well,
keeping py-vte happy and ending with a fully updated machine.
On the way, need to tell quirks AND vte about vte-pyhelper, which vanished
into vte2/vte3 (and again, pick one).
(triggers a bug in pkg_add caching which requires -current, btw ;( )
Solves update issue reported by Mikolaj.
Ports STILL fully locked, this making it in as a vital update thing,
(no don't ask, your silly little update won't make it)
okayed by naddy@
2012-02-06 17:07:09 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.95 2012/02/06 22:07:09 espie Exp $
|
2011-09-23 04:48:36 -04:00
|
|
|
|
|
|
|
# Don't pull in x11/py-gtk2 on these archs; build fails with binutils 2.15
|
|
|
|
NOT_FOR_ARCHS-python= mips64 mips64el
|
2003-06-12 15:45:35 -04:00
|
|
|
|
2011-08-17 11:37:28 -04:00
|
|
|
COMMENT-main= terminal emulation library
|
2008-01-02 18:16:16 -05:00
|
|
|
COMMENT-python= python bindings for vte
|
2003-06-12 15:45:35 -04:00
|
|
|
|
2007-09-07 08:47:35 -04:00
|
|
|
GNOME_PROJECT= vte
|
2011-08-29 02:21:46 -04:00
|
|
|
GNOME_VERSION= 0.28.2
|
|
|
|
|
2011-09-26 10:25:09 -04:00
|
|
|
SHARED_LIBS+= vte 14.1 # 2609.0
|
2011-09-23 04:48:36 -04:00
|
|
|
|
2011-09-26 10:25:09 -04:00
|
|
|
FULLPKGNAME-main= vte-${GNOME_VERSION}
|
2011-09-23 04:48:36 -04:00
|
|
|
FULLPKGNAME-python= py-${DISTNAME}
|
|
|
|
|
update fix: vte2 should *not* update to vte3.
parts of gnome want vte3, and yet some other stuff (py-vte) still wants vte2.
if we let vte2->vte3 because of gnome, then py-vte will complain, and the
update won't happen.
considering we've set things up so vte2 and vte3 can coexist, the thing to do
is have vte2 update to vte2-newer, let gnome3 pick and install vte3 as well,
keeping py-vte happy and ending with a fully updated machine.
On the way, need to tell quirks AND vte about vte-pyhelper, which vanished
into vte2/vte3 (and again, pick one).
(triggers a bug in pkg_add caching which requires -current, btw ;( )
Solves update issue reported by Mikolaj.
Ports STILL fully locked, this making it in as a vital update thing,
(no don't ask, your silly little update won't make it)
okayed by naddy@
2012-02-06 17:07:09 -05:00
|
|
|
REVISION-main = 5
|
2011-09-28 16:26:15 -04:00
|
|
|
REVISION-python = 3
|
2011-05-13 18:01:46 -04:00
|
|
|
|
2003-06-12 15:45:35 -04:00
|
|
|
CATEGORIES= devel
|
2009-06-01 18:16:57 -04:00
|
|
|
|
2003-06-12 15:45:35 -04:00
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
|
2009-09-25 11:56:29 -04:00
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
|
2008-07-08 08:02:19 -04:00
|
|
|
# LGPLv2
|
2003-06-12 15:45:35 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2007-09-07 08:47:35 -04:00
|
|
|
MODULES= devel/gettext \
|
2007-12-15 07:07:48 -05:00
|
|
|
lang/python \
|
2007-09-07 08:47:35 -04:00
|
|
|
x11/gnome
|
2007-12-15 07:07:48 -05:00
|
|
|
|
2011-09-23 04:48:36 -04:00
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
2011-09-26 10:25:09 -04:00
|
|
|
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 cairo drm
|
|
|
|
WANTLIB += expat ffi fontconfig freetype gdk_pixbuf-2.0 gio-2.0
|
|
|
|
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 m ncurses
|
|
|
|
WANTLIB += pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1
|
|
|
|
WANTLIB += png pthread-stubs xcb xcb-render xcb-shm z
|
2008-06-14 20:04:49 -04:00
|
|
|
|
2009-10-27 11:50:06 -04:00
|
|
|
|
2011-09-26 10:25:09 -04:00
|
|
|
MODPY_RUNDEP= No
|
|
|
|
MULTI_PACKAGES= -main -python
|
2011-05-13 18:01:46 -04:00
|
|
|
|
2011-09-23 04:48:36 -04:00
|
|
|
WANTLIB-python= ${WANTLIB} gdk-x11-2.0 gtk-x11-2.0 vte>=14
|
2008-01-02 18:16:16 -05:00
|
|
|
LIB_DEPENDS-python= ${LIB_DEPENDS-main} \
|
2011-09-26 10:25:09 -04:00
|
|
|
${BASE_PKGPATH}
|
2011-09-23 04:48:36 -04:00
|
|
|
RUN_DEPENDS-python= ${MODPY_RUN_DEPENDS} \
|
|
|
|
x11/py-gtk2
|
2011-06-22 10:46:22 -04:00
|
|
|
|
2011-09-26 10:25:09 -04:00
|
|
|
WANTLIB-main= ${WANTLIB} util
|
2011-09-23 04:48:36 -04:00
|
|
|
LIB_DEPENDS-main+= ${LIB_DEPENDS} \
|
2011-05-13 19:07:16 -04:00
|
|
|
x11/gtk+2
|
2011-09-23 04:48:36 -04:00
|
|
|
WANTLIB-main+= c pthread gdk-x11-2.0 gtk-x11-2.0
|
2011-05-14 09:17:28 -04:00
|
|
|
|
2011-09-23 04:48:36 -04:00
|
|
|
. if ! ${MACHINE_ARCH:Mmips64*}
|
2011-05-14 09:17:28 -04:00
|
|
|
BUILD_DEPENDS+= x11/py-gtk2
|
|
|
|
CONFIGURE_ARGS+= --enable-python
|
2011-09-23 04:48:36 -04:00
|
|
|
. endif
|
2011-05-14 09:17:28 -04:00
|
|
|
|
2011-09-20 16:51:51 -04:00
|
|
|
MODGNOME_TOOLS= goi
|
|
|
|
|
2003-06-12 15:45:35 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2011-09-26 10:25:09 -04:00
|
|
|
CONFIGURE_ARGS+= --disable-Bsymbolic \
|
|
|
|
--with-gtk=2.0 \
|
|
|
|
--program-suffix=2
|
2003-06-12 15:45:35 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|