Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Feb 2020 18:26:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        erlang@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 243880] lang/erlang Please update WX to 3.1
Message-ID:  <bug-243880-38768-eoryqR84H2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243880-38768@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243880-38768@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked Erlang FreeBSD Mailing
List <erlang@FreeBSD.org> for maintainer-feedback:
Bug 243880: lang/erlang Please update WX to 3.1
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243880



--- 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 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"gl glu"
+WX_VARS=3D		USE_WX=3D3.1+ WX_COMPS=3D"wx" USE_GL=3D"gl glu"

 .include <bsd.port.pre.mk>


***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243880-38768-eoryqR84H2>