[MacPorts] #18951: botan: invalid platform selectors
#18951: botan: invalid platform selectors -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: mww@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: botan -------------------------------------+-------------------------------------- botan has platform selectors for ppc, ppc64, i386 and x86_64: {{{ platform ppc { configure.args-append --cpu=ppc } platform ppc64 { configure.args-append --cpu=ppc64 } platform i386 { configure.args-append --cpu=ia32 } platform x86_64 { configure.args-append --cpu=amd64 } }}} The only one of those that actually exists is i386. The other available platform selector is powerpc. There are no selectors for 32-bit vs. 64-bit processors, nor will MacPorts attempt build your port 64-bit unless the universal variant is being used and the user has asked for 64-bit architectures by modifying their macports.conf. -- Ticket URL: <http://trac.macports.org/ticket/18951> MacPorts <http://www.macports.org/> Ports system for Mac OS
#18951: botan: invalid platform selectors --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: mww@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.0 Resolution: fixed | Keywords: Port: botan | --------------------------------------+------------------------------------- Changes (by jmr@…): * status: new => closed * resolution: => fixed Comment: This was fixed by r57579. -- Ticket URL: <https://trac.macports.org/ticket/18951#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts