[73695] trunk/dports/graphics/gdk-pixbuf

ryandesign at macports.org ryandesign at macports.org
Sun Nov 21 14:49:39 PST 2010


Revision: 73695
          http://trac.macports.org/changeset/73695
Author:   ryandesign at macports.org
Date:     2010-11-21 14:49:34 -0800 (Sun, 21 Nov 2010)
Log Message:
-----------
gdk-pixbuf: fix underquoted definitions

Modified Paths:
--------------
    trunk/dports/graphics/gdk-pixbuf/Portfile

Added Paths:
-----------
    trunk/dports/graphics/gdk-pixbuf/files/patch-underquoting.diff

Modified: trunk/dports/graphics/gdk-pixbuf/Portfile
===================================================================
--- trunk/dports/graphics/gdk-pixbuf/Portfile	2010-11-21 22:29:05 UTC (rev 73694)
+++ trunk/dports/graphics/gdk-pixbuf/Portfile	2010-11-21 22:49:34 UTC (rev 73695)
@@ -6,7 +6,7 @@
 name		gdk-pixbuf
 version		0.22.0
 set branch      [join [lrange [split ${version} .] 0 1] .]
-revision	3
+revision	4
 categories	graphics
 maintainers	nomaintainer
 description	generic image handling library for Gtk+ programs
@@ -28,7 +28,8 @@
 universal_variant no
 
 patchfiles	patch-Makefile.in.diff patch-configure.diff \
-		patch-ltmain.sh.diff patch-gdk-pixbuf-Makefile.in.diff
+		patch-ltmain.sh.diff patch-gdk-pixbuf-Makefile.in.diff \
+		patch-underquoting.diff
 
 configure.cflags-append "-L${prefix}/lib"
 configure.env		LIBS="-L${prefix}/lib"

Added: trunk/dports/graphics/gdk-pixbuf/files/patch-underquoting.diff
===================================================================
--- trunk/dports/graphics/gdk-pixbuf/files/patch-underquoting.diff	                        (rev 0)
+++ trunk/dports/graphics/gdk-pixbuf/files/patch-underquoting.diff	2010-11-21 22:49:34 UTC (rev 73695)
@@ -0,0 +1,31 @@
+--- aclocal.m4.orig	2002-12-18 16:18:45.000000000 -0600
++++ aclocal.m4	2010-11-21 16:44:29.000000000 -0600
+@@ -3770,7 +3770,7 @@
+ dnl Test for GLIB, and define GLIB_CFLAGS and GLIB_LIBS, if "gmodule" or 
+ dnl gthread is specified in MODULES, pass to glib-config
+ dnl
+-AC_DEFUN(AM_PATH_GLIB,
++AC_DEFUN([AM_PATH_GLIB],
+ [dnl 
+ dnl Get the cflags and libraries from the glib-config script
+ dnl
+@@ -3966,7 +3966,7 @@
+ dnl AM_PATH_GTK([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
+ dnl Test for GTK, and define GTK_CFLAGS and GTK_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_GTK,
++AC_DEFUN([AM_PATH_GTK],
+ [dnl 
+ dnl Get the cflags and libraries from the gtk-config script
+ dnl
+--- gdk-pixbuf.m4.orig	2001-02-22 16:57:21.000000000 -0600
++++ gdk-pixbuf.m4	2010-11-21 16:44:11.000000000 -0600
+@@ -9,7 +9,7 @@
+ dnl AM_PATH_GDK_PIXBUF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]])
+ dnl Test for GDK_PIXBUF, and define GDK_PIXBUF_CFLAGS and GDK_PIXBUF_LIBS
+ dnl
+-AC_DEFUN(AM_PATH_GDK_PIXBUF,
++AC_DEFUN([AM_PATH_GDK_PIXBUF],
+ [dnl 
+ dnl Get the cflags and libraries from the gdk-pixbuf-config script
+ dnl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101121/034d3c88/attachment.html>


More information about the macports-changes mailing list