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@
45 lines
1.1 KiB
Makefile
45 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.10 2012/02/06 22:07:09 espie Exp $
|
|
|
|
COMMENT= terminal emulation library
|
|
|
|
GNOME_PROJECT= vte
|
|
GNOME_VERSION= 0.30.1
|
|
|
|
PKGNAME= vte3-${GNOME_VERSION}
|
|
REVISION= 1
|
|
|
|
SHARED_LIBS += vte2_90 1.0 # 3009.0
|
|
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
|
|
Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# LGPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= devel/gettext \
|
|
x11/gnome
|
|
|
|
WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
|
WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo
|
|
WANTLIB += cairo-gobject drm expat ffi fontconfig freetype gdk-3
|
|
WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
|
|
WANTLIB += gthread-2.0 gtk-3 m ncurses pango-1.0 pangocairo-1.0
|
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
|
|
WANTLIB += util xcb xcb-render xcb-shm z
|
|
|
|
LIB_DEPENDS= x11/gtk+3
|
|
|
|
MODGNOME_TOOLS= goi
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --disable-Bsymbolic \
|
|
|
|
.include <bsd.port.mk>
|