New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79486


Ignore:
Timestamp:
06/15/11 12:28:29 (4 years ago)
Author:
ryandesign@…
Message:

glib2-devel: update to 2.29.8

Location:
trunk/dports/devel/glib2-devel
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/glib2-devel/Portfile

    r79309 r79486  
    88conflicts                   glib2 
    99set my_name                 glib 
    10 version                     2.29.6 
     10version                     2.29.8 
    1111set branch                  [join [lrange [split ${version} .] 0 1] .] 
    1212categories                  devel 
     
    2929                            ftp://ftp.gtk.org/pub/${my_name}/${branch}/ 
    3030 
    31 checksums                   sha1    173d6f5fea773c99b03336438db415c155e3316c \ 
    32                             rmd160  45153972fd960a9efc982dd0265eb06f3cce855a 
     31checksums                   sha1    eafe1fe1cc5b5465917fc15b034d525ef5799196 \ 
     32                            rmd160  21b300505ad1b460a1bd81ebb2081df4dc07bad4 
    3333 
    3434# ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h 
     
    3636patchfiles                  patch-configure.ac.diff \ 
    3737                            patch-glib-2.0.pc.in.diff \ 
    38                             patch-glib_gbitlock.c.diff \ 
    3938                            patch-glib_gunicollate.c.diff \ 
    4039                            patch-gi18n.h.diff \ 
  • trunk/dports/devel/glib2-devel/files/patch-configure.ac.diff

    r79309 r79486  
    1 --- configure.ac.orig   2011-06-04 18:05:51.000000000 -0500 
    2 +++ configure.ac        2011-06-05 18:35:38.000000000 -0500 
    3 @@ -3031,18 +3031,32 @@ 
     1--- configure.ac.orig   2011-06-13 22:20:32.000000000 -0500 
     2+++ configure.ac        2011-06-15 14:11:01.000000000 -0500 
     3@@ -3036,18 +3036,32 @@ 
    44        cat >>$outfile <<_______EOF 
    55 #define G_HAVE_GINT64 1          /* deprecated, always true */ 
     
    4141         else 
    4242          cat >>$outfile <<_______EOF 
    43 @@ -3054,9 +3068,15 @@ 
     43@@ -3059,9 +3073,15 @@ 
    4444  
    4545         cat >>$outfile <<_______EOF 
     
    6060 _______EOF 
    6161  
    62 @@ -3084,18 +3104,33 @@ 
     62@@ -3089,18 +3109,33 @@ 
    6363        if test -z "$glib_unknown_void_p"; then 
    6464          cat >>$outfile <<_______EOF 
     
    103103        else 
    104104          echo '#error SIZEOF_VOID_P unknown - This should never happen' >>$outfile 
    105 @@ -3211,13 +3246,29 @@ 
     105@@ -3216,13 +3251,29 @@ 
    106106 { 
    107107   struct _GMutex *runtime_mutex; 
     
    135135   (g_thread_use_default_impl ? ((GMutex*)(gpointer) ((mutex)->static_mutex.pad)) : \\ 
    136136    g_static_mutex_get_mutex_impl_shortcut (&((mutex)->runtime_mutex))) 
    137 @@ -3241,7 +3292,11 @@ 
     137@@ -3246,7 +3297,11 @@ 
    138138 typedef union _GSystemThread GSystemThread; 
    139139 union _GSystemThread 
     
    148148   void  *dummy_pointer; 
    149149   long   dummy_long; 
    150 @@ -3249,7 +3304,9 @@ 
     150@@ -3254,7 +3309,9 @@ 
    151151 _______EOF 
    152152        if test x"$g_memory_barrier_needed" != xno; then 
     
    158158        if test x"$g_gcc_atomic_ops" != xno; then 
    159159           echo >>$outfile 
    160 @@ -3259,27 +3316,52 @@ 
     160@@ -3264,27 +3321,52 @@ 
    161161        g_bit_sizes="16 32 64" 
    162162        for bits in $g_bit_sizes; do 
     
    224224 #define GLIB_SYSDEF_POLLIN =$g_pollin 
    225225 #define GLIB_SYSDEF_POLLOUT =$g_pollout 
    226 @@ -3564,10 +3646,10 @@ 
     226@@ -3569,10 +3651,10 @@ 
    227227 *)                     glib_vacopy='' 
    228228 esac 
  • trunk/dports/devel/glib2-devel/files/patch-gio_gdbusprivate.c.diff

    r77802 r79486  
    1 --- gio/gdbusprivate.c.orig     2011-04-11 23:42:20.000000000 -0500 
    2 +++ gio/gdbusprivate.c  2011-04-13 20:35:55.000000000 -0500 
    3 @@ -1761,12 +1761,12 @@ 
     1--- gio/gdbusprivate.c.orig     2011-06-05 19:39:48.000000000 -0500 
     2+++ gio/gdbusprivate.c  2011-06-15 14:11:02.000000000 -0500 
     3@@ -1709,12 +1709,12 @@ 
    44   gchar *ret; 
    55   /* TODO: use PACKAGE_LOCALSTATEDIR ? */ 
Note: See TracChangeset for help on using the changeset viewer.