Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jul 2019 22:25:21 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r507540 - head/lang/erlang-wx
Message-ID:  <201907282225.x6SMPL4h009561@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Sun Jul 28 22:25:20 2019
New Revision: 507540
URL: https://svnweb.freebsd.org/changeset/ports/507540

Log:
  lang/erlang-wx: switch wxWidgets to 3.1
  
  Updating graphics/wings (erlang-wx' only consumer) requires at least
  wxWidgets 3.0 in erlang-wx. Go the full way and depend on the most
  recent wxWidgets we currently have (3.1)
  
  PR:		239174
  Approved by:	maintainer-timeout (erlang@)

Modified:
  head/lang/erlang-wx/Makefile

Modified: head/lang/erlang-wx/Makefile
==============================================================================
--- head/lang/erlang-wx/Makefile	Sun Jul 28 22:21:24 2019	(r507539)
+++ head/lang/erlang-wx/Makefile	Sun Jul 28 22:25:20 2019	(r507540)
@@ -3,6 +3,7 @@
 PORTNAME=	erlang
 DISTVERSIONPREFIX=	OTP-
 DISTVERSION=	21.3.8.6
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	lang parallel
 PKGNAMESUFFIX=	-wx
@@ -21,9 +22,9 @@ USE_GITHUB=	yes
 GH_PROJECT=	otp
 USE_GL=		gl glu
 USE_PERL5=	build
-USE_WX=		2.8+
+USE_WX=		3.1+
 
-WX_COMPS=	wx contrib
+WX_COMPS=	wx
 
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907282225.x6SMPL4h009561>