Changeset 98985


Ignore:
Timestamp:
Oct 22, 2012, 10:41:16 PM (12 years ago)
Author:
ryandesign@…
Message:

glib2: update to 2.34.1

Location:
trunk/dports/devel/glib2
Files:
2 edited

Legend:

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

    r97531 r98985  
    99conflicts                   glib2-devel
    1010set my_name                 glib
    11 version                     2.32.4
     11version                     2.34.1
    1212set branch                  [join [lrange [split ${version} .] 0 1] .]
    1313categories                  devel
     
    3030                            ftp://ftp.gtk.org/pub/${my_name}/${branch}/
    3131
    32 checksums                   rmd160  9ed87203d42b9432842ddbc0d5b1bd0cab61ae13 \
    33                             sha256  a5d742a4fda22fb6975a8c0cfcd2499dd1c809b8afd4ef709bda4d11b167fae2
     32checksums                   rmd160  41f6d447ff300161838df36a719c5feb5f44c614 \
     33                            sha256  6e84dc9d84b104725b34d255421ed7ac3629e49f437d37addde5ce3891c2e2f1
    3434
    3535# ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
  • trunk/dports/devel/glib2/files/patch-configure.diff

    r95596 r98985  
    1 --- configure.orig      2012-07-14 16:44:53.000000000 -0500
    2 +++ configure   2012-07-17 04:41:50.000000000 -0500
    3 @@ -5548,7 +5548,7 @@
     1--- configure.orig      2012-10-15 19:29:14.000000000 -0500
     2+++ configure   2012-10-22 17:29:31.000000000 -0500
     3@@ -5602,7 +5602,7 @@
    44 fi
    55 
     
    1010 
    1111  if test "x$with_runtime_libdir" != "x"; then
    12 @@ -30329,10 +30329,10 @@
     12@@ -30649,10 +30649,10 @@
    1313 *)                     glib_vacopy=''
    1414 esac
     
    2424 if test x$glib_cv_hasinline = xyes; then
    2525     glib_inline='#define G_HAVE_INLINE 1'
    26 @@ -32093,18 +32093,32 @@
     26@@ -32411,18 +32411,32 @@
    2727        cat >>$outfile <<_______EOF
    2828 #define G_HAVE_GINT64 1          /* deprecated, always true */
     
    6464         else
    6565          cat >>$outfile <<_______EOF
    66 @@ -32116,9 +32130,15 @@
     66@@ -32434,9 +32448,15 @@
    6767 
    6868         cat >>$outfile <<_______EOF
     
    8383 _______EOF
    8484 
    85 @@ -32146,18 +32166,33 @@
     85@@ -32464,18 +32484,33 @@
    8686        if test -z "$glib_unknown_void_p"; then
    8787          cat >>$outfile <<_______EOF
     
    126126        else
    127127          echo '#error SIZEOF_VOID_P unknown - This should never happen' >>$outfile
    128 @@ -32270,7 +32305,9 @@
     128@@ -32588,7 +32623,9 @@
    129129 
    130130        if test x"$g_memory_barrier_needed" != xno; then
     
    136136        if test x"$g_atomic_lock_free" = xyes; then
    137137           echo >>$outfile
    138 @@ -32280,27 +32317,52 @@
     138@@ -32598,27 +32635,52 @@
    139139        g_bit_sizes="16 32 64"
    140140        for bits in $g_bit_sizes; do
Note: See TracChangeset for help on using the changeset viewer.