svn commit: r502784 - in head: devel/wxformbuilder x11-toolkits/py-wxPython30

Alex Kozlov ak at FreeBSD.org
Mon May 27 11:40:39 UTC 2019


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}" \


More information about the svn-ports-all mailing list