Date: Tue, 04 Feb 2020 18:26:40 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 243880] lang/erlang Please update WX to 3.1 Message-ID: <bug-243880-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243880 Bug ID: 243880 Summary: lang/erlang Please update WX to 3.1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: erlang@FreeBSD.org Reporter: sebastian.stroniewskiwojtczak@gmail.com Flags: maintainer-feedback?(erlang@FreeBSD.org) Assignee: erlang@FreeBSD.org Created attachment 211351 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D211351&action= =3Dedit lang_erlang_Makefile patch to use WX3.1+ instead of WX2.8+ 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 sev= eral 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=3D threads WX_CONFIGURE_WITH=3D wx-config=3D${WX_CONFIG} WX_USES=3D gl -WX_VARS=3D USE_WX=3D2.8+ WX_COMPS=3D"wx contrib" USE_GL=3D"g= l glu" +WX_VARS=3D USE_WX=3D3.1+ WX_COMPS=3D"wx" USE_GL=3D"gl glu" .include <bsd.port.pre.mk> *** --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243880-7788>