Changes between Initial Version and Version 2 of Ticket #2339


Ignore:
Timestamp:
Mar 24, 2016, 2:52:24 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2339

    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port openssl added
  • Ticket #2339 – Description

    initial v2  
    11"port destroot openssl" fails with the following message:
    22
     3{{{
    34--->  Staging openssl into destroot
    4 Error: Target com.apple.destroot returned: shell command "ln -s des_modes.7.gz /opt/src/
    5 darwinports/dports/devel/openssl/work/destroot/opt/local/share/man/man7/Modes of DES.7.gz"
    6 returned error 1
     5Error: Target com.apple.destroot returned: shell command "ln -s des_modes.7.gz /opt/src/darwinports/dports/devel/openssl/work/destroot/opt/local/share/man/man7/Modes of DES.7.gz" returned error 1
    76Command output: ln: DES.7.gz: No such file or directory
    8 
     7}}}
    98
    109I have verified that the stock OS X /usr/bin/pod2man is being used to convert the .pod files into man
     
    1312I am able to reproduce this problem consistently (multiple clean/retry attempts).
    1413
    15 I fixed the problem by editing the file [sources]/darwinports/dports/devel/openssl/work/openssl
    16 -0.9.7d/doc/crypto/des_modes.pod, changing "Modes of DES" (under "=head1 NAME") to
     14I fixed the problem by editing the file [sources]/darwinports/dports/devel/openssl/work/openssl-0.9.7d/doc/crypto/des_modes.pod, changing "Modes of DES" (under "=head1 NAME") to
    1715"Modes_of_DES".
    1816
    1917Here is the patch for my fix:
    2018
     19{{{
    2120--- des_modes.pod       Sun Oct 24 02:27:34 2004
    2221+++ des_modes.pod.new   Sun Oct 24 02:28:23 2004
     
    2928 
    3029 =head1 DESCRIPTION
     30}}}