<http://trac.macports.org/projects/macports/changeset/30652> This change seems to have caused some breakage: % port info tcpflow Error: Error executing darwin_9: invalid command name "macosx_deployment_target" Error: Unable to open port: Error evaluating variants - Josh
Yeah, that's an unreleased command. I had hoped we'd push out a new version of MacPorts with the command before Leopard was released, but we haven't. I recommend one of the following: 1) Install the latest MacPorts trunk 2) Edit the Portfile and replace the macosx_deployment_target line with configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 build.env-append MACOSX_DEPLOYMENT_TARGET=10.4 destroot.env-append MACOSX_DEPLOYMENT_TARGET=10.4 HTH, Kevin Ballard On Nov 18, 2007, at 11:19 AM, Joshua Root wrote:
<http://trac.macports.org/projects/macports/changeset/30652>
This change seems to have caused some breakage:
% port info tcpflow Error: Error executing darwin_9: invalid command name "macosx_deployment_target" Error: Unable to open port: Error evaluating variants
- Josh
-- Kevin Ballard http://kevin.sb.org eridius@macports.org http://www.tildesoft.com
On Nov 18, 2007, at 1:04 PM, Kevin Ballard wrote:
Yeah, that's an unreleased command. I had hoped we'd push out a new version of MacPorts with the command before Leopard was released, but we haven't. I recommend one of the following:
1) Install the latest MacPorts trunk
2) Edit the Portfile and replace the macosx_deployment_target line with
configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 build.env-append MACOSX_DEPLOYMENT_TARGET=10.4 destroot.env-append MACOSX_DEPLOYMENT_TARGET=10.4
HTH, Kevin Ballard
MacPorts 1.6.0 is on its way! -jmpp
participants (3)
-
Joshua Root
-
Juan Manuel Palacios
-
Kevin Ballard