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

ryandesign at macports.org ryandesign at macports.org
Wed Nov 10 10:58:11 PST 2010


Revision: 73348
          http://trac.macports.org/changeset/73348
Author:   ryandesign at macports.org
Date:     2010-11-10 10:58:08 -0800 (Wed, 10 Nov 2010)
Log Message:
-----------
glib2-devel: update to 2.27.3

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	2010-11-10 18:12:31 UTC (rev 73347)
+++ trunk/dports/devel/glib2-devel/Portfile	2010-11-10 18:58:08 UTC (rev 73348)
@@ -7,7 +7,7 @@
 name                        glib2-devel
 conflicts                   glib2
 set my_name                 glib
-version                     2.27.2
+version                     2.27.3
 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    5d30024a6372b2bc8cd56ee304ac39a0e044c360 \
-                            rmd160  e797cb3d24c04363436651a85786bb8c4adb708a
+checksums                   sha1    1021842ba919e6c9fa0146bdac9d08b2c8ae2672 \
+                            rmd160  96b8bcff0d1acc40629a064c7ee343120e491c1e
 
 # ${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	2010-11-10 18:12:31 UTC (rev 73347)
+++ trunk/dports/devel/glib2-devel/files/patch-configure.ac.diff	2010-11-10 18:58:08 UTC (rev 73348)
@@ -1,6 +1,6 @@
---- configure.ac.orig	2010-09-17 17:33:53.000000000 -0500
-+++ configure.ac	2010-10-02 18:17:09.000000000 -0500
-@@ -2989,18 +2989,32 @@
+--- configure.ac.orig	2010-11-02 22:02:05.000000000 -0500
++++ configure.ac	2010-11-10 12:13:07.000000000 -0600
+@@ -2991,18 +2991,32 @@
  	cat >>$outfile <<_______EOF
  #define G_HAVE_GINT64 1          /* deprecated, always true */
  
@@ -40,7 +40,7 @@
  _______EOF
          else
  	  cat >>$outfile <<_______EOF
-@@ -3012,9 +3026,15 @@
+@@ -3014,9 +3028,15 @@
  
          cat >>$outfile <<_______EOF
  
@@ -59,7 +59,7 @@
  
  _______EOF
  
-@@ -3042,18 +3062,33 @@
+@@ -3044,18 +3064,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
-@@ -3169,13 +3204,29 @@
+@@ -3171,13 +3206,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)))
-@@ -3199,7 +3250,11 @@
+@@ -3201,7 +3252,11 @@
  typedef union _GSystemThread GSystemThread;
  union _GSystemThread
  {
@@ -147,7 +147,7 @@
    double dummy_double;
    void  *dummy_pointer;
    long   dummy_long;
-@@ -3207,34 +3262,61 @@
+@@ -3209,34 +3264,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
-@@ -3519,10 +3601,10 @@
+@@ -3521,10 +3603,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	2010-11-10 18:12:31 UTC (rev 73347)
+++ trunk/dports/devel/glib2-devel/files/patch-gio_gdbusprivate.c.diff	2010-11-10 18:58:08 UTC (rev 73348)
@@ -1,6 +1,6 @@
---- gio/gdbusprivate.c.orig	2010-10-20 16:08:38.000000000 -0700
-+++ gio/gdbusprivate.c	2010-10-20 16:12:16.000000000 -0700
-@@ -1750,12 +1750,12 @@
+--- 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 @@
    gchar *ret;
    /* TODO: use PACKAGE_LOCALSTATEDIR ? */
    ret = NULL;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101110/a6431fed/attachment-0001.html>


More information about the macports-changes mailing list