Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2015 18:58:30 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396852 - in head: devel/codeblocks editors/madedit games/glest games/vavoom graphics/libreatlas math/py-matplotlib math/wxMaxima multimedia/libkate net-p2p/amule-devel security/webshag
Message-ID:  <201509131858.t8DIwUp9013401@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Sep 13 18:58:29 2015
New Revision: 396852
URL: https://svnweb.freebsd.org/changeset/ports/396852

Log:
  Enforce unicode version of wxGTK

Modified:
  head/devel/codeblocks/Makefile
  head/editors/madedit/Makefile
  head/games/glest/Makefile
  head/games/vavoom/Makefile
  head/graphics/libreatlas/Makefile
  head/math/py-matplotlib/Makefile
  head/math/wxMaxima/Makefile
  head/multimedia/libkate/Makefile
  head/net-p2p/amule-devel/Makefile
  head/security/webshag/Makefile

Modified: head/devel/codeblocks/Makefile
==============================================================================
--- head/devel/codeblocks/Makefile	Sun Sep 13 18:45:47 2015	(r396851)
+++ head/devel/codeblocks/Makefile	Sun Sep 13 18:58:29 2015	(r396852)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libboost_system.so:${PORTSD
 USES=		compiler desktop-file-utils fam:gamin libtool pathfix \
 		pkgconfig shared-mime-info
 USE_WX=		2.8
-WANT_UNICODE=	yes
+WX_UNICODE=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-wx-config=${WX_CONFIG} --with-contrib-plugins=all \
 		--disable-pch

Modified: head/editors/madedit/Makefile
==============================================================================
--- head/editors/madedit/Makefile	Sun Sep 13 18:45:47 2015	(r396851)
+++ head/editors/madedit/Makefile	Sun Sep 13 18:58:29 2015	(r396852)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libboost_regex.so:${PORTSDI
 
 USES=		gettext pkgconfig dos2unix desktop-file-utils
 USE_WX=		2.8+
-WANT_UNICODE=	yes
+WX_UNICODE=	yes
 USE_XORG=	x11
 
 GNU_CONFIGURE=	yes

Modified: head/games/glest/Makefile
==============================================================================
--- head/games/glest/Makefile	Sun Sep 13 18:45:47 2015	(r396851)
+++ head/games/glest/Makefile	Sun Sep 13 18:58:29 2015	(r396852)
@@ -40,7 +40,7 @@ EXTRACT_AFTER_ARGS=	-d ${WRKDIR}/${DISTN
 .if ${PORT_OPTIONS:MEDITOR}
 USE_WX=		2.6+
 WX_CONF_ARGS=	relative
-WANT_UNICODE=	yes
+WX_UNICODE=	yes
 HAVE_EDITOR=	true
 .endif
 

Modified: head/games/vavoom/Makefile
==============================================================================
--- head/games/vavoom/Makefile	Sun Sep 13 18:45:47 2015	(r396851)
+++ head/games/vavoom/Makefile	Sun Sep 13 18:58:29 2015	(r396852)
@@ -3,7 +3,7 @@
 
 PORTNAME=	vavoom
 PORTVERSION=	1.33
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	games
 MASTER_SITES=	SF/${PORTNAME}/Vavoom-source/${PORTVERSION}
 
@@ -19,12 +19,11 @@ DOS2UNIX_REGEX=	((.*\.(c|cpp|h|s|asm|inc
 
 MAKE_JOBS_UNSAFE=	yes
 
-OPTIONS_DEFINE=	FLAC LAUNCHER MAD MIKMOD OPENAL OPTIMIZED_CFLAGS VORBIS SDL WXUNICODE DOCS
-OPTIONS_DEFAULT=	OPENGL SDL WXUNICODE
+OPTIONS_DEFINE=	FLAC LAUNCHER MAD MIKMOD OPENAL OPTIMIZED_CFLAGS VORBIS SDL DOCS
+OPTIONS_DEFAULT=	OPENGL SDL
 LAUNCHER_DESC=	Build GUI launcher
 OPENAL_DESC=	Enable OpenAL support
 SDL_DESC=	Use SDL for OpenGL support
-WXUNICODE_DESC=	Enable Unicode support
 
 SUB_FILES=	pkg-message
 
@@ -44,6 +43,7 @@ CMAKE_ARGS+=	-DWITH_FLAC=N
 
 .if ${PORT_OPTIONS:MLAUNCHER}
 USE_WX=		2.8+
+WX_UNICODE=	yes
 CMAKE_ARGS+=	-DENABLE_LAUNCHER=Y \
 		-DwxWidgets_CONFIG_EXECUTABLE="${WX_CONFIG}"
 PLIST_SUB+=	LAUNCHER=""
@@ -95,7 +95,6 @@ CMAKE_ARGS+=	-DWITH_OPENGL=N
 .endif
 
 .if ${PORT_OPTIONS:MWXUNICODE}
-WX_UNICODE=yes
 .endif
 
 post-patch:

Modified: head/graphics/libreatlas/Makefile
==============================================================================
--- head/graphics/libreatlas/Makefile	Sun Sep 13 18:45:47 2015	(r396851)
+++ head/graphics/libreatlas/Makefile	Sun Sep 13 18:58:29 2015	(r396852)
@@ -36,7 +36,7 @@ USE_XORG=	ice pixman sm x11 xau xcb xcom
 		xfixes xi xinerama xrandr xrender xxf86vm
 USE_GNOME=	atk gdkpixbuf2 glib20 gtk20 pango
 USE_WX=		2.8
-WANT_UNICODE=	yes
+WX_UNICODE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Sun Sep 13 18:45:47 2015	(r396851)
+++ head/math/py-matplotlib/Makefile	Sun Sep 13 18:58:29 2015	(r396852)
@@ -83,6 +83,7 @@ PLIST_SUB+=	TKAGGBACKEND="@comment "
 .if ${PORT_OPTIONS:MWXAGGBACKEND}
 USE_WX=		2.8+
 WX_COMPS=	python:lib
+WX_UNICODE=	yes
 CONFIGURE_ENV+=	WX_CONFIG="${WX_CONFIG}"
 
 WXAGG_BACKEND=	True

Modified: head/math/wxMaxima/Makefile
==============================================================================
--- head/math/wxMaxima/Makefile	Sun Sep 13 18:45:47 2015	(r396851)
+++ head/math/wxMaxima/Makefile	Sun Sep 13 18:58:29 2015	(r396852)
@@ -24,7 +24,7 @@ PLIST_SUB=	DESKTOPDIR=${DESKTOPDIR:S,${P
 USES=		desktop-file-utils gettext
 USE_WX=		2.8
 
-WANT_UNICODE=	yes
+WX_UNICODE=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME:tl}-${PORTVERSION}
 WX_COMPS=	wx
 WX_CONF_ARGS=	absolute

Modified: head/multimedia/libkate/Makefile
==============================================================================
--- head/multimedia/libkate/Makefile	Sun Sep 13 18:45:47 2015	(r396851)
+++ head/multimedia/libkate/Makefile	Sun Sep 13 18:58:29 2015	(r396852)
@@ -42,6 +42,7 @@ CONFIGURE_ARGS+=	--disable-doc
 RUN_DEPENDS=	${LOCALBASE}/bin/oggz:${PORTSDIR}/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-p2p/amule-devel/Makefile
==============================================================================
--- head/net-p2p/amule-devel/Makefile	Sun Sep 13 18:45:47 2015	(r396851)
+++ head/net-p2p/amule-devel/Makefile	Sun Sep 13 18:58:29 2015	(r396852)
@@ -3,7 +3,7 @@
 
 PORTNAME=	amule
 PORTVERSION=	10834
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	net-p2p
 MASTER_SITES=	http://amule.sourceforge.net/tarballs/
 PKGNAMESUFFIX=	-devel
@@ -24,6 +24,8 @@ USES=		bison gmake pkgconfig perl5 sheba
 USE_PERL5=	build
 USE_WX=		2.8
 WX_CONF_ARGS=	absolute
+WX_UNICODE=	yes
+
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-denoise-level=0
 
@@ -35,7 +37,7 @@ LDFLAGS+=	-lpthread -L${LOCALBASE}/lib
 
 OPTIONS_DEFINE=	ALC ALCC AMULECMD AMULEDAEMON AMULEGUI CAS DEBUG DOCS ED2K \
 	FILEVIEW GEOIP MMAP MONOLITHIC NLS OPTIMIZED_CFLAGS PLASMAMULE UPNP \
-	WEBSERVER WXCAS WXUNICODE XAS
+	WEBSERVER WXCAS XAS
 ALC_DESC=		Compile aMule Link Creator for GUI
 ALCC_DESC=		Compile aMule Link Creator for console
 AMULECMD_DESC=		Compile aMule command line client
@@ -48,10 +50,9 @@ MMAP_DESC=		Use mapped memory
 MONOLITHIC_DESC=	Compile monolithic aMule
 PLASMAMULE_DESC=	Compile aMule plasma applet and engine
 WXCAS_DESC=		Compile aMule Statistics for GUI
-WXUNICODE_DESC=		Unicode support
 XAS_DESC=		Install XChat2 plugin
 OPTIONS_DEFAULT=ALC ALCC AMULECMD AMULEDAEMON AMULEGUI CAS ED2K \
-	FILEVIEW MONOLITHIC WEBSERVER WXCAS WXUNICODE XAS
+	FILEVIEW MONOLITHIC WEBSERVER WXCAS XAS
 
 OPTIONS_SUB=	yes
 
@@ -120,10 +121,6 @@ CONFLICTS+=		ed2k-hash*
 CONFIGURE_ARGS+=	--enable-optimize
 .endif
 
-.if ${PORT_OPTIONS:MWXUNICODE}
-WX_UNICODE=		yes
-.endif
-
 post-patch:	.SILENT
 	${REINPLACE_CMD} -e 's/test.*-print-file-name.*`/true/' \
 		-e '/if.*test/s/==/=/' \

Modified: head/security/webshag/Makefile
==============================================================================
--- head/security/webshag/Makefile	Sun Sep 13 18:45:47 2015	(r396851)
+++ head/security/webshag/Makefile	Sun Sep 13 18:58:29 2015	(r396852)
@@ -29,6 +29,7 @@ BUILD_DEPENDS+=	${LOCALBASE}/bin/nmap:${
 
 .if ${PORT_OPTIONS:MWXGTK}
 USE_WX=		2.6+
+WX_UNICODE=	yes
 WX_COMPS=	python:run
 .endif
 



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