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

ryandesign at macports.org ryandesign at macports.org
Wed Apr 13 18:51:08 PDT 2011


Revision: 77802
          http://trac.macports.org/changeset/77802
Author:   ryandesign at macports.org
Date:     2011-04-13 18:51:08 -0700 (Wed, 13 Apr 2011)
Log Message:
-----------
glib2-devel: update to 2.29.2

Modified Paths:
--------------
    trunk/dports/devel/glib2-devel/Portfile
    trunk/dports/devel/glib2-devel/files/patch-configure.ac.diff
    trunk/dports/devel/glib2-devel/files/patch-gio_gdbusprivate.c.diff

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile	2011-04-14 01:13:26 UTC (rev 77801)
+++ trunk/dports/devel/glib2-devel/Portfile	2011-04-14 01:51:08 UTC (rev 77802)
@@ -7,7 +7,7 @@
 name                        glib2-devel
 conflicts                   glib2
 set my_name                 glib
-version                     2.27.93
+version                     2.29.2
 set branch                  [join [lrange [split ${version} .] 0 1] .]
 categories                  devel
 maintainers                 ryandesign openmaintainer
@@ -28,8 +28,8 @@
 master_sites                gnome:sources/${my_name}/${branch}/ \
                             ftp://ftp.gtk.org/pub/${my_name}/${branch}/
 
-checksums                   sha1    6c67b151249752d32648029849aa101694b1be33 \
-                            rmd160  41e9135689369261c370f11fb5fc17283ce276a1
+checksums                   sha1    24ce42e2b10bc22fddf1d88d406ef6769ec05cca \
+                            rmd160  1909028ee0c6eb85935fa80f6213bba943208886
 
 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
 # See http://trac.macports.org/changeset/27148

Modified: trunk/dports/devel/glib2-devel/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/devel/glib2-devel/files/patch-configure.ac.diff	2011-04-14 01:13:26 UTC (rev 77801)
+++ trunk/dports/devel/glib2-devel/files/patch-configure.ac.diff	2011-04-14 01:51:08 UTC (rev 77802)
@@ -1,6 +1,6 @@
---- configure.ac.orig	2010-12-15 10:33:38.000000000 -0600
-+++ configure.ac	2010-12-21 11:41:38.000000000 -0600
-@@ -2983,18 +2983,32 @@
+--- configure.ac.orig	2011-04-11 10:23:19.000000000 -0500
++++ configure.ac	2011-04-13 20:35:54.000000000 -0500
+@@ -3030,18 +3030,32 @@
  	cat >>$outfile <<_______EOF
  #define G_HAVE_GINT64 1          /* deprecated, always true */
  
@@ -40,7 +40,7 @@
  _______EOF
          else
  	  cat >>$outfile <<_______EOF
-@@ -3006,9 +3020,15 @@
+@@ -3053,9 +3067,15 @@
  
          cat >>$outfile <<_______EOF
  
@@ -59,7 +59,7 @@
  
  _______EOF
  
-@@ -3036,18 +3056,33 @@
+@@ -3083,18 +3103,33 @@
  	if test -z "$glib_unknown_void_p"; then
  	  cat >>$outfile <<_______EOF
  
@@ -102,7 +102,7 @@
  _______EOF
  	else
  	  echo '#error SIZEOF_VOID_P unknown - This should never happen' >>$outfile
-@@ -3163,13 +3198,29 @@
+@@ -3210,13 +3245,29 @@
  {
    struct _GMutex *runtime_mutex;
    union {
@@ -134,7 +134,7 @@
  #define	g_static_mutex_get_mutex(mutex) \\
    (g_thread_use_default_impl ? ((GMutex*)(gpointer) ((mutex)->static_mutex.pad)) : \\
     g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex)))
-@@ -3193,7 +3244,11 @@
+@@ -3240,7 +3291,11 @@
  typedef union _GSystemThread GSystemThread;
  union _GSystemThread
  {
@@ -147,7 +147,7 @@
    double dummy_double;
    void  *dummy_pointer;
    long   dummy_long;
-@@ -3201,34 +3256,61 @@
+@@ -3248,34 +3303,61 @@
  _______EOF
  	if test x"$g_memory_barrier_needed" != xno; then
  	  echo >>$outfile
@@ -222,7 +222,7 @@
  
  #define GLIB_SYSDEF_POLLIN =$g_pollin
  #define GLIB_SYSDEF_POLLOUT =$g_pollout
-@@ -3513,10 +3595,10 @@
+@@ -3560,10 +3642,10 @@
  *)			glib_vacopy=''
  esac
  

Modified: trunk/dports/devel/glib2-devel/files/patch-gio_gdbusprivate.c.diff
===================================================================
--- trunk/dports/devel/glib2-devel/files/patch-gio_gdbusprivate.c.diff	2011-04-14 01:13:26 UTC (rev 77801)
+++ trunk/dports/devel/glib2-devel/files/patch-gio_gdbusprivate.c.diff	2011-04-14 01:51:08 UTC (rev 77802)
@@ -1,6 +1,6 @@
---- gio/gdbusprivate.c.orig	2010-11-04 06:32:38.000000000 -0500
-+++ gio/gdbusprivate.c	2010-11-10 12:13:07.000000000 -0600
-@@ -1748,12 +1748,12 @@
+--- gio/gdbusprivate.c.orig	2011-04-11 23:42:20.000000000 -0500
++++ gio/gdbusprivate.c	2011-04-13 20:35:55.000000000 -0500
+@@ -1761,12 +1761,12 @@
    gchar *ret;
    /* TODO: use PACKAGE_LOCALSTATEDIR ? */
    ret = NULL;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110413/5fb6bd79/attachment.html>


More information about the macports-changes mailing list