[137953] users/devans/GNOME-3/unstable/dports/devel/glib2

devans at macports.org devans at macports.org
Tue Jun 23 12:01:26 PDT 2015


Revision: 137953
          https://trac.macports.org/changeset/137953
Author:   devans at macports.org
Date:     2015-06-23 12:01:26 -0700 (Tue, 23 Jun 2015)
Log Message:
-----------
GNOME-3/unstable: update glib2 to unstable version 2.45.3, patches.

Modified Paths:
--------------
    users/devans/GNOME-3/unstable/dports/devel/glib2/Portfile
    users/devans/GNOME-3/unstable/dports/devel/glib2/files/patch-get-launchd-dbus-session-address.diff

Removed Paths:
-------------
    users/devans/GNOME-3/unstable/dports/devel/glib2/files/yosemite-libtool.patch

Modified: users/devans/GNOME-3/unstable/dports/devel/glib2/Portfile
===================================================================
--- users/devans/GNOME-3/unstable/dports/devel/glib2/Portfile	2015-06-23 18:53:20 UTC (rev 137952)
+++ users/devans/GNOME-3/unstable/dports/devel/glib2/Portfile	2015-06-23 19:01:26 UTC (rev 137953)
@@ -10,7 +10,7 @@
 name                        glib2
 conflicts                   glib2-devel
 set my_name                 glib
-version                     2.45.2
+version                     2.45.3
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 categories                  devel
 maintainers                 ryandesign openmaintainer
@@ -30,8 +30,8 @@
 
 master_sites                gnome:sources/${my_name}/${branch}/
 
-checksums                   rmd160  ace22e7188863a07b1d73897aa7bffb9f9589525 \
-                            sha256  3e38eddd6356da3f2ae7a47b4fcfa21d64169e811202c6bb8823474b70766c2b
+checksums                   rmd160  d6ef33b7ea0eebac119dbc861a253925d443e22f \
+                            sha256  790c903cd4dcbd725913a0a915138ac727c1f7b24c0b1132c36d03344e1356c7
 
 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
 # See https://trac.macports.org/changeset/27148
@@ -45,9 +45,6 @@
                             patch-get-launchd-dbus-session-address.diff \
                             patch-gmodule-gmodule-dl.c.diff
 
-# Don't link with "-flat_namespace -undefined suppress" on Yosemite and later.
-patchfiles-append           yosemite-libtool.patch
-
 depends_build               bin:xmllint:libxml2
 
 depends_lib                 port:gettext \

Modified: users/devans/GNOME-3/unstable/dports/devel/glib2/files/patch-get-launchd-dbus-session-address.diff
===================================================================
--- users/devans/GNOME-3/unstable/dports/devel/glib2/files/patch-get-launchd-dbus-session-address.diff	2015-06-23 18:53:20 UTC (rev 137952)
+++ users/devans/GNOME-3/unstable/dports/devel/glib2/files/patch-get-launchd-dbus-session-address.diff	2015-06-23 19:01:26 UTC (rev 137953)
@@ -1,6 +1,6 @@
---- gio/gdbusaddress.c.orig	2013-05-27 10:01:46.000000000 -0700
-+++ gio/gdbusaddress.c	2013-06-13 22:48:22.000000000 -0700
-@@ -1426,13 +1426,116 @@
+--- gio/gdbusaddress.c.orig	2015-06-09 16:18:38.000000000 -0700
++++ gio/gdbusaddress.c	2015-06-23 10:54:28.000000000 -0700
+@@ -1475,6 +1475,103 @@
  
  /* ---------------------------------------------------------------------------------------------------- */
  
@@ -104,16 +104,16 @@
  static gchar *
  get_session_address_platform_specific (GError **error)
  {
-   gchar *ret;
- #if defined (G_OS_UNIX) || defined(G_OS_WIN32)
-   /* need to handle OS X in a different way since 'dbus-launch --autolaunch' probably won't work there */
+@@ -1503,7 +1600,12 @@
+    * X11 autolaunching; on Windows this means a different autolaunching
+    * mechanism based on shared memory.
+    */
 +
 +#ifdef __APPLE__
-+  ret = get_session_address_macports_specific (error);
++  return get_session_address_macports_specific (error);
 +#else
-   ret = get_session_address_dbus_launch (error);
+   return get_session_address_dbus_launch (error);
 +#endif
-+
- #else
-   /* TODO: implement for OS X */
-   ret = NULL;
+ }
+ 
+ /* ---------------------------------------------------------------------------------------------------- */

Deleted: users/devans/GNOME-3/unstable/dports/devel/glib2/files/yosemite-libtool.patch
===================================================================
--- users/devans/GNOME-3/unstable/dports/devel/glib2/files/yosemite-libtool.patch	2015-06-23 18:53:20 UTC (rev 137952)
+++ users/devans/GNOME-3/unstable/dports/devel/glib2/files/yosemite-libtool.patch	2015-06-23 19:01:26 UTC (rev 137953)
@@ -1,13 +0,0 @@
-Index: configure
-===================================================================
---- configure.orig
-+++ configure
-@@ -11742,7 +11742,7 @@ $as_echo "$lt_cv_ld_force_load" >&6; }
-       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
- 	10.0,*86*-darwin8*|10.0,*-darwin[91]*)
- 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
--	10.[012]*)
-+	10.[012][,.]*)
- 	  _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
- 	10.*)
- 	  _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150623/83882bf1/attachment.html>


More information about the macports-changes mailing list