From owner-svn-ports-all@FreeBSD.ORG Tue Nov 20 11:12:25 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E1B72E9C; Tue, 20 Nov 2012 11:12:25 +0000 (UTC) (envelope-from demon@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C48338FC17; Tue, 20 Nov 2012 11:12:25 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAKBCPcZ005599; Tue, 20 Nov 2012 11:12:25 GMT (envelope-from demon@svn.freebsd.org) Received: (from demon@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAKBCPdC005597; Tue, 20 Nov 2012 11:12:25 GMT (envelope-from demon@svn.freebsd.org) Message-Id: <201211201112.qAKBCPdC005597@svn.freebsd.org> From: Dmitry Sivachenko Date: Tue, 20 Nov 2012 11:12:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307583 - head/devel/boost-python-libs X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Nov 2012 11:12:26 -0000 Author: demon Date: Tue Nov 20 11:12:25 2012 New Revision: 307583 URL: http://svnweb.freebsd.org/changeset/ports/307583 Log: Unbreak the port for python versions > 3.1. I verified that this port works with python version 2.6 .. 3.3 now. Approved by: maintainer timeout Feature safe: yes Modified: head/devel/boost-python-libs/Makefile Modified: head/devel/boost-python-libs/Makefile ============================================================================== --- head/devel/boost-python-libs/Makefile Tue Nov 20 10:15:28 2012 (r307582) +++ head/devel/boost-python-libs/Makefile Tue Nov 20 11:12:25 2012 (r307583) @@ -9,7 +9,7 @@ PORTNAME= boost-python-libs COMMENT= Framework for interfacing Python and C++ USE_BZIP2= yes -USE_PYTHON= 2.5-3.1 +USE_PYTHON= yes OPTIONS= VERBOSE_BUILD "Show compiler messages" off \ DEBUG "Build debugging symbols" off \ @@ -35,7 +35,7 @@ BUILD_DEPENDS+= ${BJAM}:${PORTSDIR}/deve post-patch: customize-boost-build do-build: - ${ECHO_CMD} "using python : " ${PYTHON_VER} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam + ${ECHO_CMD} "using python : " ${PYTHON_VER} " : " ${PYTHON_CMD} " : " ${PYTHON_INCLUDEDIR} ";" >> ${WRKSRC}/tools/build/v2/site-config.jam # build the library cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_OPTIONS} --prefix=${PREFIX}\