ports/105493: [UPDATE] math/wxMaxima: use WANT_UNICODE instead of WX_UNICODE

Alejandro Pulver alepulver at FreeBSD.org
Mon Nov 13 21:44:36 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list