[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
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243880
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 at FreeBSD.org
Reporter: sebastian.stroniewskiwojtczak at gmail.com
Flags: maintainer-feedback?(erlang at FreeBSD.org)
Assignee: erlang at FreeBSD.org
Created attachment 211351
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=211351&action=edit
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 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>
***
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list