[44939] trunk/dports/lang/erlang/Portfile
Ryan Schmidt
ryandesign at macports.org
Sun Jan 4 19:46:12 PST 2009
On Jan 4, 2009, at 17:22, bfulgham at macports.org wrote:
> -variant hipe {
> +variant no-hipe {
> # Currently produces bus errors in 10.5.3 due to changes in
> # signal handling
> - configure.args-append --enable-hipe
> + configure.args-delete --enable-hipe
> }
Ah, but hyphens are not legal for variant names:
$ port lint erlang
---> Verifying Portfile for erlang
Warning: Variant smp does not have a description
Warning: Variant ssl does not have a description
Error: Variant name no-hipe is not valid; use [A-Za-z0-9_]+ only
---> 1 errors and 2 warnings found.
$
You should use an underscore instead. "no_hipe".
More information about the macports-dev
mailing list