In D8825 which removed QT_PREFIX it was incorrectly replaced with PREFIX, while it should've been LOCALBASE in most places. Fix this.
First version of this is a raw mechanical patch, not yet properly tested.
Differential D10010
Fix QT_PREFIX removal fallout: use LOCALBASE instead of PREFIX AMDmi3 on Mar 15 2017, 9:44 AM. Authored by Tags None Referenced Files
Subscribers
Details
In D8825 which removed QT_PREFIX it was incorrectly replaced with PREFIX, while it should've been LOCALBASE in most places. Fix this. First version of this is a raw mechanical patch, not yet properly tested.
Diff Detail
Event TimelineComment Actions When you refer to what current port installs, you must use PREFIX. It's a bit more complex when port wants to install files to QT owned dirs, and looking at plist changes I suspect this happens somehere. If that's the case, plist should use full paths. Comment Actions Looks sane to me, though as you said it might be tricky for ports installing things into Qt-owned directories. Is there an easy way to test this in, say, Poudriere?
|