From d8e24bbded4bc80531562f45bef1b887113ef6bf Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 17 Aug 2015 19:52:39 +0000 Subject: [PATCH] sync WANTLIB --- comms/gnokii/Makefile | 19 +++++++++---------- devel/gconf-editor/Makefile | 19 ++++++++++--------- games/gnome-mastermind/Makefile | 7 ++++--- graphics/gd/Makefile | 6 +++--- lang/gcc/4.8/Makefile | 8 +++++--- multimedia/gstreamer1/plugins-bad/Makefile | 6 +++--- multimedia/gstreamer1/plugins-good/Makefile | 6 +++--- print/gutenprint/Makefile | 9 +++++---- x11/gcolor2/Makefile | 19 ++++++++++--------- x11/gromit/Makefile | 5 +++-- x11/gtk+/Makefile | 6 +++--- x11/gtk2-rezlooks-engine/Makefile | 9 +++++---- x11/gtk3-unico-engine/Makefile | 12 ++++++------ x11/gtkdatabox/Makefile | 10 +++++----- x11/gtkglarea/Makefile | 6 ++++-- x11/gtkglext/Makefile | 5 +++-- x11/gtkhotkey/Makefile | 8 ++++---- x11/gtksourceview/Makefile | 11 ++++++----- x11/xfce4/gtk-xfce-engine/Makefile | 12 +++++++----- 19 files changed, 98 insertions(+), 85 deletions(-) diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 98d8856fcc8..6eb49ee7244 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.41 2015/06/17 08:21:15 bentley Exp $ +# $OpenBSD: Makefile,v 1.42 2015/08/17 19:52:39 sthen Exp $ COMMENT= tools to talk to GSM cellular phones DISTNAME= gnokii-0.6.14 -REVISION= 18 +REVISION= 19 CATEGORIES= comms x11 SHARED_LIBS += gnokii 2.7 # .3.0 @@ -43,14 +43,13 @@ LIB_DEPENDS= x11/gtk+2 \ textproc/libical RUN_DEPENDS+= devel/desktop-file-utils -WANTLIB += X11 Xau Xdmcp Xpm Xrender fontconfig freetype z Xcomposite Xdamage -WANTLIB += pixman-1 gio-2.0 m pthread pcre atk-1.0>=800 glib-2.0>=400.8 -WANTLIB += gmodule-2.0>=400.8 gobject-2.0>=400.8 pango-1.0>=600 -WANTLIB += pangoft2-1.0>=600 pangocairo-1.0 cairo png expat Xcursor -WANTLIB += Xext Xfixes Xi Xinerama Xrandr pthread-stubs xcb ical -WANTLIB += gtk-x11-2.0>=400.13 gdk-x11-2.0>=400.13 gdk_pixbuf-2.0>=400.13 -WANTLIB += gthread-2.0 xcb-render -WANTLIB += GL Xxf86vm drm ffi stdc++ xcb-shm +WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama +WANTLIB += Xpm Xrandr Xrender atk-1.0 cairo expat ffi fontconfig +WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 +WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0 +WANTLIB += harfbuzz ical m pango-1.0 pangocairo-1.0 pangoft2-1.0 +WANTLIB += pcre pixman-1 png pthread pthread-stubs xcb xcb-render +WANTLIB += xcb-shm z .endif WANTLIB += usb usb-1.0 diff --git a/devel/gconf-editor/Makefile b/devel/gconf-editor/Makefile index c5d0557fdd5..49720eb5dcd 100644 --- a/devel/gconf-editor/Makefile +++ b/devel/gconf-editor/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.76 2015/04/04 09:21:00 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.77 2015/08/17 19:52:39 sthen Exp $ COMMENT= editor for the GConf configuration system GNOME_PROJECT= gconf-editor GNOME_VERSION= 3.0.1 -REVISION= 7 +REVISION= 8 CATEGORIES= devel x11 @@ -14,13 +14,14 @@ MAINTAINER= Jasper Lievisse Adriaanse , \ # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB += GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes -WANTLIB += Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo -WANTLIB += cairo-gobject dbus-1 dbus-glib-1 drm expat ffi fontconfig -WANTLIB += freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 -WANTLIB += gobject-2.0 gthread-2.0 gtk-3 m pango-1.0 pangocairo-1.0 -WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs -WANTLIB += stdc++ xcb xcb-render xcb-shm z +WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi +WANTLIB += Xinerama Xrandr Xrender atk-1.0 atk-bridge-2.0 atspi +WANTLIB += c cairo cairo-gobject dbus-1 dbus-glib-1 epoxy expat +WANTLIB += ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0 gio-2.0 +WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 +WANTLIB += gtk-3 harfbuzz m pango-1.0 pangocairo-1.0 pangoft2-1.0 +WANTLIB += pcre pixman-1 png pthread pthread-stubs xcb xcb-render +WANTLIB += xcb-shm z MODULES= devel/gettext \ x11/gnome \ diff --git a/games/gnome-mastermind/Makefile b/games/gnome-mastermind/Makefile index abd5d80395d..2812fbeb9c2 100644 --- a/games/gnome-mastermind/Makefile +++ b/games/gnome-mastermind/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.26 2015/04/04 09:21:01 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.27 2015/08/17 19:52:39 sthen Exp $ COMMENT = Mastermind clone reflexion game GNOME_PROJECT = gnome-mastermind GNOME_VERSION = 0.3.1 -REVISION= 12 +REVISION = 13 CATEGORIES = games @@ -25,12 +25,13 @@ LIB_DEPENDS = x11/gtk+2 \ MODGNOME_TOOLS += desktop-file-utils gtk-update-icon-cache yelp CONFIGURE_STYLE = gnu -WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext +WANTLIB += X11 Xcomposite Xcursor Xdamage Xext WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1 WANTLIB += dbus-glib-1 expat fontconfig freetype gio-2.0 glib-2.0 WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 m pango-1.0 WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0 gdk-x11-2.0>=1000 WANTLIB += gtk-x11-2.0>=1000 gconf-2>=6 +WANTLIB += ffi graphite2 harfbuzz xcb-render xcb-shm .include diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index 36d1eb4c997..84273c4bda8 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.61 2015/05/22 11:31:15 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.62 2015/08/17 19:52:39 sthen Exp $ COMMENT= library for dynamic creation of images V= 2.1.0 DISTNAME= libgd-$V PKGNAME= gd-$V -REVISION= 1 +REVISION= 2 SHARED_LIBS= gd 21.0 @@ -16,7 +16,7 @@ HOMEPAGE= http://www.libgd.org/ PERMIT_PACKAGE_CDROM= Yes WANTLIB += c expat fontconfig freetype jpeg m png pthread -WANTLIB += pthread-stubs tiff vpx z +WANTLIB += pthread-stubs stdc++ tiff vpx z MASTER_SITES= https://bitbucket.org/libgd/gd-libgd/downloads/ diff --git a/lang/gcc/4.8/Makefile b/lang/gcc/4.8/Makefile index 05c9376ae71..2b7e0af09d1 100644 --- a/lang/gcc/4.8/Makefile +++ b/lang/gcc/4.8/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.48 2015/07/02 00:22:18 zhuk Exp $ +# $OpenBSD: Makefile,v 1.49 2015/08/17 19:52:39 sthen Exp $ BROKEN-mips64 = ld: not enough GOT space for local GOT entries BROKEN-mips64el = ld: not enough GOT space for local GOT entries @@ -38,10 +38,10 @@ PKGSPEC-main = gcc->=4.8,<4.9 REVISION-main = 4 REVISION-c++ = 2 REVISION-estdc =2 -REVISION-f95 = 2 +REVISION-f95 = 3 REVISION-java = 3 REVISION-objc = 2 -REVISION-ada = 2 +REVISION-ada = 3 SHARED_LIBS = estdc++ 16.0 \ gfortran 5.0 \ @@ -223,6 +223,8 @@ RUN_DEPENDS-c++ = ${RUN_DEPENDS} \ WANTLIB-estdc = m WANTLIB-java = ${WANTLIB} pthread WANTLIB-main = ${WANTLIB} pthread +WANTLIB-f95 = ${WANTLIB} quadmath +WANTLIB-ada = ${WANTLIB} pthread util LIB_DEPENDS += devel/gmp>=4.2 \ devel/mpfr \ diff --git a/multimedia/gstreamer1/plugins-bad/Makefile b/multimedia/gstreamer1/plugins-bad/Makefile index 6d77557266c..248d23c6012 100644 --- a/multimedia/gstreamer1/plugins-bad/Makefile +++ b/multimedia/gstreamer1/plugins-bad/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.37 2015/04/23 11:55:02 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.38 2015/08/17 19:52:39 sthen Exp $ COMMENT= bad elements for GStreamer DISTNAME= gst-plugins-bad-${V} PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-bad-${V} -REVISION= 2 +REVISION= 3 SHARED_LIBS += gstphotography-1.0 1.0 # 405.0 SHARED_LIBS += gstbasecamerabinsrc-1.0 1.0 # 405.0 @@ -26,7 +26,7 @@ WANTLIB += gsttag-1.0 gstvideo-1.0 gthread-2.0 harfbuzz jpeg lzma m WANTLIB += mms nettle opus orc-0.4 pango-1.0 pangocairo-1.0 pangoft2-1.0 WANTLIB += pcre pixman-1 png pthread pthread-stubs rsvg-2 WANTLIB += stdc++ xcb xcb-dri2 xcb-glx xcb-render xcb-shape xcb-shm -WANTLIB += xcb-xfixes xml2 z +WANTLIB += xcb-xfixes xml2 z GLESv2 MASTER_SITES = ${MASTER_SITE_GST:=gst-plugins-bad/} diff --git a/multimedia/gstreamer1/plugins-good/Makefile b/multimedia/gstreamer1/plugins-good/Makefile index 924f27b5f7b..d31fd242a22 100644 --- a/multimedia/gstreamer1/plugins-good/Makefile +++ b/multimedia/gstreamer1/plugins-good/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2015/04/04 09:21:02 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.32 2015/08/17 19:52:39 sthen Exp $ # XXX ossaudio(3) is only enabled to be used as a mixing device by # x11/xfce4/xfce4-mixer @@ -11,7 +11,7 @@ PKGNAME= ${GST_PKGNAME_PREFIX}-plugins-good-${V} PKGNAME-main= ${PKGNAME} PKGNAME-pulse= ${GST_PKGNAME_PREFIX}-plugins-pulse-${V} -REVISION-main= 1 +REVISION-main= 2 REVISION-pulse= 0 WANTLIB += ffi glib-2.0 gmodule-2.0 gobject-2.0 gstaudio-1.0 gstbase-1.0 @@ -22,7 +22,7 @@ WANTLIB-main += ${WANTLIB} WANTLIB-main += FLAC Xdamage Xfixes bz2 xml2 pthread-stubs WANTLIB-main += gdk_pixbuf-2.0 gio-2.0 gstcontroller-1.0 lzma WANTLIB-main += gstfft-1.0 gstnet-1.0 gstriff-1.0 gstrtp-1.0 gstrtsp-1.0 xcb-render -WANTLIB-main += gstsdp-1.0 jpeg ogg ossaudio png shout soup-2.4 +WANTLIB-main += gstallocators-1.0 gstsdp-1.0 jpeg ogg ossaudio png shout soup-2.4 WANTLIB-main += speex sqlite3 stdc++ tag theora vorbis vpx>=5 wavpack xcb-shm WANTLIB-main += Xrender cairo cairo-gobject expat fontconfig freetype pixman-1 diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index 62d6e857ce9..c8beb65d565 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.41 2015/04/04 09:21:03 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.42 2015/08/17 19:52:40 sthen Exp $ COMMENT= high quality print drivers for foomatic and CUPS V= 5.2.10 DISTNAME= gutenprint-${V} -REVISION= 0 +REVISION= 1 MAJOR_V= ${V:C/^([0-9]+\.[0-9]+).*/\1/} SUBST_VARS= MAJOR_V @@ -22,8 +22,9 @@ MAINTAINER= Antoine Jacoutot # GPLv2 PERMIT_PACKAGE_CDROM= Yes -WANTLIB += avahi-client avahi-common c crypto cups cupsimage dbus-1 -WANTLIB += ijs m ncurses pthread readline ssl usb-1.0 z +WANTLIB += avahi-client avahi-common c cups cupsimage dbus-1 +WANTLIB += ijs m ncurses pthread readline usb-1.0 z +WANTLIB += ffi gmp gnutls hogweed nettle p11-kit tasn1 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gimp-print/} diff --git a/x11/gcolor2/Makefile b/x11/gcolor2/Makefile index d203eb32cbb..be5446529cb 100644 --- a/x11/gcolor2/Makefile +++ b/x11/gcolor2/Makefile @@ -1,24 +1,25 @@ -# $OpenBSD: Makefile,v 1.8 2013/03/11 11:46:09 espie Exp $ +# $OpenBSD: Makefile,v 1.9 2015/08/17 19:52:39 sthen Exp $ # COMMENT = color selector in GTK2 DISTNAME = gcolor2-0.4 -REVISION = 3 +REVISION = 4 CATEGORIES = x11 HOMEPAGE = http://gcolor2.sourceforge.net/ MAINTAINER = Abel Abraham Camarillo Ojeda -#GPLv2 +# GPLv2 PERMIT_PACKAGE_CDROM = Yes -WANTLIB = GL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi \ - Xinerama Xrandr Xrender Xxf86vm atk-1.0 c cairo>=9 drm expat \ - fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 \ - gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0 \ - m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre>=2 pixman-1 png>=10 \ - pthread pthread-stubs xcb xcb-render xcb-shm z +WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama +WANTLIB += Xrandr Xrender atk-1.0 c cairo expat ffi fontconfig +WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 +WANTLIB += gmodule-2.0 gobject-2.0 graphite2 gthread-2.0 gtk-x11-2.0 +WANTLIB += harfbuzz m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre +WANTLIB += pixman-1 png pthread pthread-stubs xcb xcb-render xcb-shm +WANTLIB += z LIB_DEPENDS = x11/gtk+2 diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile index 0f946b61aec..566686a60f7 100644 --- a/x11/gromit/Makefile +++ b/x11/gromit/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.22 2013/03/11 11:46:12 espie Exp $ +# $OpenBSD: Makefile,v 1.23 2015/08/17 19:52:39 sthen Exp $ COMMENT= small tool to make annotations on the screen DISTNAME= gromit-20041213 -REVISION= 10 +REVISION= 11 CATEGORIES= x11 HOMEPAGE= http://www.home.unix-ag.org/simon/gromit/ @@ -24,6 +24,7 @@ WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png WANTLIB += z pthread-stubs xcb gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0 +WANTLIB += harfbuzz pcre pthread xcb-render xcb-shm NO_TEST= Yes diff --git a/x11/gtk+/Makefile b/x11/gtk+/Makefile index 4524bd809c7..d9184aca360 100644 --- a/x11/gtk+/Makefile +++ b/x11/gtk+/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.82 2015/05/22 11:31:19 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.83 2015/08/17 19:52:39 sthen Exp $ PORTROACH= limit:^1\.2\. COMMENT= General Toolkit for X11 GUI DISTNAME= gtk+-1.2.10 -REVISION= 13 +REVISION= 14 SHARED_LIBS= gdk 3.0 \ gtk 3.0 @@ -22,7 +22,7 @@ FAKE= all # GPL PERMIT_PACKAGE_CDROM= Yes -WANTLIB += X11 Xext Xi glib gmodule m xcb +WANTLIB += X11 Xext Xi glib gmodule m xcb Xau Xdmcp pthread-stubs CONFIGURE_STYLE= gnu diff --git a/x11/gtk2-rezlooks-engine/Makefile b/x11/gtk2-rezlooks-engine/Makefile index d0216170abe..ebeb2f0d28c 100644 --- a/x11/gtk2-rezlooks-engine/Makefile +++ b/x11/gtk2-rezlooks-engine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2014/04/01 14:52:10 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.11 2015/08/17 19:52:40 sthen Exp $ SHARED_ONLY= Yes @@ -7,7 +7,7 @@ COMMENT= Clearlooks based GTK+ 2.x engine V= 0.6 DISTNAME= 39179-rezlooks-$V PKGNAME= gtk2-rezlooks-engine-$V -REVISION= 2 +REVISION= 3 CATEGORIES= x11 # GPLv2 @@ -23,13 +23,14 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MODULES= devel/gettext -WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes +WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes WANTLIB += Xi Xinerama Xrandr Xrender expat fontconfig freetype -WANTLIB += m pixman-1 pthread-stubs xcb xcb-render xcb-render-util +WANTLIB += m pixman-1 pthread-stubs xcb xcb-render WANTLIB += z gtk-x11-2.0 gdk-x11-2.0 WANTLIB += atk-1.0 cairo gdk_pixbuf-2.0 gio-2.0 glib-2.0 WANTLIB += gmodule-2.0 gobject-2.0 gthread-2.0 pango-1.0 pangocairo-1.0 WANTLIB += pangoft2-1.0 pcre png +WANTLIB += ffi graphite2 harfbuzz pthread xcb-shm LIB_DEPENDS = x11/gtk+2 diff --git a/x11/gtk3-unico-engine/Makefile b/x11/gtk3-unico-engine/Makefile index 43b1607c660..b8423b6cefe 100644 --- a/x11/gtk3-unico-engine/Makefile +++ b/x11/gtk3-unico-engine/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2015/04/04 09:21:08 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.12 2015/08/17 19:52:40 sthen Exp $ SHARED_ONLY= Yes @@ -7,7 +7,7 @@ COMMENT= Unico GTK+3 engine V= 1.0.2.1 DISTNAME= unico-${V} PKGNAME= gtk3-unico-engine-${V} -REVISION= 2 +REVISION= 3 CATEGORIES= x11 @@ -16,14 +16,14 @@ HOMEPAGE= https://launchpad.net/unico/ # LGPLv3 PERMIT_PACKAGE_CDROM= Yes -WANTLIB += GL ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp -WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 -WANTLIB += atk-bridge-2.0 atspi cairo cairo-gobject dbus-1 drm +WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage +WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender atk-1.0 +WANTLIB += atk-bridge-2.0 atspi cairo cairo-gobject dbus-1 WANTLIB += expat ffi fontconfig freetype gdk-3 gdk_pixbuf-2.0 WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 WANTLIB += gtk-3 harfbuzz m pango-1.0 pangocairo-1.0 WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs -WANTLIB += stdc++ xcb xcb-render xcb-shm z +WANTLIB += xcb xcb-render xcb-shm z epoxy graphite2 MASTER_SITES= http://distfiles.nl/ diff --git a/x11/gtkdatabox/Makefile b/x11/gtkdatabox/Makefile index 1df8f0e483d..57c6e47bb3e 100644 --- a/x11/gtkdatabox/Makefile +++ b/x11/gtkdatabox/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.11 2015/03/16 18:07:58 naddy Exp $ +# $OpenBSD: Makefile,v 1.12 2015/08/17 19:52:40 sthen Exp $ COMMENT = GTK+2 widget to display large amounts of numerical data DISTNAME = gtkdatabox-0.9.1.1 -REVISION = 5 +REVISION = 6 SHARED_LIBS = gtkdatabox 0.0 @@ -16,13 +16,13 @@ MAINTAINER = Pierre-Emmanuel Andre # GPLv2 PERMIT_PACKAGE_CDROM = Yes -WANTLIB = X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes \ +WANTLIB = X11 Xcomposite Xcursor Xdamage Xext Xfixes \ Xi Xinerama Xrandr Xrender expat fontconfig freetype \ m pixman-1 z gio-2.0 atk-1.0 cairo glib-2.0 \ pango-1.0 pangocairo-1.0 pangoft2-1.0 gmodule-2.0 \ gobject-2.0 png pthread-stubs xcb pcre gthread-2.0 \ - xcb-render xcb-render-util gdk-x11-2.0 gdk_pixbuf-2.0 \ - gtk-x11-2.0 + xcb-render gdk-x11-2.0 gdk_pixbuf-2.0 \ + gtk-x11-2.0 ffi graphite2 harfbuzz pthread xcb-shm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkdatabox/} diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index 0f40c552105..1c7e3f9aed4 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.44 2015/05/05 17:00:20 sthen Exp $ +# $OpenBSD: Makefile,v 1.45 2015/08/17 19:52:40 sthen Exp $ COMMENT= OpenGL widget for GTK+2 GUI toolkit GNOME_PROJECT= gtkglarea GNOME_VERSION= 2.0.1 -REVISION= 4 +REVISION= 5 SHARED_LIBS += gtkgl-2.0 0.0 # .1.1 @@ -19,6 +19,8 @@ WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 WANTLIB += gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread-stubs WANTLIB += xcb xcb-shm z +WANTLIB += X11-xcb Xxf86vm drm ffi glapi graphite2 gthread-2.0 +WANTLIB += harfbuzz pthread stdc++ xcb-dri2 xcb-glx xcb-render EXTRACT_SUFX= .tar.bz2 diff --git a/x11/gtkglext/Makefile b/x11/gtkglext/Makefile index f83c056f263..e6b887d37f5 100644 --- a/x11/gtkglext/Makefile +++ b/x11/gtkglext/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.21 2015/03/16 18:07:58 naddy Exp $ +# $OpenBSD: Makefile,v 1.22 2015/08/17 19:52:40 sthen Exp $ COMMENT= OpenGL extension to GTK+ 2.0 and later DISTNAME= gtkglext-1.2.0 -REVISION= 11 +REVISION= 12 SHARED_LIBS= gdkglext-x11-1.0 0.0 \ gtkglext-x11-1.0 0.0 CATEGORIES= x11 graphics devel @@ -25,6 +25,7 @@ WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pangox-1.0 WANTLIB += pcre pixman-1 png pthread pthread-stubs stdc++ xcb WANTLIB += xcb-render xcb-shm z +WANTLIB += X11-xcb glapi graphite2 xcb-dri2 xcb-glx MODULES= devel/gettext diff --git a/x11/gtkhotkey/Makefile b/x11/gtkhotkey/Makefile index 36b372f0e79..b5816221989 100644 --- a/x11/gtkhotkey/Makefile +++ b/x11/gtkhotkey/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.12 2015/05/05 17:00:20 sthen Exp $ +# $OpenBSD: Makefile,v 1.13 2015/08/17 19:52:40 sthen Exp $ COMMENT = platform independent hotkey handling for Gtk+ applications DISTNAME = gtkhotkey-0.2.1 -REVISION= 6 +REVISION= 7 SHARED_LIBS = gtkhotkey 0.0 #1.0 CATEGORIES = x11 @@ -12,12 +12,12 @@ HOMEPAGE = http://launchpad.net/gtkhotkey # LGPLv3 PERMIT_PACKAGE_CDROM = Yes -WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes Xi +WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi WANTLIB += Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig WANTLIB += freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 WANTLIB += gmodule-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png pthread-stubs -WANTLIB += xcb xcb-shm z +WANTLIB += xcb xcb-shm z ffi graphite2 gthread-2.0 harfbuzz pthread xcb-render # launchpad sucks. MASTER_SITES = http://launchpadlibrarian.net/31288851/ diff --git a/x11/gtksourceview/Makefile b/x11/gtksourceview/Makefile index a7ee3e1be56..e1dcce2e84f 100644 --- a/x11/gtksourceview/Makefile +++ b/x11/gtksourceview/Makefile @@ -1,13 +1,14 @@ -# $OpenBSD: Makefile,v 1.55 2015/03/16 18:07:59 naddy Exp $ +# $OpenBSD: Makefile,v 1.56 2015/08/17 19:52:40 sthen Exp $ -COMMENT= text widget that extends GTK2's GtkTextView widget +COMMENT= text widget that extends GTK2's GtkTextView widget#' MAJOR_VERSION= 2.0 GNOME_PROJECT= gtksourceview GNOME_VERSION= 2.10.5 -REVISION= 2 +REVISION= 3 SHARED_LIBS += gtksourceview-2.0 5.0 # .0.0 + CATEGORIES= x11 SUBST_VARS= MAJOR_VERSION @@ -21,11 +22,11 @@ PERMIT_PACKAGE_CDROM= Yes EXTRACT_SUFX= .tar.bz2 -WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes +WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 -WANTLIB += gthread-2.0 xcb-render xcb-render-util +WANTLIB += gthread-2.0 xcb-render ffi graphite2 harfbuzz lzma pthread xcb-shm WANTLIB += png pthread-stubs xcb z xml2 WANTLIB += gtk-x11-2.0 gdk_pixbuf-2.0 gdk-x11-2.0 diff --git a/x11/xfce4/gtk-xfce-engine/Makefile b/x11/xfce4/gtk-xfce-engine/Makefile index a90e12fcbc1..bfc40855952 100644 --- a/x11/xfce4/gtk-xfce-engine/Makefile +++ b/x11/xfce4/gtk-xfce-engine/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.42 2015/03/16 20:25:58 landry Exp $ +# $OpenBSD: Makefile,v 1.43 2015/08/17 19:52:40 sthen Exp $ COMMENT= Xfce4 theme engine for Gtk+2 XFCE_PROJECT= gtk-xfce-engine XFCE_VERSION= 3.2.0 +REVISION= 0 HOMEPAGE= http://www.xfce.org/projects/ # GPLv2 @@ -14,10 +15,11 @@ MODXFCE_PURGE_LA = lib/gtk-2.0/2.10.0/engines LIB_DEPENDS = x11/gtk+2 -WANTLIB= X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes GL Xxf86vm drm xcb-shm \ - Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig stdc++ \ +WANTLIB= X11 Xcomposite Xcursor Xdamage Xext Xfixes xcb-shm \ + Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig \ freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 m pango-1.0 \ - pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png z pthread-stubs pthread xcb \ - gdk_pixbuf-2.0 gthread-2.0 xcb-render ffi harfbuzz gdk-x11-2.0 gtk-x11-2.0 + pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png z pthread-stubs \ + pthread xcb gdk_pixbuf-2.0 gthread-2.0 xcb-render ffi \ + graphite2 harfbuzz gdk-x11-2.0 gtk-x11-2.0 .include