[MacPorts] #50119: LibreCAD 2.0.8_0.darwin failure on destroot
MacPorts
noreply at macports.org
Mon Feb 8 02:43:56 PST 2016
#50119: LibreCAD 2.0.8_0.darwin failure on destroot
---------------------------------+------------------------
Reporter: ernesto.migliore@… | Owner: librecad@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: LibreCAD |
---------------------------------+------------------------
Comment (by and.damore@…):
The Boost and muParser errors are already in #42555 and #43276, those are
not critical though as I see the application bundle in my work directory
properly working.
The command is being manually called in the overridden destroot phase, in
fact replacing
{{{
system -W ${worksrcpath} "macdeployqt LibreCAD.app"
}}}
with
{{{
system -W ${worksrcpath} "$prefix/libexec/qt4/bin/macdeployqt
LibreCAD.app"
}}}
is enough to complete destroot target.
This makes me wonder if this is the right approach rather than going
through the actual qmake's scripts considering '''scripts/build-osx.sh'''
uses the '''${QT_PATH}/macdeployqt''' command.
--
Ticket URL: <https://trac.macports.org/ticket/50119#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list