From nobody@FreeBSD.org  Sun Sep 27 08:48:41 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 2614E1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 27 Sep 2009 08:48:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 15C878FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 27 Sep 2009 08:48:41 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n8R8mefM030755
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 27 Sep 2009 08:48:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n8R8meBu030754;
	Sun, 27 Sep 2009 08:48:40 GMT
	(envelope-from nobody)
Message-Id: <200909270848.n8R8meBu030754@www.freebsd.org>
Date: Sun, 27 Sep 2009 08:48:40 GMT
From: "barbara.xxx1975@libero.it"
To: freebsd-gnats-submit@FreeBSD.org
Subject: games/vavoom: add option to use the unicode version of wxgtk
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         139177
>Category:       ports
>Synopsis:       games/vavoom: add option to use the unicode version of wxgtk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 27 08:50:01 UTC 2009
>Closed-Date:    Sun Oct 11 13:18:39 UTC 2009
>Last-Modified:  Sun Oct 11 13:18:39 UTC 2009
>Originator:     barbara.xxx1975@libero.it
>Release:        RELENG_7
>Organization:
>Environment:
FreeBSD satanasso.local.net 7.2-STABLE FreeBSD 7.2-STABLE #0: Sat Sep 26 21:00:11 CEST 2009     root@satanasso.local.net:/usr/obj/usr/src/sys/SATANASSO  i386

>Description:
I added an option to use the unicode version of wxgtk (I'm using x11-toolkits/wxgtk28-unicode).
The main reason is to save hd space and time while building and upgrading on systems where the unicode version is installed yet as dependency for other ports.

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2009-08-22 02:22:36.000000000 +0200
+++ Makefile	2009-09-19 02:41:31.000000000 +0200
@@ -29,7 +29,8 @@
 		OPENGL "Enable OpenGL support" on \
 		OPTIMIZED_CFLAGS "Enable compilation optimizations" off \
 		VORBIS "Enable Ogg Vorbis support" off \
-		SDL "Use SDL for hardware API" on
+		SDL "Use SDL for hardware API" on \
+		WXUNICODE "Enable Unicode support" off
 
 SUB_FILES=	pkg-message
 
@@ -122,6 +123,10 @@
 CMAKE_ARGS+=	-DWITH_SDL=N
 .endif
 
+.if !defined(WITHOUT_WXUNICODE)
+WX_UNICODE=yes
+.endif
+
 post-patch:
 	@cd ${WRKSRC} && ${SH} fixunix.sh
 	@${REINPLACE_CMD} -e 's|$$\* ||; s|$${IWADDIR}|-iwaddir ${DMDIR} $$*|' \


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->Barbara 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Sep 27 08:50:10 UTC 2009 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139177 
Responsible-Changed-From-To: Barbara->freebsd-ports-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Sep 27 11:46:58 UTC 2009 
Responsible-Changed-Why:  
fix misassignment. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139177 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Sun Oct 11 13:18:38 UTC 2009 
State-Changed-Why:  
fixed in ports/139331. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139177 
>Unformatted:
