Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2011 19:32:40 -0800
From:      Charlie Kester <corky1951@comcast.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/155051: [MAINTAINER] multimedia/photofilmstrip: add WX_UNICODE=yes
Message-ID:  <20110226033244.904581065672@hub.freebsd.org>
Resent-Message-ID: <201102260340.p1Q3e9w3067335@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         155051
>Category:       ports
>Synopsis:       [MAINTAINER] multimedia/photofilmstrip: add WX_UNICODE=yes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 26 03:40:08 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Charlie Kester
>Release:        FreeBSD 8.2-RC3 i386
>Organization:
>Environment:
System: FreeBSD atom.local 8.2-RC3 FreeBSD 8.2-RC3 #0: Sat Feb 19 20:09:18 PST 2011 root@atom.local:/usr/obj/usr/src/sys/ATOM i386


	
>Description:
Add WX_UNICODE=yes in Makefile to force use of Unicode version of py-wxPython28.
(photofilmstrip refuses to run if the non-Unicode version is installed.)

>How-To-Repeat:
	
>Fix:
======================
Files added/deleted: None
Minor changes only to Makefile
======================

--- photofilmstrip.wxunicode.diff begins here ---
diff -ruN /usr/ports/multimedia/photofilmstrip/Makefile ./photofilmstrip/Makefile
--- /usr/ports/multimedia/photofilmstrip/Makefile	2011-02-24 17:18:21.000000000 -0800
+++ ./photofilmstrip/Makefile	2011-02-24 17:28:49.000000000 -0800
@@ -21,13 +21,13 @@
 USE_PYTHON=	yes
 USE_WX=		2.8+
 WX_COMPS=	python:lib
+WX_UNICODE=	yes
 USE_GETTEXT=	yes
 
 LICENSE=	GPLv2
 
 pre-everything::
-	@${ECHO_MSG} "To run ${PORTNAME}, you must have the Unicode version of py-wxPython28 installed."
-	@${ECHO_MSG} "You must also have sqlite3 installed with extensions enabled."
+	@${ECHO_MSG} "To run ${PORTNAME}, you must have sqlite3 installed with extensions enabled."
 
 ALL_TARGET=	compile
 
--- photofilmstrip.wxunicode.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?20110226033244.904581065672>