Date: Mon, 13 Nov 2006 18:28:42 -0300 From: "Alejandro Pulver" <alepulver@FreeBSD.org> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/105493: [UPDATE] math/wxMaxima: use WANT_UNICODE instead of WX_UNICODE Message-ID: <1163453322.73130@phobos.mars.bsd> Resent-Message-ID: <200611132140.kADLe1Ft054500@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105493 >Category: ports >Synopsis: [UPDATE] math/wxMaxima: use WANT_UNICODE instead of WX_UNICODE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 13 21:40:01 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Alejandro Pulver >Release: FreeBSD 6.1-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD 6.1-RELEASE-p1 #3: Mon Jun 19 14:49:35 ART 2006 root@phobos.mars.bsd:/usr/obj/usr/src/sys/ATHLON-PHOBOS >Description: - Use WANT_UNICODE instead of WX_UNICODE since it can be compiled without the Unicode version of WxWidgets. >How-To-Repeat: >Fix: --- wxMaxima.diff begins here --- Index: wxMaxima/Makefile =================================================================== RCS file: /home/pcvs/ports/math/wxMaxima/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- wxMaxima/Makefile 9 Oct 2006 17:39:44 -0000 1.7 +++ wxMaxima/Makefile 13 Nov 2006 21:18:49 -0000 @@ -18,10 +18,10 @@ USE_GETTEXT= yes USE_GNOME= libxml2 -USE_WX= 2.6 +USE_WX= 2.6 WX_COMPS= wx WX_CONF_ARGS= absolute -WX_UNICODE= yes +WANT_UNICODE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix= --- wxMaxima.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1163453322.73130>