#36222: defect: PortGroup cmake needs depends_skip_archcheck for cmake -----------------------+-------------------------------- Reporter: kimuraw@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: PortGroup cmake -----------------------+-------------------------------- I think portgroup cmake needs depends_skip_archcheck. example: 1. install cmake 2. install mysql55 +universal - uninstall cmake and install cmake +universal - install mysql55 we should be allowed to install universal mysql55 with non-universal cmake. {{{ Index: port1.0/group/cmake-1.0.tcl =================================================================== --- port1.0/group/cmake-1.0.tcl (revision 97906) +++ port1.0/group/cmake-1.0.tcl (working copy) @@ -38,6 +38,7 @@ set cmake_share_module_dir ${prefix}/share/cmake/modules depends_build-append port:cmake +depends_skip_archcheck-append cmake #FIXME: ccache works with cmake on linux configure.ccache no }}} -- Ticket URL: <https://trac.macports.org/ticket/36222> MacPorts <http://www.macports.org/> Ports system for Mac OS