Sat Aug 8 21:16:19 2009 UTC ()
Allow python26. From Jan Danielsson.


(wiz)
diff -r1.11 -r1.12 pkgsrc/devel/boost-python/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/devel/boost-python/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/boost-python/Attic/Makefile 2008/09/13 16:14:13 1.11
+++ pkgsrc/devel/boost-python/Attic/Makefile 2009/08/08 21:16:19 1.12
@@ -1,28 +1,28 @@ @@ -1,28 +1,28 @@
1# $NetBSD: Makefile,v 1.11 2008/09/13 16:14:13 jmmv Exp $ 1# $NetBSD: Makefile,v 1.12 2009/08/08 21:16:19 wiz Exp $
2# 2#
3 3
4BOOST_PACKAGE= python 4BOOST_PACKAGE= python
5BOOST_COMMENT= (Boost.Python binary library) 5BOOST_COMMENT= (Boost.Python binary library)
6BOOST_CONFIG= installed 6BOOST_CONFIG= installed
7 7
8PKG_DESTDIR_SUPPORT= user-destdir 8PKG_DESTDIR_SUPPORT= user-destdir
9 9
10.include "../../meta-pkgs/boost/Makefile.common" 10.include "../../meta-pkgs/boost/Makefile.common"
11 11
12BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam 12BJAM_ARGS+= --user-config=${WRKSRC}/user-config.jam
13BJAM_ARGS+= --with-python 13BJAM_ARGS+= --with-python
14MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC} 14MAKE_ENV+= BOOST_BUILD_PATH=${WRKSRC}
15PYTHON_VERSIONS_ACCEPTED= 25 15PYTHON_VERSIONS_ACCEPTED= 26 25
16 16
17.include "../../devel/boost-jam/bjam.mk" 17.include "../../devel/boost-jam/bjam.mk"
18.include "../../lang/python/application.mk" 18.include "../../lang/python/application.mk"
19 19
20post-configure: 20post-configure:
21 echo 'using python : ${PYVERSSUFFIX} :' \ 21 echo 'using python : ${PYVERSSUFFIX} :' \
22 '${PREFIX}/bin/python${PYVERSSUFFIX} ;' \ 22 '${PREFIX}/bin/python${PYVERSSUFFIX} ;' \
23 >${WRKSRC}/user-config.jam 23 >${WRKSRC}/user-config.jam
24 24
25do-build: bjam-build 25do-build: bjam-build
26 26
27do-install: boost-install-libs 27do-install: boost-install-libs
28 28