aboutsummaryrefslogtreecommitdiff
path: root/devel/boost-jam
diff options
context:
space:
mode:
Diffstat (limited to 'devel/boost-jam')
-rw-r--r--devel/boost-jam/Makefile23
-rw-r--r--devel/boost-jam/distinfo4
2 files changed, 10 insertions, 17 deletions
diff --git a/devel/boost-jam/Makefile b/devel/boost-jam/Makefile
index f1627abf0b24..15ea784cf1b6 100644
--- a/devel/boost-jam/Makefile
+++ b/devel/boost-jam/Makefile
@@ -1,27 +1,20 @@
-# Ports collection makefile for: boost-jam
-# Date Created: 15 March 2009
-# Whom: Alexander Churanov <churanov.port.maintainer@gmail.com>
-#
+# Created by: Alexander Churanov <churanov.port.maintainer@gmail.com>
# $FreeBSD$
-#
PORTNAME= boost-jam
COMMENT= Build tool from the boost.org
-USE_BZIP2= yes
-.include <bsd.port.pre.mk>
-.include "${PORTSDIR}/devel/boost-all/common.mk"
+PLIST_FILES= bin/bjam
-BJAM= ${WRKSRC}/bjam
-
-post-patch:
- @${REINPLACE_CMD} -e '/toolset cc/,/;/ { /opt --release/d; }' ${WRKSRC}/tools/build/v2/engine/build.jam
+.include "${.CURDIR}/../boost-all/common.mk"
do-build:
- cd ${WRKSRC} && ${MAKE_ENV} ./bootstrap.sh --with-toolset=cc --prefix=${PREFIX}
+ cd ${WRKSRC}/tools/build/v2/engine && \
+ ${MAKE_ENV} ./build.sh ${CC}
do-install:
${MKDIR} ${PREFIX}/bin
- ${INSTALL_PROGRAM} ${BJAM} ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/tools/build/v2/engine/bin.*/bjam \
+ ${PREFIX}/bin/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/devel/boost-jam/distinfo b/devel/boost-jam/distinfo
index e192fd2476cc..488de463621f 100644
--- a/devel/boost-jam/distinfo
+++ b/devel/boost-jam/distinfo
@@ -1,2 +1,2 @@
-SHA256 (boost_1_48_0.tar.bz2) = 1bf254b2d69393ccd57a3cdd30a2f80318a005de8883a0792ed2f5e2598e5ada
-SIZE (boost_1_48_0.tar.bz2) = 48236989
+SHA256 (boost_1_52_0.tar.bz2) = 222b6afd7723f396f5682c20130314a10196d3999feab5ba920d2a6bf53bac92
+SIZE (boost_1_52_0.tar.bz2) = 54421709