Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Jun 2017 01:51:03 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r443053 - in head: cad/basicdsp cad/gspiceui comms/congruity comms/ebook2cwgui databases/spatialite_gui deskutils/taskcoach editors/poedit editors/xmlcopyeditor games/freedink-dfarc gam...
Message-ID:  <201706100151.v5A1p3am098420@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jun 10 01:51:02 2017
New Revision: 443053
URL: https://svnweb.freebsd.org/changeset/ports/443053

Log:
  Remove no-op WX_UNICODE
  
  Approved by:	portmgr (blanket)

Modified:
  head/cad/basicdsp/Makefile
  head/cad/gspiceui/Makefile
  head/comms/congruity/Makefile
  head/comms/ebook2cwgui/Makefile
  head/databases/spatialite_gui/Makefile
  head/deskutils/taskcoach/Makefile
  head/editors/poedit/Makefile
  head/editors/xmlcopyeditor/Makefile
  head/games/freedink-dfarc/Makefile
  head/games/glest/Makefile
  head/games/golly/Makefile
  head/games/openyahtzee/Makefile
  head/games/scummvm-tools/Makefile
  head/games/traindirector/Makefile
  head/graphics/libreatlas/Makefile
  head/graphics/panoglview/Makefile
  head/multimedia/libkate/Makefile
  head/net/opennx/Makefile
  head/security/webshag/Makefile
  head/sysutils/abgx360gui/Makefile
  head/textproc/gutenmark/Makefile
  head/textproc/plover/Makefile
  head/x11-toolkits/hs-wx/Makefile
  head/x11-toolkits/hs-wxc/Makefile
  head/x11-toolkits/p5-Alien-wxWidgets/Makefile
  head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile
  head/x11-toolkits/py-wax/Makefile
  head/x11-toolkits/py-wxPython28/Makefile
  head/x11-toolkits/wxgtk28/Makefile

Modified: head/cad/basicdsp/Makefile
==============================================================================
--- head/cad/basicdsp/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/cad/basicdsp/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -15,7 +15,6 @@ LICENSE=	GPLv2
 
 USES=		dos2unix tar:tgz
 USE_WX=		2.8+
-WX_UNICODE=	yes
 WX_COMPS=	wx wx:build wx:run
 
 post-patch:

Modified: head/cad/gspiceui/Makefile
==============================================================================
--- head/cad/gspiceui/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/cad/gspiceui/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -16,7 +16,6 @@ LICENSE=	GPLv3
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
 USE_WX=		2.8 3.0
-WX_UNICODE=	yes
 USES=		compiler:c++11-lib gmake pkgconfig
 
 CXXFLAGS+=	-std=c++11

Modified: head/comms/congruity/Makefile
==============================================================================
--- head/comms/congruity/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/comms/congruity/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -17,7 +17,6 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}libconcord>=0:comm
 MAKE_ARGS=	MANDIR=${PREFIX}/man
 USES=		desktop-file-utils gmake tar:bzip2 python:2.7+
 USE_WX=		2.8+
-WX_UNICODE=	yes
 WX_COMPS=	python
 
 .include <bsd.port.mk>

Modified: head/comms/ebook2cwgui/Makefile
==============================================================================
--- head/comms/ebook2cwgui/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/comms/ebook2cwgui/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -14,7 +14,6 @@ COMMENT=	gui front end for ebooks2cw
 RUN_DEPENDS=	ebook2cw:comms/ebook2cw
 
 USE_WX=	2.8
-WX_UNICODE=	yes
 
 PORTDOCS=	*
 

Modified: head/databases/spatialite_gui/Makefile
==============================================================================
--- head/databases/spatialite_gui/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/databases/spatialite_gui/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -18,7 +18,6 @@ LIB_DEPENDS=	libgaiagraphics.so:graphics/libgaiagraphi
 		libspatialite.so:databases/spatialite
 
 USE_WX=		2.8
-WX_UNICODE=	yes
 GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2
 USES=		gmake pkgconfig iconv

Modified: head/deskutils/taskcoach/Makefile
==============================================================================
--- head/deskutils/taskcoach/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/deskutils/taskcoach/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -19,7 +19,6 @@ USE_PYTHON=	distutils
 PYDISTUTILS_EGGINFO=${DISTNAME}-py${PYTHON_VER}.egg-info
 USE_WX=		3.0+
 WX_COMPS=	python:lib
-WX_UNICODE=	yes
 
 SHEBANG_FILES=	taskcoach.py
 

Modified: head/editors/poedit/Makefile
==============================================================================
--- head/editors/poedit/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/editors/poedit/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -22,7 +22,6 @@ LIB_DEPENDS=	libgtkspell.so:textproc/gtkspell \
 USES=		bdb compiler:c++11-lib desktop-file-utils gettext gmake pkgconfig
 USE_WX=		3.0
 WX_CONF_ARGS=	absolute
-WX_UNICODE=	yes
 WITH_BDB_HIGHEST=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	WXRC="${WXRC_CMD}"

Modified: head/editors/xmlcopyeditor/Makefile
==============================================================================
--- head/editors/xmlcopyeditor/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/editors/xmlcopyeditor/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -23,7 +23,6 @@ LIB_DEPENDS=	libxerces-c.so.3:textproc/xerces-c3 \
 USE_WX=		2.8+
 WX_COMPS=	wx contrib
 WX_CONF_ARGS=	absolute
-WX_UNICODE=	yes
 USES=		dos2unix gettext gmake iconv libtool
 USE_GNOME=	intltool
 GNU_CONFIGURE=	yes

Modified: head/games/freedink-dfarc/Makefile
==============================================================================
--- head/games/freedink-dfarc/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/games/freedink-dfarc/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -14,7 +14,6 @@ COMMENT=	Frontend and .dmod installer for GNU FreeDink
 USES=		compiler:c++11-lib desktop-file-utils gettext gmake shared-mime-info
 USE_CXXSTD=	c++11
 USE_WX=		3.0
-WX_UNICODE=	yes
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
 USE_GNOME=	intltool

Modified: head/games/glest/Makefile
==============================================================================
--- head/games/glest/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/games/glest/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -40,7 +40,6 @@ EXTRACT_AFTER_ARGS=	-d ${WRKDIR}/${DISTNAME}
 .if ${PORT_OPTIONS:MEDITOR}
 USE_WX=		2.6+
 WX_CONF_ARGS=	relative
-WX_UNICODE=	yes
 HAVE_EDITOR=	true
 .endif
 

Modified: head/games/golly/Makefile
==============================================================================
--- head/games/golly/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/games/golly/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -15,7 +15,6 @@ LICENSE=	GPLv2+
 USES=		compiler:c++11-lib cmake:outsource perl5 python
 USE_CXXSTD=	c++11
 USE_WX=		3.0
-WX_UNICODE=	yes
 
 CMAKE_SOURCE_PATH=	${WRKSRC}/gui-wx
 

Modified: head/games/openyahtzee/Makefile
==============================================================================
--- head/games/openyahtzee/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/games/openyahtzee/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -17,7 +17,6 @@ BUILD_DEPENDS=	${LOCALBASE}/include/boost/scoped_ptr.h
 
 USES=		compiler:c++11-lib tar:bzip2
 USE_WX=		2.8
-WX_UNICODE=	yes
 WX_CONF_ARGS=	absolute
 GNU_CONFIGURE=	yes
 

Modified: head/games/scummvm-tools/Makefile
==============================================================================
--- head/games/scummvm-tools/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/games/scummvm-tools/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -38,7 +38,6 @@ OPTIONS_DEFAULT=	WXGTK
 .if ${PORT_OPTIONS:MWXGTK}
 USE_WX=		2.8
 WX_COMP=	wx:lib:build
-WX_UNICODE=	yes
 WX_CONFIG_ARGS=	absolute
 GUI_BIN=	tools_gui
 PLIST_SUB=	WX=""

Modified: head/games/traindirector/Makefile
==============================================================================
--- head/games/traindirector/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/games/traindirector/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -19,7 +19,6 @@ USE_GNOME=	gtk20
 
 USE_WX=		2.8
 WX_COMPS=	wx:lib
-WX_UNICODE=	yes
 
 DESKTOP_ENTRIES="Train Director" "${COMMENT}" "" "traindir3" \
 		"Game;Simulation;StrategyGame;" false

Modified: head/graphics/libreatlas/Makefile
==============================================================================
--- head/graphics/libreatlas/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/graphics/libreatlas/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -36,7 +36,6 @@ USE_XORG=	ice pixman sm x11 xau xcb xcomposite xcursor
 		xfixes xi xinerama xrandr xrender xxf86vm
 USE_GNOME=	atk gdkpixbuf2 glib20 gtk20 pango
 USE_WX=		2.8
-WX_UNICODE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/graphics/panoglview/Makefile
==============================================================================
--- head/graphics/panoglview/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/graphics/panoglview/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -21,7 +21,6 @@ CXXFLAGS+=	-I${LOCALBASE}/include -ftemplate-depth-64
 LIBS+=		-L${LOCALBASE}/lib -lGLU -lGL
 
 USE_WX=		2.8
-WX_UNICODE=	yes
 WX_COMPS=	wx
 WX_CONF_ARGS=	relative
 

Modified: head/multimedia/libkate/Makefile
==============================================================================
--- head/multimedia/libkate/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/multimedia/libkate/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -42,7 +42,6 @@ CONFIGURE_ARGS+=	--disable-doc
 RUN_DEPENDS=	${LOCALBASE}/bin/oggz:audio/liboggz
 USES+=		python
 USE_WX=		2.8
-WX_UNICODE=	yes
 WX_COMPS=	wx contrib python:lib
 MANPAGE+=	KateDJ.1
 PLIST_SUB+=	KATEDJ=""

Modified: head/net/opennx/Makefile
==============================================================================
--- head/net/opennx/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/net/opennx/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -23,7 +23,6 @@ GNU_CONFIGURE=	yes
 USES=		gmake samba:lib
 USE_XORG=	xmu
 USE_WX=		2.8+
-WX_UNICODE=	yes
 
 LDFLAGS+=	-L${LOCALBASE}/lib -L${SAMBALIBS}
 CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG}

Modified: head/security/webshag/Makefile
==============================================================================
--- head/security/webshag/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/security/webshag/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -30,7 +30,6 @@ BUILD_DEPENDS+=	${LOCALBASE}/bin/nmap:security/nmap
 
 .if ${PORT_OPTIONS:MWXGTK}
 USE_WX=		2.6+
-WX_UNICODE=	yes
 WX_COMPS=	python:run
 .endif
 

Modified: head/sysutils/abgx360gui/Makefile
==============================================================================
--- head/sysutils/abgx360gui/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/sysutils/abgx360gui/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -23,7 +23,6 @@ PLIST_FILES=	bin/abgx360gui \
 
 GNU_CONFIGURE=	yes
 USE_WX=		2.8
-WX_UNICODE=	yes
 WX_COMPS=	wx
 CONFIGURE_ARGS=	--with-wx=${LOCALBASE} \
 		--with-wx-config=${WX_CONFIG:T}

Modified: head/textproc/gutenmark/Makefile
==============================================================================
--- head/textproc/gutenmark/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/textproc/gutenmark/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -16,7 +16,6 @@ WRKSRC=		${WRKDIR}/GutenMark-source
 USES=		compiler:c++11-lib gmake
 USE_CXXSTD=	c++11
 USE_WX=		3.0
-WX_UNICODE=	yes
 ALL_TARGET=	default
 
 PLIST_FILES=	bin/GutenMark bin/GutenSplit bin/GUItenMark \

Modified: head/textproc/plover/Makefile
==============================================================================
--- head/textproc/plover/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/textproc/plover/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -20,7 +20,6 @@ USES=		python
 USE_PYTHON=	distutils
 USE_WX=		3.0+
 WX_COMPS=	wx
-WX_UNICODE=	yes
 
 post-patch:
 	@${REINPLACE_CMD} -e "s@%%PREFIX%%@${PREFIX}@g" ${WRKSRC}/setup.py

Modified: head/x11-toolkits/hs-wx/Makefile
==============================================================================
--- head/x11-toolkits/hs-wx/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/x11-toolkits/hs-wx/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -11,7 +11,6 @@ USE_CABAL=	stm wxcore>=0.91
 
 USE_WX=		3.0
 WX_COMPS=	wx
-WX_UNICODE=	yes
 
 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
 .include <bsd.port.mk>

Modified: head/x11-toolkits/hs-wxc/Makefile
==============================================================================
--- head/x11-toolkits/hs-wxc/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/x11-toolkits/hs-wxc/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -12,7 +12,6 @@ USE_CABAL=	wxdirect>=0.91
 USES=		dos2unix
 USE_WX=		3.0
 WX_COMPS=	wx
-WX_UNICODE=	yes
 
 OPTIONS_EXCLUDE=DOCS
 

Modified: head/x11-toolkits/p5-Alien-wxWidgets/Makefile
==============================================================================
--- head/x11-toolkits/p5-Alien-wxWidgets/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/x11-toolkits/p5-Alien-wxWidgets/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -21,7 +21,6 @@ USES=		perl5 compiler:env
 USE_PERL5=	modbuild
 USE_WX=		3.0
 WX_COMPS=	wx
-WX_UNICODE=	yes
 CONFIGURE_ARGS=	--wxWidgets-build=0 --wxWidgets-unicode=1
 
 post-patch:

Modified: head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile
==============================================================================
--- head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -16,7 +16,6 @@ RUN_DEPENDS=	p5-Wx>=0.5000:x11-toolkits/p5-Wx
 
 USE_WX=		3.0
 WX_COMPS=	wx
-WX_UNICODE=	yes
 USES=		perl5
 USE_PERL5=	configure
 

Modified: head/x11-toolkits/py-wax/Makefile
==============================================================================
--- head/x11-toolkits/py-wax/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/x11-toolkits/py-wax/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -14,7 +14,6 @@ COMMENT=	User-friendly layer on top of wxPython
 NO_BUILD=	yes
 USES=		python
 USE_WX=		2.8
-WX_UNICODE=	yes
 WX_COMPS=	python:run
 
 DATADIR=	${PYTHON_SITELIBDIR}

Modified: head/x11-toolkits/py-wxPython28/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython28/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/x11-toolkits/py-wxPython28/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -84,7 +84,6 @@ PYDISTUTILS_BUILDARGS+=	\
 			NO_SCRIPTS=1 \
 			INSTALL_MULTIVERSION=1
 
-WX_UNICODE=	yes
 
 PYDISTUTILS_BUILDARGS+=	\
 			UNICODE=1

Modified: head/x11-toolkits/wxgtk28/Makefile
==============================================================================
--- head/x11-toolkits/wxgtk28/Makefile	Sat Jun 10 01:50:49 2017	(r443052)
+++ head/x11-toolkits/wxgtk28/Makefile	Sat Jun 10 01:51:02 2017	(r443053)
@@ -81,7 +81,6 @@ INSTALL_WRKSRC=	${BUILD_WRKSRC}
 .if ${WXGTK_FLAVOR} != "gtk2-contrib-common"
 USE_WX=		2.8
 RUN_DEPENDS=	${LOCALBASE}/include/wx-2.8/wx/stc/stc.h:x11-toolkits/wxgtk28-contrib-common
-WX_UNICODE=	yes
 
 pre-configure:
 	@${FIND} ${BUILD_WRKSRC} -name Makefile.in -print0 | ${XARGS} -0 ${REINPLACE_CMD} \



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