Revision: 110459 https://trac.macports.org/changeset/110459 Author: mojca@macports.org Date: 2013-08-31 00:45:34 -0700 (Sat, 31 Aug 2013) Log Message: ----------- py-robotframework-rid: remove supported_archs Modified Paths: -------------- trunk/dports/python/py-robotframework-ride/Portfile Modified: trunk/dports/python/py-robotframework-ride/Portfile =================================================================== --- trunk/dports/python/py-robotframework-ride/Portfile 2013-08-31 07:45:19 UTC (rev 110458) +++ trunk/dports/python/py-robotframework-ride/Portfile 2013-08-31 07:45:34 UTC (rev 110459) @@ -24,12 +24,6 @@ python.versions 26 27 python.default_version 27 -# TODO: this is not a proper way to do it; -# wxWidgets.use should take care of supported architectures -# depending on whether the port depends on carbon or gtk variant of wxpython-2.8 -universal_variant no -supported_archs i386 - master_sites googlecode:${internal_name} distname ${internal_name}-${version} @@ -43,8 +37,9 @@ port:py${python.version}-wxpython-2.8 \ port:py${python.version}-paver + # TODO: this port probably needs a variant to switch between py-wxpython-2.8 and py-wxpython-3.0 + # until it starts working properly on py-wxpython-3.0 if {${os.major}>=12} { - supported_archs x86_64 depends_lib-delete port:py${python.version}-wxpython-2.8 depends_lib-append port:py${python.version}-wxpython-3.0 } @@ -53,7 +48,9 @@ reinplace "s/pybot/pybot-${python.branch}/g" $worksrcpath/src/robotide/contrib/testrunner/runprofiles.py } - notes "To run, use 'arch -i386 ride.py-${python.branch}' to use 32bit architecture" + # with 'py-wxpython-3.0' and 'py-wxpython-2.8 +gtk' this should not be needed + # this should only be issued when depending on 'py-wxpython-2.8 +carbon' on 64-bit OS or deleted + # notes "To run, use 'arch -i386 ride.py-${python.branch}' to use 32bit architecture" } if {$subport == $name} {