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

ryandesign at macports.org ryandesign at macports.org
Wed Sep 7 03:15:16 PDT 2011


Revision: 83611
          http://trac.macports.org/changeset/83611
Author:   ryandesign at macports.org
Date:     2011-09-07 03:15:13 -0700 (Wed, 07 Sep 2011)
Log Message:
-----------
glib2-devel: update to 2.29.90

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
    trunk/dports/devel/glib2-devel/files/patch-glib-2.0.pc.in.diff

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile	2011-09-07 09:19:18 UTC (rev 83610)
+++ trunk/dports/devel/glib2-devel/Portfile	2011-09-07 10:15:13 UTC (rev 83611)
@@ -7,7 +7,7 @@
 name                        glib2-devel
 conflicts                   glib2
 set my_name                 glib
-version                     2.29.10
+version                     2.29.90
 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    5260de6d68c05b8eb641a22068549eddac429460 \
-                            rmd160  8eafb10c1f5c928ae0212d4f071544acde24647e
+checksums                   rmd160  79a423c06333adf94b33659bdebd2470fdca448c \
+                            sha256  54ff44fc33fd928f0279c54d89e99e178f8c7dbd0bc8c75027c35ee65ab2e3b4
 
 # ${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-09-07 09:19:18 UTC (rev 83610)
+++ trunk/dports/devel/glib2-devel/files/patch-configure.ac.diff	2011-09-07 10:15:13 UTC (rev 83611)
@@ -1,6 +1,6 @@
---- configure.ac.orig	2011-06-13 22:20:32.000000000 -0500
-+++ configure.ac	2011-06-15 14:11:01.000000000 -0500
-@@ -3036,18 +3036,32 @@
+--- configure.ac.orig	2011-09-06 09:07:24.000000000 -0500
++++ configure.ac	2011-09-07 04:46:28.000000000 -0500
+@@ -3128,18 +3128,32 @@
  	cat >>$outfile <<_______EOF
  #define G_HAVE_GINT64 1          /* deprecated, always true */
  
@@ -40,7 +40,7 @@
  _______EOF
          else
  	  cat >>$outfile <<_______EOF
-@@ -3059,9 +3073,15 @@
+@@ -3151,9 +3165,15 @@
  
          cat >>$outfile <<_______EOF
  
@@ -59,7 +59,7 @@
  
  _______EOF
  
-@@ -3089,18 +3109,33 @@
+@@ -3181,18 +3201,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
-@@ -3216,13 +3251,29 @@
+@@ -3308,13 +3343,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)))
-@@ -3246,7 +3297,11 @@
+@@ -3338,7 +3389,11 @@
  typedef union _GSystemThread GSystemThread;
  union _GSystemThread
  {
@@ -147,7 +147,7 @@
    double dummy_double;
    void  *dummy_pointer;
    long   dummy_long;
-@@ -3254,7 +3309,9 @@
+@@ -3346,7 +3401,9 @@
  _______EOF
  	if test x"$g_memory_barrier_needed" != xno; then
  	  echo >>$outfile
@@ -157,7 +157,7 @@
  	fi
  	if test x"$g_gcc_atomic_ops" != xno; then
            echo >>$outfile
-@@ -3264,27 +3321,52 @@
+@@ -3356,27 +3413,52 @@
  	g_bit_sizes="16 32 64"
  	for bits in $g_bit_sizes; do
  	  cat >>$outfile <<_______EOF
@@ -223,7 +223,7 @@
  
  #define GLIB_SYSDEF_POLLIN =$g_pollin
  #define GLIB_SYSDEF_POLLOUT =$g_pollout
-@@ -3569,10 +3651,10 @@
+@@ -3661,10 +3743,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-09-07 09:19:18 UTC (rev 83610)
+++ trunk/dports/devel/glib2-devel/files/patch-gio_gdbusprivate.c.diff	2011-09-07 10:15:13 UTC (rev 83611)
@@ -1,6 +1,6 @@
---- gio/gdbusprivate.c.orig	2011-06-05 19:39:48.000000000 -0500
-+++ gio/gdbusprivate.c	2011-06-15 14:11:02.000000000 -0500
-@@ -1709,12 +1709,12 @@
+--- gio/gdbusprivate.c.orig	2011-08-15 19:51:30.000000000 -0500
++++ gio/gdbusprivate.c	2011-08-31 21:45:09.000000000 -0500
+@@ -1728,12 +1728,12 @@
    gchar *ret;
    /* TODO: use PACKAGE_LOCALSTATEDIR ? */
    ret = NULL;

Modified: trunk/dports/devel/glib2-devel/files/patch-glib-2.0.pc.in.diff
===================================================================
--- trunk/dports/devel/glib2-devel/files/patch-glib-2.0.pc.in.diff	2011-09-07 09:19:18 UTC (rev 83610)
+++ trunk/dports/devel/glib2-devel/files/patch-glib-2.0.pc.in.diff	2011-09-07 10:15:13 UTC (rev 83611)
@@ -1,8 +1,8 @@
---- glib-2.0.pc.in.orig 2008-07-02 16:13:24.000000000 -0500
-+++ glib-2.0.pc.in 2008-07-05 15:57:19.000000000 -0500
+--- glib-2.0.pc.in.orig	2011-08-03 16:45:19.000000000 -0500
++++ glib-2.0.pc.in	2011-08-17 01:59:10.000000000 -0500
 @@ -12,4 +12,4 @@
  Version: @VERSION@
  Libs: -L${libdir} -lglib-2.0 @INTLLIBS@
- Libs.private: @ICONV_LIBS@
+ Libs.private: @ICONV_LIBS@ @GLIB_RT_LIBS@
 -Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include @GLIB_EXTRA_CFLAGS@
 +Cflags: -I${includedir}/glib-2.0 -I${libdir}/glib-2.0/include -I${includedir} @GLIB_EXTRA_CFLAGS@
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110907/0d217196/attachment-0001.html>


More information about the macports-changes mailing list