diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-10 09:51:02 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-10 09:51:02 +0800 |
commit | f48250d956772cab3c779576d58ae5ff72663066 (patch) | |
tree | 76f715d1a8f6a34dae3ca907ae3b5478b7080270 | |
parent | 8a1dc5e15d97d870a390515170fb5d451716f1c9 (diff) | |
download | freebsd-ports-gnome-f48250d956772cab3c779576d58ae5ff72663066.tar.gz freebsd-ports-gnome-f48250d956772cab3c779576d58ae5ff72663066.tar.zst freebsd-ports-gnome-f48250d956772cab3c779576d58ae5ff72663066.zip |
Remove no-op WX_UNICODE
Approved by: portmgr (blanket)
29 files changed, 0 insertions, 29 deletions
diff --git a/cad/basicdsp/Makefile b/cad/basicdsp/Makefile index 4a5d09fe6244..16c7af1a63f9 100644 --- a/cad/basicdsp/Makefile +++ b/cad/basicdsp/Makefile @@ -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: diff --git a/cad/gspiceui/Makefile b/cad/gspiceui/Makefile index fd4ea674e13b..468099b0d1f2 100644 --- a/cad/gspiceui/Makefile +++ b/cad/gspiceui/Makefile @@ -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 diff --git a/comms/congruity/Makefile b/comms/congruity/Makefile index d73bbe87b32a..ea8ce46a901d 100644 --- a/comms/congruity/Makefile +++ b/comms/congruity/Makefile @@ -17,7 +17,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libconcord>=0:comms/py-libconcord 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> diff --git a/comms/ebook2cwgui/Makefile b/comms/ebook2cwgui/Makefile index 58142341bc36..5a5608f4be08 100644 --- a/comms/ebook2cwgui/Makefile +++ b/comms/ebook2cwgui/Makefile @@ -14,7 +14,6 @@ COMMENT= gui front end for ebooks2cw RUN_DEPENDS= ebook2cw:comms/ebook2cw USE_WX= 2.8 -WX_UNICODE= yes PORTDOCS= * diff --git a/databases/spatialite_gui/Makefile b/databases/spatialite_gui/Makefile index ca825b585a79..ecb225692c21 100644 --- a/databases/spatialite_gui/Makefile +++ b/databases/spatialite_gui/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= libgaiagraphics.so:graphics/libgaiagraphics \ libspatialite.so:databases/spatialite USE_WX= 2.8 -WX_UNICODE= yes GNU_CONFIGURE= yes USE_GNOME= libxml2 USES= gmake pkgconfig iconv diff --git a/deskutils/taskcoach/Makefile b/deskutils/taskcoach/Makefile index c5a4c5c4958f..485761865a2b 100644 --- a/deskutils/taskcoach/Makefile +++ b/deskutils/taskcoach/Makefile @@ -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 diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index e207eea51b82..e4362400b2a0 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -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}" diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile index a554235d634a..9cddf7377d77 100644 --- a/editors/xmlcopyeditor/Makefile +++ b/editors/xmlcopyeditor/Makefile @@ -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 diff --git a/games/freedink-dfarc/Makefile b/games/freedink-dfarc/Makefile index 5b73b87c8c17..9b02718172a3 100644 --- a/games/freedink-dfarc/Makefile +++ b/games/freedink-dfarc/Makefile @@ -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 diff --git a/games/glest/Makefile b/games/glest/Makefile index 504f3546127e..9618acb293ee 100644 --- a/games/glest/Makefile +++ b/games/glest/Makefile @@ -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 diff --git a/games/golly/Makefile b/games/golly/Makefile index 2ad330bfee09..58d9bd9c7290 100644 --- a/games/golly/Makefile +++ b/games/golly/Makefile @@ -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 diff --git a/games/openyahtzee/Makefile b/games/openyahtzee/Makefile index 5dff5c3d224e..b369b225d101 100644 --- a/games/openyahtzee/Makefile +++ b/games/openyahtzee/Makefile @@ -17,7 +17,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/scoped_ptr.hpp:devel/boost-libs USES= compiler:c++11-lib tar:bzip2 USE_WX= 2.8 -WX_UNICODE= yes WX_CONF_ARGS= absolute GNU_CONFIGURE= yes diff --git a/games/scummvm-tools/Makefile b/games/scummvm-tools/Makefile index af75ee5b5e47..9d00463d5ae6 100644 --- a/games/scummvm-tools/Makefile +++ b/games/scummvm-tools/Makefile @@ -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="" diff --git a/games/traindirector/Makefile b/games/traindirector/Makefile index 117d567beca0..a563f9fcc108 100644 --- a/games/traindirector/Makefile +++ b/games/traindirector/Makefile @@ -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 diff --git a/graphics/libreatlas/Makefile b/graphics/libreatlas/Makefile index b7a4f3b29b3d..f73936d9396e 100644 --- a/graphics/libreatlas/Makefile +++ b/graphics/libreatlas/Makefile @@ -36,7 +36,6 @@ USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ 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 diff --git a/graphics/panoglview/Makefile b/graphics/panoglview/Makefile index dfb2a9805b82..4bfcdbdc289a 100644 --- a/graphics/panoglview/Makefile +++ b/graphics/panoglview/Makefile @@ -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 diff --git a/multimedia/libkate/Makefile b/multimedia/libkate/Makefile index c5c7c148048c..b26ffda7804c 100644 --- a/multimedia/libkate/Makefile +++ b/multimedia/libkate/Makefile @@ -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="" diff --git a/net/opennx/Makefile b/net/opennx/Makefile index 071088e37454..00e37ecc8754 100644 --- a/net/opennx/Makefile +++ b/net/opennx/Makefile @@ -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} diff --git a/security/webshag/Makefile b/security/webshag/Makefile index cd6c789e2a1f..3e4d5f6a1e78 100644 --- a/security/webshag/Makefile +++ b/security/webshag/Makefile @@ -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 diff --git a/sysutils/abgx360gui/Makefile b/sysutils/abgx360gui/Makefile index 321ff1db34ef..0682193ae2a4 100644 --- a/sysutils/abgx360gui/Makefile +++ b/sysutils/abgx360gui/Makefile @@ -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} diff --git a/textproc/gutenmark/Makefile b/textproc/gutenmark/Makefile index 984f01790538..695c4f4fcdd6 100644 --- a/textproc/gutenmark/Makefile +++ b/textproc/gutenmark/Makefile @@ -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 \ diff --git a/textproc/plover/Makefile b/textproc/plover/Makefile index 0c460a603737..7a1aa8435516 100644 --- a/textproc/plover/Makefile +++ b/textproc/plover/Makefile @@ -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 diff --git a/x11-toolkits/hs-wx/Makefile b/x11-toolkits/hs-wx/Makefile index 5ded32e43d91..964555c92dae 100644 --- a/x11-toolkits/hs-wx/Makefile +++ b/x11-toolkits/hs-wx/Makefile @@ -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> diff --git a/x11-toolkits/hs-wxc/Makefile b/x11-toolkits/hs-wxc/Makefile index 89fdcb69c68c..82110995df90 100644 --- a/x11-toolkits/hs-wxc/Makefile +++ b/x11-toolkits/hs-wxc/Makefile @@ -12,7 +12,6 @@ USE_CABAL= wxdirect>=0.91 USES= dos2unix USE_WX= 3.0 WX_COMPS= wx -WX_UNICODE= yes OPTIONS_EXCLUDE=DOCS diff --git a/x11-toolkits/p5-Alien-wxWidgets/Makefile b/x11-toolkits/p5-Alien-wxWidgets/Makefile index 9d0804a2c175..d4fb60e47a61 100644 --- a/x11-toolkits/p5-Alien-wxWidgets/Makefile +++ b/x11-toolkits/p5-Alien-wxWidgets/Makefile @@ -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: diff --git a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile index 479c085c977d..1b4b6f4a4752 100644 --- a/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile +++ b/x11-toolkits/p5-Wx-Perl-ProcessStream/Makefile @@ -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 diff --git a/x11-toolkits/py-wax/Makefile b/x11-toolkits/py-wax/Makefile index 937655335741..3bb6d2e2314d 100644 --- a/x11-toolkits/py-wax/Makefile +++ b/x11-toolkits/py-wax/Makefile @@ -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} diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index f511f721fca3..fc6fe3cbaa56 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/Makefile @@ -84,7 +84,6 @@ PYDISTUTILS_BUILDARGS+= \ NO_SCRIPTS=1 \ INSTALL_MULTIVERSION=1 -WX_UNICODE= yes PYDISTUTILS_BUILDARGS+= \ UNICODE=1 diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index 47190617b268..e2d5eb0b3bc0 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -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} \ |