From 77f7b7c328d5485426a090bd6a52b92abec56dda Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 15 Feb 2018 08:47:41 +0000 Subject: [PATCH] Update to gtk+3-3.22.28. --- x11/gtk+3/Makefile | 10 +++++----- x11/gtk+3/distinfo | 4 ++-- x11/gtk+3/patches/patch-configure | 23 ----------------------- 3 files changed, 7 insertions(+), 30 deletions(-) delete mode 100644 x11/gtk+3/patches/patch-configure diff --git a/x11/gtk+3/Makefile b/x11/gtk+3/Makefile index c9ae98afdbb..4d86638b721 100644 --- a/x11/gtk+3/Makefile +++ b/x11/gtk+3/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.188 2017/11/07 22:04:40 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.189 2018/02/15 08:47:41 ajacoutot Exp $ -# XXX add support for libcloudproviders (subpackage?) +# XXX add support for libcloudproviders? # Everything is a Freaking GLib/GTK+ problem CFLAGS += -g @@ -14,7 +14,7 @@ COMMENT-cloudprint= gtk+3 Google Cloud Print backend COMMENT-guic= gtk+ icon theme caching utility GNOME_PROJECT= gtk+ -GNOME_VERSION= 3.22.26 +GNOME_VERSION= 3.22.28 PKGNAME-main= gtk+3-${GNOME_VERSION} PKGNAME-cups= gtk+3-cups-${GNOME_VERSION} @@ -23,8 +23,8 @@ PKGNAME-guic= gtk-update-icon-cache-${GNOME_VERSION} CATEGORIES= x11 devel -SHARED_LIBS += gdk-3 2200.2 # 2200.26 -SHARED_LIBS += gtk-3 2200.2 # 2200.26 +SHARED_LIBS += gdk-3 2200.2 # 2200.28 +SHARED_LIBS += gtk-3 2200.2 # 2200.28 SHARED_LIBS += gailutil-3 0.0 # 0.0 HOMEPAGE= http://www.gtk.org/ diff --git a/x11/gtk+3/distinfo b/x11/gtk+3/distinfo index 8d29db19157..dbcf4221c8a 100644 --- a/x11/gtk+3/distinfo +++ b/x11/gtk+3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gtk+-3.22.26.tar.xz) = Ye7w0yDlQZduLf5EVynxK1reUwUO6d5hhCNctgzUuWc= -SIZE (gtk+-3.22.26.tar.xz) = 18922136 +SHA256 (gtk+-3.22.28.tar.xz) = 0plhKwGM/teyxokWirUrZoAjcI4XwzXrWSJg0YbxXh8= +SIZE (gtk+-3.22.28.tar.xz) = 22157948 diff --git a/x11/gtk+3/patches/patch-configure b/x11/gtk+3/patches/patch-configure deleted file mode 100644 index 788257332a2..00000000000 --- a/x11/gtk+3/patches/patch-configure +++ /dev/null @@ -1,23 +0,0 @@ -$OpenBSD: patch-configure,v 1.15 2017/09/25 09:16:13 robert Exp $ - -Index: configure ---- configure.orig -+++ configure -@@ -29142,8 +29142,6 @@ $as_echo_n "checking for -fvisibility=hidden compiler - int - main () - { --int main (void) { return 0; } -- ; - return 0; - } - _ACEOF -@@ -29246,8 +29244,6 @@ $as_echo_n "checking for -Bsymbolic-functions linker f - int - main () - { --int main (void) { return 0; } -- ; - return 0; - } - _ACEOF