motif: New port 2.5.2#32283
Conversation
reneeotten
left a comment
There was a problem hiding this comment.
@thentenaar in addition to some inline review comments, you will need to make sure that dependents of the original openmotif port are transitioned to the new one.
❯ port echo depends:'openmotif($|\s)'
aircraft_oap
alliance
arb
ddd
geomview
glw
grace
molmol
ncplot
ncpp
nedit
opendx
SoXt
xastir
xephem
xmfract
xmgr
| github.tarball_from archive | ||
| revision 0 | ||
|
|
||
| name motif |
There was a problem hiding this comment.
this is set automatically from the github.setup line - please remove
| Group, and other vendors, it lives on as an \ | ||
| independent project. | ||
|
|
||
| homepage https://github.com/thentenaar/motif |
There was a problem hiding this comment.
this is set automatically from the github.setup line - please remove
| name motif | ||
| categories x11 | ||
| license LGPL-2.1 | ||
| maintainers @thentenaar |
There was a problem hiding this comment.
ideally an (obfuscated) e-mail address is added here as well, and if there is no objection for others to make minor changes to the Portfile please add openmaintainer as well
| @@ -1,6 +1,8 @@ | |||
| # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | |||
There was a problem hiding this comment.
more clean-up of the Portfile is needed when using the obsolete PortGroup - please see the relevant section in the guide.
| post-destroot { | ||
| set docdir ${prefix}/share/doc/${name} | ||
| xinstall -d ${destroot}${docdir} | ||
| } |
There was a problem hiding this comment.
this doesn't seem to do anything except for creating an empty directory... or?
Description
As the original ICS upstream is long dead, I have taken up the mantle of maintaining and improving Motif. The name change is for consistency and clarity (even ICS had dropped the 'open' prefix some years back). I'll volunteer to maintain the port for now, as the original is unmaintained, unless someone else really wants to do so.
Type(s)
New port (deprecating an old port).
Tested on
macOS 11.7.11 20G1443 x86_64
Command Line Tools 13.2.0.0.1.1638488800
Verification
Have you
port lint?sudo port test?sudo port -vst install?