[131966] trunk/dports/gnome/gtk2

ryandesign at macports.org ryandesign at macports.org
Wed Jan 21 19:07:40 PST 2015


Revision: 131966
          https://trac.macports.org/changeset/131966
Author:   ryandesign at macports.org
Date:     2015-01-21 19:07:40 -0800 (Wed, 21 Jan 2015)
Log Message:
-----------
gtk2: fix build with gdk-pixbuf2 2.31.2 (#46644)

Modified Paths:
--------------
    trunk/dports/gnome/gtk2/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gtk2/files/patch-configure.ac.diff

Modified: trunk/dports/gnome/gtk2/Portfile
===================================================================
--- trunk/dports/gnome/gtk2/Portfile	2015-01-21 23:59:06 UTC (rev 131965)
+++ trunk/dports/gnome/gtk2/Portfile	2015-01-22 03:07:40 UTC (rev 131966)
@@ -33,8 +33,6 @@
 checksums           rmd160  28f0c9f0706eae0a6fd7fa46b01bfff55308406c \
                     sha256  38af1020cb8ff3d10dda2c8807f11e92af9d2fa4045de61c62eedb7fbc7ea5b3
 
-patchfiles          patch-gtk-builder-convert.diff patch-aliases.diff
-
 depends_build       port:gtk-doc \
                     port:pkgconfig \
                     port:perl5
@@ -51,6 +49,10 @@
 depends_run         port:shared-mime-info \
                     port:hicolor-icon-theme
 
+patchfiles-append   patch-aliases.diff
+patchfiles-append   patch-configure.ac.diff
+patchfiles-append   patch-gtk-builder-convert.diff
+
 # autoreconf to deal with stupid issues during install (install: .libs/libferret.lai: No such file or directory)
 use_autoreconf      yes
 autoreconf.args     -fvi

Added: trunk/dports/gnome/gtk2/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/gnome/gtk2/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/gnome/gtk2/files/patch-configure.ac.diff	2015-01-22 03:07:40 UTC (rev 131966)
@@ -0,0 +1,14 @@
+Fix build with gdk-pixbuf2 2.31.2.
+https://bugzilla.gnome.org/show_bug.cgi?id=740568
+https://git.gnome.org/browse/gtk+/diff/?h=gtk-2-24&id=5bafcca63f8d065461c311f1ab768e7d0d290813
+--- configure.ac.orig	2014-10-10 10:46:36.000000000 -0500
++++ configure.ac	2015-01-21 20:57:40.000000000 -0600
+@@ -621,8 +621,6 @@
+   CFLAGS="-DG_DISABLE_DEPRECATED $CFLAGS"
+ fi
+ 
+-CFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CFLAGS"
+-
+ 
+ dnl
+ dnl Check for bind_textdomain_codeset, including -lintl if GLib brings it in.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150121/a0de9902/attachment.html>


More information about the macports-changes mailing list