[90277] trunk/dports/emulators/dosbox/Portfile
Ryan Schmidt
ryandesign at macports.org
Wed Feb 29 08:28:34 PST 2012
On Feb 29, 2012, at 02:27, royliu at macports.org wrote:
> Revision: 90277
> http://trac.macports.org/changeset/90277
> Author: royliu at macports.org
> Date: 2012-02-29 00:27:20 -0800 (Wed, 29 Feb 2012)
> Log Message:
> -----------
> dosbox: update the build process to support x86_64 as an architecture
>
> Modified Paths:
> --------------
> trunk/dports/emulators/dosbox/Portfile
>
> Modified: trunk/dports/emulators/dosbox/Portfile
> ===================================================================
> --- trunk/dports/emulators/dosbox/Portfile 2012-02-29 01:10:32 UTC (rev 90276)
> +++ trunk/dports/emulators/dosbox/Portfile 2012-02-29 08:27:20 UTC (rev 90277)
> @@ -53,7 +53,7 @@
> ${destroot}${prefix}/share/doc/${name}
> }
>
> -supported_archs i386 ppc
> +supported_archs i386 ppc x86_64
So you're saying that the reasons why we limited the build to 32-bit 2 years ago for version 0.73 no longer apply with version 0.74? You've verified that the crashes reported there no longer occur?
https://trac.macports.org/ticket/21516
If so, what about ppc64 -- do you have specific information that, although x86_64 now works, ppc64 does not? If not, we should allow that as well, by simply removing the supported_archs line.
More information about the macports-dev
mailing list