Opened 11 years ago

Last modified 11 years ago

#37349 closed defect

erlang: +nohipe does not work — at Version 1

Reported by: kuenishi+macports@… Owned by: bfulgham@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: haspatch Cc: ryandesign@…
Port: erlang

Description (last modified by ryandesign (Ryan Carsten Schmidt))

hipe is enabled by default, so we need --disable-hipe:

        configure.args-append    --disable-hipe

here: browser:trunk/dports/lang/erlang/Portfile#L149

Change History (2)

comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Description: modified (diff)
Keywords: haspatch added
Owner: changed from macports-tickets@… to bfulgham@…
Summary: +nohipe does not workerlang: +nohipe does not work

The nohipe variant should be changed to a hipe variant; we don't like variants whose names begin with "no" anymore. The nohipe variant should be retained for one year, turned into a stub variant that just disables the new hipe variant. The revision should be increased with this change. Patch attached.

Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: erlang-hipe.diff added
Note: See TracTickets for help on using tickets.