[MacPorts] #62831: okular @4.14.3_9 +debug+docs: error: unknown type name 'okular'
MacPorts
noreply at macports.org
Sat May 8 06:48:01 UTC 2021
#62831: okular @4.14.3_9 +debug+docs: error: unknown type name 'okular'
--------------------------+--------------------
Reporter: cooljeanius | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Resolution: | Keywords:
Port: okular |
--------------------------+--------------------
Comment (by cooljeanius):
Ok, so after testing, I've found that adding that same snippet:
{{{
pre-configure {
move ${worksrcpath}/VERSION ${worksrcpath}/VERSION.txt
}
}}}
...also fixes the builds of the following KDE ports for me:
* kblackbox
* kbruch
For kolourpaint it has to be done in either post-configure or pre-build
instead, as the VERSION file is used in the configure step.
For kdewebdev it's:
{{{
pre-configure {
move ${worksrcpath}/kimagemapeditor/VERSION
${worksrcpath}/kimagemapeditor/VERSION.txt
move ${worksrcpath}/kommander/VERSION
${worksrcpath}/kommander/VERSION.txt
}
}}}
...but then it runs into a different error; I'll have to open a separate
bug for that...
--
Ticket URL: <https://trac.macports.org/ticket/62831#comment:9>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list