Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Mar 2014 01:28:57 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        x11@FreeBSD.org
Subject:   ports/187200: [PATCH] x11/xcb-proto: fix USE_PYTHON
Message-ID:  <20140302172857.2FF69333A@sunpoet.net>
Resent-Message-ID: <201403021730.s22HU1u0057158@freefall.freebsd.org>

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

>Number:         187200
>Category:       ports
>Synopsis:       [PATCH] x11/xcb-proto: fix USE_PYTHON
>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 17: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: 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:

--- xcb-proto-1.9.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 346783)
+++ Makefile	(working copy)
@@ -13,7 +13,7 @@
 
 USE_BZIP2=	yes
 USES=		pathfix
-USE_PYTHON=	yes
+USE_PYTHON=	2
 GNU_CONFIGURE=	yes
 
 DATADIR=	${PREFIX}/share/xcb
--- xcb-proto-1.9.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?20140302172857.2FF69333A>