From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 27 08:50:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01CEC1065692 for ; Sun, 27 Sep 2009 08:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D355C8FC1D for ; Sun, 27 Sep 2009 08:50:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8R8o1nf097096 for ; Sun, 27 Sep 2009 08:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8R8o1Ga097095; Sun, 27 Sep 2009 08:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 27 Sep 2009 08:50:01 GMT Resent-Message-Id: <200909270850.n8R8o1Ga097095@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "barbara.xxx1975@libero.it" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2614E1065670 for ; 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 ; 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 ; 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 X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139177: games/vavoom: add option to use the unicode version of wxgtk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2009 08:50:02 -0000 >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: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 27 08:50:01 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted: