#43333: Ports using platform or os for version based changes will probably fail if macosx_deployment_target is different than the current platform ---------------------------+-------------------------------- Reporter: springermac@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Keywords: | Port: ---------------------------+-------------------------------- Ports using platform or os for version based changes will probably fail if macosx_deployment_target is different than the current platform because any changes based on the current platform or os will fail when configured or built against the macosx_deployment_target. E.g if the current platform is mavericks 10.9 darwin 13 and the macosx_deployment_target is mountain lion 10.8 darwin 12 any version based changes in a port will be applied against mavericks 10.9 darwin 13 not mountain lion 10.8 darwin 12. -- Ticket URL: <https://trac.macports.org/ticket/43333> MacPorts <http://www.macports.org/> Ports system for OS X