summaryrefslogtreecommitdiff
path: root/graphics/libexif-gtk
diff options
context:
space:
mode:
authorreed <reed>2004-04-13 05:34:26 +0000
committerreed <reed>2004-04-13 05:34:26 +0000
commitdbed80ae198ccdbb37b518477f0ae0aca2c809b5 (patch)
tree750adbbac616845faf28fd62e039a167ba50196b /graphics/libexif-gtk
parenta54746d25b27ccf0bf3f0b4373fc73337b913447 (diff)
downloadpkgsrc-dbed80ae198ccdbb37b518477f0ae0aca2c809b5.tar.gz
Added two patches to remove the GTK_DISABLE_DEPRECATED definition
since it breaks with new gtk2 2.4.0 (which is the BUILDLINK_DEPENDS). No new libexif-gtk available. This same fix I realized last week and today saw same in Gentoo Linux cvs. I tested on two systems.
Diffstat (limited to 'graphics/libexif-gtk')
-rw-r--r--graphics/libexif-gtk/distinfo4
-rw-r--r--graphics/libexif-gtk/patches/patch-aa12
-rw-r--r--graphics/libexif-gtk/patches/patch-ab14
3 files changed, 29 insertions, 1 deletions
diff --git a/graphics/libexif-gtk/distinfo b/graphics/libexif-gtk/distinfo
index e0b7bedfa81..8d56eccde06 100644
--- a/graphics/libexif-gtk/distinfo
+++ b/graphics/libexif-gtk/distinfo
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.2 2003/01/31 10:23:34 shell Exp $
+$NetBSD: distinfo,v 1.3 2004/04/13 05:34:26 reed Exp $
SHA1 (libexif-gtk-0.3.3.tar.bz2) = dfba27dff94beb2a01de76e6946628c197c05217
Size (libexif-gtk-0.3.3.tar.bz2) = 284909 bytes
+SHA1 (patch-aa) = e309d65d364cda3df0fcc4e85e3bc4796b9027a0
+SHA1 (patch-ab) = a2dde11c8f5131d21625da37cc1f76c3cafbb357
diff --git a/graphics/libexif-gtk/patches/patch-aa b/graphics/libexif-gtk/patches/patch-aa
new file mode 100644
index 00000000000..1461fe280af
--- /dev/null
+++ b/graphics/libexif-gtk/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.1 2004/04/13 05:34:26 reed Exp $
+
+--- gtk-extensions/Makefile.in.orig 2003-01-07 09:32:35.000000000 -0800
++++ gtk-extensions/Makefile.in
+@@ -119,7 +119,6 @@ install_sh = @install_sh@
+ INCLUDES = \
+ -I$(top_srcdir) \
+ -I$(top_srcdir)/intl \
+- -DGTK_DISABLE_DEPRECATED \
+ $(GTK_CFLAGS)
+
+
diff --git a/graphics/libexif-gtk/patches/patch-ab b/graphics/libexif-gtk/patches/patch-ab
new file mode 100644
index 00000000000..3af797c6f2d
--- /dev/null
+++ b/graphics/libexif-gtk/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1 2004/04/13 05:34:26 reed Exp $
+
+--- libexif-gtk/Makefile.in.orig 2003-01-07 09:32:35.000000000 -0800
++++ libexif-gtk/Makefile.in
+@@ -121,8 +121,7 @@ INCLUDES = \
+ -I$(top_srcdir)/intl \
+ -I$(top_srcdir)/gtk-extensions \
+ $(LIBEXIF_GTK_CFLAGS) \
+- -DG_LOG_DOMAIN=\"libexif\" \
+- -DGTK_DISABLE_DEPRECATED
++ -DG_LOG_DOMAIN=\"libexif\"
+
+
+ lib_LTLIBRARIES = libexif-gtk.la