Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2019 11:40:38 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502784 - in head: devel/wxformbuilder x11-toolkits/py-wxPython30
Message-ID:  <201905271140.x4RBecrO010988@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ak
Date: Mon May 27 11:40:38 2019
New Revision: 502784
URL: https://svnweb.freebsd.org/changeset/ports/502784

Log:
  - Remove no-op (since r397077) WANT_UNICODE variable from the ports tree
  
  Approved by:	portmgr blanket

Modified:
  head/devel/wxformbuilder/Makefile
  head/x11-toolkits/py-wxPython30/Makefile

Modified: head/devel/wxformbuilder/Makefile
==============================================================================
--- head/devel/wxformbuilder/Makefile	Mon May 27 11:35:27 2019	(r502783)
+++ head/devel/wxformbuilder/Makefile	Mon May 27 11:40:38 2019	(r502784)
@@ -16,7 +16,6 @@ USES=		compiler:c++11-lib dos2unix gmake zip
 USE_CSTD=	c++11
 USE_LDCONFIG=	yes
 USE_WX=		3.0+
-WANT_UNICODE=	yes
 WRKSRC=		${WRKDIR}/source
 MAKE_ARGS=	config=release ARCH=
 BUILD_WRKSRC=	${WRKSRC}/build/${WX_VERSION}/gmake

Modified: head/x11-toolkits/py-wxPython30/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython30/Makefile	Mon May 27 11:35:27 2019	(r502783)
+++ head/x11-toolkits/py-wxPython30/Makefile	Mon May 27 11:40:38 2019	(r502784)
@@ -43,7 +43,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}wxPython-common>0:
 
 USES+=		gettext pkgconfig
 USE_WX=		3.0
-WANT_UNICODE=	yes
 USE_PYTHON=	distutils autoplist
 PYDISTUTILS_BUILDARGS=	WX_CONFIG="${WX_CONFIG}" \
 			WXPORT="${WXPORT}" \



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