Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Sep 2016 10:51:25 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422598 - in head/lang: erlang-runtime15 erlang-runtime16 erlang-runtime17 erlang-runtime18
Message-ID:  <201609221051.u8MApPrT054730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: olgeni
Date: Thu Sep 22 10:51:24 2016
New Revision: 422598
URL: https://svnweb.freebsd.org/changeset/ports/422598

Log:
  Remove redundant WX_UNICODE from Erlang runtime ports..

Modified:
  head/lang/erlang-runtime15/Makefile
  head/lang/erlang-runtime16/Makefile
  head/lang/erlang-runtime17/Makefile
  head/lang/erlang-runtime18/Makefile

Modified: head/lang/erlang-runtime15/Makefile
==============================================================================
--- head/lang/erlang-runtime15/Makefile	Thu Sep 22 10:42:02 2016	(r422597)
+++ head/lang/erlang-runtime15/Makefile	Thu Sep 22 10:51:24 2016	(r422598)
@@ -111,7 +111,6 @@ USES+=		tk:run
 .if ${PORT_OPTIONS:MWX}
 USE_WX=		2.8+
 WX_COMPS=	wx contrib
-WX_UNICODE=	yes
 CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
 .endif
 

Modified: head/lang/erlang-runtime16/Makefile
==============================================================================
--- head/lang/erlang-runtime16/Makefile	Thu Sep 22 10:42:02 2016	(r422597)
+++ head/lang/erlang-runtime16/Makefile	Thu Sep 22 10:51:24 2016	(r422598)
@@ -111,7 +111,6 @@ USES+=		tk:run
 .if ${PORT_OPTIONS:MWX}
 USE_WX=		2.8+
 WX_COMPS=	wx contrib
-WX_UNICODE=	yes
 CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
 .endif
 

Modified: head/lang/erlang-runtime17/Makefile
==============================================================================
--- head/lang/erlang-runtime17/Makefile	Thu Sep 22 10:42:02 2016	(r422597)
+++ head/lang/erlang-runtime17/Makefile	Thu Sep 22 10:51:24 2016	(r422598)
@@ -120,7 +120,6 @@ USES+=		tk:run
 .if ${PORT_OPTIONS:MWX}
 USE_WX=		2.8+
 WX_COMPS=	wx contrib
-WX_UNICODE=	yes
 CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
 .endif
 

Modified: head/lang/erlang-runtime18/Makefile
==============================================================================
--- head/lang/erlang-runtime18/Makefile	Thu Sep 22 10:42:02 2016	(r422597)
+++ head/lang/erlang-runtime18/Makefile	Thu Sep 22 10:51:24 2016	(r422598)
@@ -117,7 +117,6 @@ USES+=		tk:run
 .if ${PORT_OPTIONS:MWX}
 USE_WX=		2.8+
 WX_COMPS=	wx contrib
-WX_UNICODE=	yes
 CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
 .endif
 



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