svn commit: r507540 - head/lang/erlang-wx

Christoph Moench-Tegeder cmt at FreeBSD.org
Sun Jul 28 22:25:21 UTC 2019


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


More information about the svn-ports-head mailing list