Date: Tue, 20 Nov 2012 11:12:25 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307583 - head/devel/boost-python-libs Message-ID: <201211201112.qAKBCPdC005597@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}\
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211201112.qAKBCPdC005597>