[105871] trunk/dports/devel/gvfs/Portfile

devans at macports.org devans at macports.org
Wed May 8 13:20:18 PDT 2013


Revision: 105871
          https://trac.macports.org/changeset/105871
Author:   devans at macports.org
Date:     2013-05-08 13:20:17 -0700 (Wed, 08 May 2013)
Log Message:
-----------
gvfs: fix build failure by allowing usage of deprecated glib API.

Modified Paths:
--------------
    trunk/dports/devel/gvfs/Portfile

Modified: trunk/dports/devel/gvfs/Portfile
===================================================================
--- trunk/dports/devel/gvfs/Portfile	2013-05-08 18:20:12 UTC (rev 105870)
+++ trunk/dports/devel/gvfs/Portfile	2013-05-08 20:20:17 UTC (rev 105871)
@@ -8,7 +8,7 @@
 set branch      [join [lrange [split ${version} .] 0 1] .]
 maintainers     nomaintainer
 categories      devel
-# trashlib code used in the daemon is GPL 
+# trashlib code used in the daemon is GPL
 license         {LGPL GPL-3}
 platforms       darwin
 description     The Gnome Virtual File System.
@@ -52,6 +52,22 @@
 
 patchfiles      patch-gconf-gapplookupgconf.h.diff
 
+post-patch {
+    reinplace "s|-DG_DISABLE_DEPRECATED||" \
+        client/Makefile.in \
+        common/Makefile.in \
+        daemon/Makefile.in \
+        gconf/Makefile.in \
+        metadata/Makefile.in \
+        monitor/afc/Makefile.in \
+        monitor/gdu/Makefile.in \
+        monitor/gphoto2/Makefile.in \
+        monitor/hal/Makefile.in \
+        monitor/proxy/Makefile.in \
+        programs/Makefile.in \
+        test/Makefile.in
+}
+
 configure.args  --disable-avahi \
                 --disable-fuse \
                 --disable-hal \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130508/f68794fc/attachment.html>


More information about the macports-changes mailing list