ports/155051: [MAINTAINER] multimedia/photofilmstrip: add WX_UNICODE=yes

Charlie Kester corky1951 at comcast.net
Sat Feb 26 03:40:09 UTC 2011


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



More information about the freebsd-ports-bugs mailing list