Changes between Initial Version and Version 3 of Ticket #2895


Ignore:
Timestamp:
Mar 24, 2016, 1:01:38 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2895

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
  • Ticket #2895 – Description

    initial v3  
    55lang/perl5.8, there, it borked with :
    66
     7{{{
    78--->  Applying patches to perl5.8
    8 Error: Target com.apple.patch returned: shell command "cd
    9 "/Volumes/Users/darwinports/dports/lang/perl5.8/work/perl-5.8.6" && patch
    10 -p0 <
    11 "/Volumes/Users/darwinports/dports/lang/perl5.8/files/patch-hints_darwin.sh""
     9Error: Target com.apple.patch returned: shell command "cd "/Volumes/Users/darwinports/dports/lang/perl5.8/work/perl-5.8.6" && patch -p0 < "/Volumes/Users/darwinports/dports/lang/perl5.8/files/patch-hints_darwin.sh""
    1210returned error 2
    1311Command output: Get file hints/darwin.sh from Perforce with lock? [y]
    1412sh: line 1: p4: command not found
    1513patch: **** Can't get file hints/darwin.sh from Perforce
     14}}}
    1615
    1716Which is quite obfuscated. I began to look at patch's man page, found out
     
    2726
    2827The following patch fixes it :
     28{{{
    2929Index: base/src/darwinports1.0/darwinports.tcl
    3030===================================================================
     
    4646     if {![info exists destroot_umask]} {
    4747         set destroot_umask 022
     48}}}