Opened 11 years ago
Closed 11 years ago
#40774 closed update (fixed)
erlang: upgrade to R16B02
Reported by: | mojca (Mojca Miklavec) | Owned by: | bfulgham@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ci42 | |
Port: | erlang |
Description
Erlang might need either an upgrade or a revision increase after upgrading wxWidgets to version 3.0.0-RC1, see #40743.
Attachments (1)
Change History (6)
Changed 11 years ago by ci42
Attachment: | update-to-R16B02.diff added |
---|
comment:1 Changed 11 years ago by ci42
comment:3 follow-up: 4 Changed 11 years ago by mojca (Mojca Miklavec)
The patch looks ok to me, but I didn't test it. Given that there are eight erlang-related tickets open at the moment and that there is basically no feedback from the maintainer about those patches - can you please simply fix all other problems as maintainer timeout as well?
It would also help a lot if you became at least a comaintainer given that you seem to contribute a significant number of patches.
(Disclaimer: I'm not using erlang myself, I just had to fix a few problems when doing the wxWidgets transition.)
comment:4 Changed 11 years ago by ci42
Note: See
TracTickets for help on using
tickets.
Please have a look at the attached patch. It updates erlang to version R16B02, fixes the
nohipe
variant (before hipe would always be enabled even when thenohipe
variant has been chosen), removes the unused mastersite for':patch'
and uses the (new in R16B02)--without-$app
configure option to disable the wx application (makes thepatch-disable_wx.diff
patch superfluous).