[MacPorts] #40410: psiconv @0.9.8: Enable universal variant
#40410: psiconv @0.9.8: Enable universal variant ---------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Keywords: | Port: psiconv gnumeric ---------------------+-------------------------------- Currently the fact that psiconv is not universal prevents gnumeric from building universal. I'd appreciate it if someone could either add a universal variant, mark it noarch, or `depends_skip_archcheck-append` it in the gnumeric portfile. -- Ticket URL: <https://trac.macports.org/ticket/40410> MacPorts <http://www.macports.org/> Ports system for OS X
#40410: psiconv @0.9.8: Enable universal variant -------------------------------+-------------------------- Reporter: egall@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: | Keywords: Port: psiconv gnumeric | -------------------------------+-------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => ryandesign@… * status: new => assigned -- Ticket URL: <https://trac.macports.org/ticket/40410#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#40410: psiconv @0.9.8: Enable universal variant ----------------------+-------------------------- Reporter: egall@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: Port: psiconv | ----------------------+-------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed * port: psiconv gnumeric => psiconv Comment: This software is from 2005 so it's not surprising it doesn't understand universal variants. Simply rerunning autoreconf fixes the default universal build. In comment:ticket:40268:3 I expressed concern that the configure script was checking for e.g. sizeof long. But I wasn't able to find any place in the source where that determination is ever referenced so I hope it's not a problem. I'm also increasing the revision because the mandir was wrong before. r110840 -- Ticket URL: <https://trac.macports.org/ticket/40410#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
#40410: psiconv @0.9.8: Enable universal variant ----------------------+-------------------------- Reporter: egall@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: Port: psiconv | ----------------------+-------------------------- Comment (by c.herbig@…): Replying to [comment:2 ryandesign@…]:
I'm also increasing the revision because the mandir was wrong before. r110840 Strange, when I first tried it I got a warning about that not being there. Oh well, as long as it is fixed now. Thank you for taking charge of this, I would not have known what to do myself.
-- Ticket URL: <https://trac.macports.org/ticket/40410#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#40410: psiconv @0.9.8: Enable universal variant ----------------------+-------------------------- Reporter: egall@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.0 Resolution: fixed | Keywords: Port: psiconv | ----------------------+-------------------------- Comment (by ryandesign@…): Replying to [comment:3 c.herbig@…]:
Replying to [comment:2 ryandesign@…]:
I'm also increasing the revision because the mandir was wrong before. r110840 Strange, when I first tried it I got a warning about that not being there.
Another thing that changed in autotools land since 2005, besides support for universal variants, is the default location of the mandir. It used to be ${prefix}/man. MacPorts will warn about an mtree violation if a port installs files there. The port had tried to fix this by specifying `--mandir` in configure.args, but did so incorrectly: it specified `--mandir=${prefix}/share` when it should have specified `--mandir=${prefix}/share/man`. Now that the port runs autoreconf, the newly-generated configure script will place manpages in ${prefix}/share/man automatically without needing a configure.arg to tell it to do so. -- Ticket URL: <https://trac.macports.org/ticket/40410#comment:4> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts