maintainer-feedback requested: [Bug 243880] lang/erlang Please update WX to 3.1
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 4 18:26:41 UTC 2020
Bugzilla Automation <bugzilla at FreeBSD.org> has asked Erlang FreeBSD Mailing
List <erlang at FreeBSD.org> for maintainer-feedback:
Bug 243880: lang/erlang Please update WX to 3.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243880
--- Description ---
Many people have issue with WX2.8 if Dark Theme is used under GUI, that
prevents from seeing Processess tab in :observer.start() WxWidget App.
Instead of repairing what is broken in WX2.8, it's better to use WX3.1+ for
lang/erlang build from source.
Patch attached and worked as expected. Erlang is supporting WX3.1 since several
months.
***
--- lang/erlang/Makefile-orig 2020-02-03 21:31:03.000000000 +0100
+++ lang/erlang/Makefile 2020-02-04 18:43:19.441383000 +0100
@@ -99,7 +99,7 @@
THREADS_CONFIGURE_ENABLE= threads
WX_CONFIGURE_WITH= wx-config=${WX_CONFIG}
WX_USES= gl
-WX_VARS= USE_WX=2.8+ WX_COMPS="wx contrib" USE_GL="gl glu"
+WX_VARS= USE_WX=3.1+ WX_COMPS="wx" USE_GL="gl glu"
.include <bsd.port.pre.mk>
***
More information about the freebsd-erlang
mailing list