New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79551


Ignore:
Timestamp:
06/17/11 19:00:45 (4 years ago)
Author:
ryandesign@…
Message:

pango-devel: update to 1.29.3

Location:
trunk/dports/x11/pango-devel
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/pango-devel/Portfile

    r78854 r79551  
    99conflicts               pango 
    1010set my_name             pango 
    11 version                 1.27.1 
    12 revision                1 
     11version                 1.29.3 
    1312set branch              [join [lrange [split ${version} .] 0 1] .] 
    1413categories              x11 
     
    3130    of internationalized text. 
    3231 
    33 checksums           md5     ffc867ee6c3173bc3941002f33ea4148 \ 
    34                     sha1    e01daee61a8bc0afa863be364b03e73f8d9214c1 \ 
    35                     rmd160  7cf754e21ce009d698937819e3b2c9c3d8f4b615 
     32checksums               sha1    467a3dacc0f3173e6fd457524b9ccd9772039a62 \ 
     33                        rmd160  c9b2333ff05a0024c3f8c6fb8940b88db8a411dc 
    3634 
    3735depends_build \ 
  • trunk/dports/x11/pango-devel/files/patch-ltmain.sh.diff

    r48091 r79551  
    1 --- ltmain.sh.orig      2009-02-02 09:27:52.000000000 -0600 
    2 +++ ltmain.sh   2009-03-14 01:08:38.000000000 -0500 
    3 @@ -4576,7 +4576,7 @@ 
     1--- ltmain.sh.orig      2011-06-16 14:17:34.000000000 -0500 
     2+++ ltmain.sh   2011-06-17 20:19:05.000000000 -0500 
     3@@ -5643,7 +5643,7 @@ 
    44        continue 
    55        ;; 
     
    77-      -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads) 
    88+      -mt|-mthreads|-kthread|-Kthread|-lpthread|-pthreads|--thread-safe|-threads) 
    9         compiler_flags="$compiler_flags $arg" 
     9        func_append compiler_flags " $arg" 
    1010        func_append compile_command " $arg" 
    1111        func_append finalize_command " $arg" 
    12 @@ -5067,7 +5067,7 @@ 
     12@@ -6147,7 +6147,7 @@ 
    1313        lib= 
    1414        found=no 
Note: See TracChangeset for help on using the changeset viewer.