Opened 15 years ago
Closed 14 years ago
#24199 closed defect (fixed)
Coin +aqua violates mtree
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | cssdev |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | Coin |
Description
Coin +aqua installs its framework into /Library/Frameworks:
DEBUG: Executing portdestroot::destroot_finish DEBUG: checking for mtree violations Warning: violation by /Library/Frameworks Warning: Coin violates the layout of the ports-filesystems! Warning: Please fix or indicate this misbehavior (if it is intended), it will be an error in future releases!
Instead, it should install into the directory specified by the variable ${frameworks_dir}.
Change History (3)
comment:1 Changed 15 years ago by cssdev
Status: | new → assigned |
---|
comment:2 Changed 14 years ago by cssdev
comment:3 Changed 14 years ago by cssdev
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r71066 using ${frameworks_dir}
.
Note: See
TracTickets for help on using
tickets.
Coin should install to
${prefix}/Library/Frameworks
, not/Library/Frameworks
.