[151577] trunk/dports/devel/glib2-devel

ryandesign at macports.org ryandesign at macports.org
Thu Aug 18 01:13:13 PDT 2016


Revision: 151577
          https://trac.macports.org/changeset/151577
Author:   ryandesign at macports.org
Date:     2016-08-18 01:13:13 -0700 (Thu, 18 Aug 2016)
Log Message:
-----------
glib2-devel: update to 2.49.5

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

Removed Paths:
-------------
    trunk/dports/devel/glib2-devel/files/patch-gio-gdocumentportal.c.diff

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile	2016-08-18 08:07:23 UTC (rev 151576)
+++ trunk/dports/devel/glib2-devel/Portfile	2016-08-18 08:13:13 UTC (rev 151577)
@@ -9,7 +9,7 @@
 name                        glib2-devel
 conflicts                   glib2
 set my_name                 glib
-version                      2.49.4
+version                     2.49.5
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 categories                  devel
 maintainers                 ryandesign openmaintainer
@@ -29,8 +29,8 @@
 
 master_sites                gnome:sources/${my_name}/${branch}/
 
-checksums                   rmd160  6f7f796f546f40eb36455d5eb39dd0259b952c0e \
-                            sha256  9e914f9d7ebb88f99f234a7633368a7c1133ea21b5cac9db2a33bc25f7a0e0d1
+checksums                   rmd160  397573d3bfcd010bb2c850f70eedb40c870d4ac5 \
+                            sha256  b4f517a74cf177eebc45f1ac2e386369118af2286a89498be59c8777fbc8820f
 
 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
 # See https://trac.macports.org/changeset/27148
@@ -41,7 +41,6 @@
                             patch-gi18n.h.diff \
                             patch-gio_xdgmime_xdgmime.c.diff \
                             patch-gio_gdbusprivate.c.diff \
-                            patch-gio-gdocumentportal.c.diff \
                             patch-get-launchd-dbus-session-address.diff \
                             patch-gmodule-gmodule-dl.c.diff
 

Deleted: trunk/dports/devel/glib2-devel/files/patch-gio-gdocumentportal.c.diff
===================================================================
--- trunk/dports/devel/glib2-devel/files/patch-gio-gdocumentportal.c.diff	2016-08-18 08:07:23 UTC (rev 151576)
+++ trunk/dports/devel/glib2-devel/files/patch-gio-gdocumentportal.c.diff	2016-08-18 08:13:13 UTC (rev 151577)
@@ -1,27 +0,0 @@
-https://bugzilla.gnome.org/show_bug.cgi?id=769042
-https://git.gnome.org/browse/glib/commit/?id=d5efa64539f71dc705826e2c0dc4ecb8354b9a77
---- gio/gdocumentportal.c.orig
-+++ gio/gdocumentportal.c
-@@ -33,6 +33,11 @@
- #ifndef O_PATH
- #define O_PATH 0
- #endif
-+#ifndef O_CLOEXEC
-+#define O_CLOEXEC 0
-+#else
-+#define HAVE_O_CLOEXEC 1
-+#endif
- 
- static GXdpDocuments *documents;
- static char *documents_mountpoint;
-@@ -115,6 +120,10 @@ g_document_portal_add_document (GFile   *file,
-       goto out;
-     }
- 
-+#ifndef HAVE_O_CLOEXEC
-+  fcntl (fd, F_SETFD, FD_CLOEXEC);
-+#endif
-+
-   fd_list = g_unix_fd_list_new ();
-   fd_in = g_unix_fd_list_append (fd_list, fd, error);
-   g_close (fd, NULL);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160818/d5a6a415/attachment.html>


More information about the macports-changes mailing list