Date: Mon, 3 Mar 2014 02:27:26 +0800 (CST) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Cc: x11@FreeBSD.org Subject: [PATCH] x11/libxcb: fix USE_PYTHON_BUILD Message-ID: <20140302182726.6FCAA3382@sunpoet.net>
next in thread | raw e-mail | index | archive | help
>Submitter-Id: current-users >Originator: Sunpoet Po-Chuan Hsieh >Organization: The FreeBSD Project >Confidential: no >Synopsis: [PATCH] x11/libxcb: fix USE_PYTHON_BUILD >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 10.0-STABLE amd64 >Environment: System: FreeBSD bonjour.sunpoet.net 10.0-STABLE FreeBSD 10.0-STABLE #0 r262595: Fri Feb 28 17:51:10 CST >Description: - Fix USE_PYTHON_BUILD: this port does not work with Python 3.x Port maintainer (x11@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- libxcb-1.9.3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 346788) +++ Makefile (working copy) @@ -24,7 +24,7 @@ USE_GNOME= libxslt:build USE_LDCONFIG= yes USE_XORG= xau xdmcp -USE_PYTHON_BUILD= yes +USE_PYTHON_BUILD= 2 GNU_CONFIGURE= yes .for f in XPROTO_CFLAGS XPROTO_LIBS XDMCP_CFLAGS XDMCP_LIBS NEEDED_CFLAGS NEEDED_LIBS --- libxcb-1.9.3.patch ends here ---
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140302182726.6FCAA3382>