Skip site navigation (1)Skip section navigation (2)
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:   ports/187205: [PATCH] x11/libxcb: fix USE_PYTHON_BUILD
Message-ID:  <20140302182726.6FCAA3382@sunpoet.net>
Resent-Message-ID: <201403021830.s22IU11w075572@freefall.freebsd.org>

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

>Number:         187205
>Category:       ports
>Synopsis:       [PATCH] x11/libxcb: fix USE_PYTHON_BUILD
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 02 18:30:01 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 10.0-STABLE amd64
>Organization:
The FreeBSD Project
>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 ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140302182726.6FCAA3382>