Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  2 Mar 2011 16:01:58 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        churanov.port.maintainer@gmail.com
Subject:   ports/155181: [PATCH] devel/boost-python-libs: does not build with Python 3.2
Message-ID:  <20110302080158.E1D632AEC514@sunpoet.net>
Resent-Message-ID: <201103020810.p228AA6A065801@freefall.freebsd.org>

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

>Number:         155181
>Category:       ports
>Synopsis:       [PATCH] devel/boost-python-libs: does not build with Python 3.2
>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:   Wed Mar 02 08:10:09 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Sun Feb 27 15:28:25 CST 2011
>Description:
- Since boost-python-libs does not build with Python 3.2, exclude python 3.2 from USE_PYTHON.

Port maintainer (churanov.port.maintainer@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- boost-python-libs-1.45.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/boost-python-libs/Makefile,v
retrieving revision 1.10
diff -u -u -r1.10 Makefile
--- Makefile	25 Feb 2011 07:50:34 -0000	1.10
+++ Makefile	1 Mar 2011 11:39:37 -0000
@@ -10,7 +10,7 @@
 COMMENT=	Framework for interfacing Python and C++
 
 USE_BZIP2=	yes
-USE_PYTHON=	2.5+
+USE_PYTHON=	2.5-3.1
 
 OPTIONS=	VERBOSE_BUILD	"Show compiler messages"	off \
 		DEBUG		"Build debugging symbols"	off \
--- boost-python-libs-1.45.0_1.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?20110302080158.E1D632AEC514>