pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Fix path to bjam.mk: it now lives inside boost-j...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab68a9611c42
branches:  trunk
changeset: 529383:ab68a9611c42
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Jun 02 17:51:48 2007 +0000

description:
Fix path to bjam.mk: it now lives inside boost-jam, not boost-build.

diffstat:

 devel/boost-headers/Makefile |  4 ++--
 devel/boost-libs/Makefile    |  4 ++--
 devel/boost-python/Makefile  |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r ae37e5329567 -r ab68a9611c42 devel/boost-headers/Makefile
--- a/devel/boost-headers/Makefile      Sat Jun 02 17:50:28 2007 +0000
+++ b/devel/boost-headers/Makefile      Sat Jun 02 17:51:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/07/01 19:38:00 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2007/06/02 17:51:48 jmmv Exp $
 #
 
 BOOST_PACKAGE=         headers
@@ -9,7 +9,7 @@
 
 BJAM_ARGS+=            --with-unknown # disable all libraries
 
-.include "../../devel/boost-build/bjam.mk"
+.include "../../devel/boost-jam/bjam.mk"
 
 # The following is a quick hack to let boost compile under NetBSD with GCC 4.
 .include "../../mk/bsd.prefs.mk"
diff -r ae37e5329567 -r ab68a9611c42 devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Sat Jun 02 17:50:28 2007 +0000
+++ b/devel/boost-libs/Makefile Sat Jun 02 17:51:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/07/13 17:59:37 heinz Exp $
+# $NetBSD: Makefile,v 1.7 2007/06/02 17:51:48 jmmv Exp $
 #
 
 BOOST_PACKAGE=         libs
@@ -11,7 +11,7 @@
 BJAM_ARGS+=            --without-python
 BJAM_ARGS+=            --without-serialization # Requires wide I/O
 
-.include "../../devel/boost-build/bjam.mk"
+.include "../../devel/boost-jam/bjam.mk"
 
 do-build: bjam-build
 
diff -r ae37e5329567 -r ab68a9611c42 devel/boost-python/Makefile
--- a/devel/boost-python/Makefile       Sat Jun 02 17:50:28 2007 +0000
+++ b/devel/boost-python/Makefile       Sat Jun 02 17:51:48 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:40 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2007/06/02 17:51:49 jmmv Exp $
 #
 
 BOOST_PACKAGE=         python
@@ -12,7 +12,7 @@
 BJAM_ARGS+=            -sPYTHON_ROOT=${PREFIX}
 BJAM_ARGS+=            -sPYTHON_VERSION=${PYVERSSUFFIX}
 
-.include "../../devel/boost-build/bjam.mk"
+.include "../../devel/boost-jam/bjam.mk"
 .include "../../lang/python/application.mk"
 
 do-build: bjam-build



Home | Main Index | Thread Index | Old Index