[MacPorts] #54066: qt56 @5.6.2 fails to build
MacPorts
noreply at macports.org
Mon May 1 15:54:39 UTC 2017
#54066: qt56 @5.6.2 fails to build
----------------------+---------------------------------
Reporter: 1-61803 | Owner: MarcusCalhoun-Lopez
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: qt56 |
----------------------+---------------------------------
Comment (by kencu):
btw, the patch is already sitting there in the qt56 files directory. you
just have to edit the portfile to change 12 to 13 down near the bottom 1/3
of the file, to force it to include the patch. And it looks like the test
block has changed a bit in the qt56 Portfile from that original commit
above.
Change this:
{{{
# special case
if { ${module} eq "qtmultimedia" } {
if { ${os.major} < 12 } {
# see https://trac.macports.org/ticket/52922
patchfiles-append patch-firstObject.diff
}
}
}}}
to this:
{{{
# special case
if { ${module} eq "qtmultimedia" } {
if { ${os.major} < 13 } {
# see https://trac.macports.org/ticket/52922
patchfiles-append patch-firstObject.diff
}
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/54066#comment:4>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list