Changes between Initial Version and Version 1 of Ticket #42002


Ignore:
Timestamp:
Jan 2, 2014, 7:16:14 PM (11 years ago)
Author:
larryv (Lawrence Velázquez)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42002

    • Property Owner changed from macports-tickets@… to g5pw@…
    • Property Port pass added
  • Ticket #42002 – Description

    initial v1  
    11The pass utility does a source call for platform specific overrides, macports does not seem to successfully install such a package (as provided in the original source repository).
    22This will break the utility if GNU coreutils is not in path and also leaves a nasty NFD error:
    3 
     3{{{
    44/opt/local/bin/pass: line 124: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_security_pass/pass/work/destroot/opt/local/lib/password-store.platform.sh: No such file or directory
     5}}}
    56
    67Proposed solution:
    7  Fix package installation to put macports specific overrides in a sane place (e.g. /opt/local/var/local/password-store/macports.sh)
    8  Fix source include line in the scripts it self to point to correct location
     8- Fix package installation to put macports specific overrides in a sane place (e.g. /opt/local/var/local/password-store/macports.sh)
     9- Fix source include line in the scripts it self to point to correct location
    910
    1011Interim fix:
    11  Edit /opt/local/bin/pass and remove line 124 source of non-existent file
    12  Edit GETOPT variable to point to /opt/local/bin/getopt
     12- Edit /opt/local/bin/pass and remove line 124 source of non-existent file
     13- Edit GETOPT variable to point to /opt/local/bin/getopt