[112647] trunk/dports/gnome/gdl3

devans at macports.org devans at macports.org
Mon Oct 28 14:31:42 PDT 2013


Revision: 112647
          https://trac.macports.org/changeset/112647
Author:   devans at macports.org
Date:     2013-10-28 14:31:42 -0700 (Mon, 28 Oct 2013)
Log Message:
-----------
gdl3: patch for c++11 compatibility.

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

Added Paths:
-----------
    trunk/dports/gnome/gdl3/files/patch-gdl-gdl-dock-object.h.diff

Modified: trunk/dports/gnome/gdl3/Portfile
===================================================================
--- trunk/dports/gnome/gdl3/Portfile	2013-10-28 21:31:12 UTC (rev 112646)
+++ trunk/dports/gnome/gdl3/Portfile	2013-10-28 21:31:42 UTC (rev 112647)
@@ -6,7 +6,7 @@
 name                gdl3
 set gname           gdl
 version             3.8.1
-revision            1
+revision            2
 license             LGPL
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          gnome devel
@@ -35,7 +35,8 @@
                     port:gobject-introspection \
                     port:libxml2
 
-patchfiles          patch-return.diff
+patchfiles          patch-return.diff \
+                    patch-gdl-gdl-dock-object.h.diff
 
 configure.args      --disable-silent-rules \
                     --enable-introspection=yes

Added: trunk/dports/gnome/gdl3/files/patch-gdl-gdl-dock-object.h.diff
===================================================================
--- trunk/dports/gnome/gdl3/files/patch-gdl-gdl-dock-object.h.diff	                        (rev 0)
+++ trunk/dports/gnome/gdl3/files/patch-gdl-gdl-dock-object.h.diff	2013-10-28 21:31:42 UTC (rev 112647)
@@ -0,0 +1,11 @@
+--- gdl/gdl-dock-object.h.orig	2013-10-28 14:12:04.000000000 -0700
++++ gdl/gdl-dock-object.h	2013-10-28 14:12:37.000000000 -0700
+@@ -381,7 +381,7 @@
+     G_STMT_START {                            \
+     g_log (G_LOG_DOMAIN,                      \
+ 	   G_LOG_LEVEL_DEBUG,                 \
+-           "%s:%d (%s) %s [%p %d%s:%d]: "format, \
++           "%s:%d (%s) %s [%p %d%s:%d]: " format, \
+ 	   __FILE__,                          \
+ 	   __LINE__,                          \
+ 	   __PRETTY_FUNCTION__,               \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131028/43ef4501/attachment-0001.html>


More information about the macports-changes mailing list