New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80306


Ignore:
Timestamp:
07/08/11 16:54:46 (4 years ago)
Author:
ryandesign@…
Message:

ld64: avoid patch failure with recent versions of patch due to .. components; see #29871

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

Legend:

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

    r80305 r80306  
    8282                        rmd160 b9c6c4fcf7731a508b82dd09af81fa8b26caf3ef 
    8383 
     84    patch.dir           ${workpath} 
    8485    patchfiles          patch-lldb_private-libunwind.diff 
    8586    xcode.target        all 
  • trunk/dports/devel/ld64/files/patch-lldb_private-libunwind.diff

    r77652 r80306  
    1 --- ../libunwind/include/libunwind.h    2010-07-09 22:39:50.000000000 +0200 
    2 +++ ../libunwind/include/libunwind.h    2010-08-20 22:29:08.000000000 +0200 
     1--- libunwind/include/libunwind.h       2010-07-09 22:39:50.000000000 +0200 
     2+++ libunwind/include/libunwind.h       2010-08-20 22:29:08.000000000 +0200 
    33@@ -25,7 +25,6 @@ 
    44 #include <mach/mach_types.h> 
     
    1717  
    1818 #endif 
    19 --- ../libunwind/include/mach-o/compact_unwind_encoding.h       2010-06-08 18:52:24.000000000 +0200 
    20 +++ ../libunwind/include/mach-o/compact_unwind_encoding.h       2010-08-20 22:15:04.000000000 +0200 
     19--- libunwind/include/mach-o/compact_unwind_encoding.h  2010-06-08 18:52:24.000000000 +0200 
     20+++ libunwind/include/mach-o/compact_unwind_encoding.h  2010-08-20 22:15:04.000000000 +0200 
    2121@@ -14,7 +14,6 @@ 
    2222  
     
    3535 #endif 
    3636  
    37 --- ../libunwind/include/libunwind/dwarf2.h     2011-04-01 23:33:31.000000000 +0200 
    38 +++ ../libunwind/include/libunwind/dwarf2.h     2011-04-01 23:35:40.000000000 +0200 
     37--- libunwind/include/libunwind/dwarf2.h        2011-04-01 23:33:31.000000000 +0200 
     38+++ libunwind/include/libunwind/dwarf2.h        2011-04-01 23:35:40.000000000 +0200 
    3939@@ -17,7 +17,6 @@ 
    4040 #ifndef __DWARF2__ 
Note: See TracChangeset for help on using the changeset viewer.