#32873 closed defect (fixed)
"port logfile" does not use canonical case
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | MacPorts 2.1.0 |
Component: | base | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: |
Description
"port logfile" does not use canonical case. Here is an example:
$ port logfile suitesparse /opt/local/var/macports/logs/_Users_rschmidt_macports_dports_math_SuiteSparse/suitesparse/main.log $ port logfile SuiteSparse /opt/local/var/macports/logs/_Users_rschmidt_macports_dports_math_SuiteSparse/SuiteSparse/main.log $
This would be broken on a case-sensitive filesystem.
Change History (3)
comment:1 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)
comment:2 Changed 13 years ago by jmroot (Joshua Root)
Milestone: | → MacPorts Future |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 13 years ago by jmroot (Joshua Root)
Milestone: | MacPorts Future → MacPorts 2.1.0 |
---|
Note: See
TracTickets for help on using
tickets.
This is similar to #31743; perhaps the fix from there can be applied here too.