New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79309


Ignore:
Timestamp:
06/08/11 18:03:39 (4 years ago)
Author:
ryandesign@…
Message:

glib2-devel: update to 2.29.6

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

Legend:

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

    r79246 r79309  
    88conflicts                   glib2 
    99set my_name                 glib 
    10 version                     2.29.4 
    11 revision                    1 
     10version                     2.29.6 
    1211set branch                  [join [lrange [split ${version} .] 0 1] .] 
    1312categories                  devel 
     
    3029                            ftp://ftp.gtk.org/pub/${my_name}/${branch}/ 
    3130 
    32 checksums                   sha1    9cf943d611de84df7ebcf46a2492adb71f75a125 \ 
    33                             rmd160  3006ee1ad11a050279d177f0910326d88529cf1f 
     31checksums                   sha1    173d6f5fea773c99b03336438db415c155e3316c \ 
     32                            rmd160  45153972fd960a9efc982dd0265eb06f3cce855a 
    3433 
    3534# ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h 
     
    3736patchfiles                  patch-configure.ac.diff \ 
    3837                            patch-glib-2.0.pc.in.diff \ 
     38                            patch-glib_gbitlock.c.diff \ 
    3939                            patch-glib_gunicollate.c.diff \ 
    4040                            patch-gi18n.h.diff \ 
     
    8686} 
    8787 
    88 platform darwin { 
    89     patchfiles-append patch-child-test.c.diff 
    90 } 
    91  
    9288build.args                  V=1 
    9389 
  • trunk/dports/devel/glib2-devel/files/patch-configure.ac.diff

    r78392 r79309  
    1 --- configure.ac.orig   2011-05-04 13:53:01.000000000 -0500 
    2 +++ configure.ac        2011-05-06 01:45:28.000000000 -0500 
    3 @@ -3036,18 +3036,32 @@ 
     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 @@ 
    44        cat >>$outfile <<_______EOF 
    55 #define G_HAVE_GINT64 1          /* deprecated, always true */ 
     
    4141         else 
    4242          cat >>$outfile <<_______EOF 
    43 @@ -3059,9 +3073,15 @@ 
     43@@ -3054,9 +3068,15 @@ 
    4444  
    4545         cat >>$outfile <<_______EOF 
     
    6060 _______EOF 
    6161  
    62 @@ -3089,18 +3109,33 @@ 
     62@@ -3084,18 +3104,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 @@ -3216,13 +3251,29 @@ 
     105@@ -3211,13 +3246,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 @@ -3246,7 +3297,11 @@ 
     137@@ -3241,7 +3292,11 @@ 
    138138 typedef union _GSystemThread GSystemThread; 
    139139 union _GSystemThread 
     
    148148   void  *dummy_pointer; 
    149149   long   dummy_long; 
    150 @@ -3254,34 +3309,61 @@ 
     150@@ -3249,7 +3304,9 @@ 
    151151 _______EOF 
    152152        if test x"$g_memory_barrier_needed" != xno; then 
     
    156156+         echo "#endif" >>$outfile 
    157157        fi 
    158   
    159         echo >>$outfile 
     158        if test x"$g_gcc_atomic_ops" != xno; then 
     159           echo >>$outfile 
     160@@ -3259,27 +3316,52 @@ 
    160161        g_bit_sizes="16 32 64" 
    161162        for bits in $g_bit_sizes; do 
     
    223224 #define GLIB_SYSDEF_POLLIN =$g_pollin 
    224225 #define GLIB_SYSDEF_POLLOUT =$g_pollout 
    225 @@ -3566,10 +3648,10 @@ 
     226@@ -3564,10 +3646,10 @@ 
    226227 *)                     glib_vacopy='' 
    227228 esac 
Note: See TracChangeset for help on using the changeset viewer.