Index: head/devel/boost-jam/files/patch-tools__build__v2__engine__build.sh =================================================================== --- head/devel/boost-jam/files/patch-tools__build__v2__engine__build.sh (revision 366833) +++ head/devel/boost-jam/files/patch-tools__build__v2__engine__build.sh (nonexistent) @@ -1,14 +0,0 @@ ---- ./tools/build/v2/engine/build.sh.orig 2012-04-26 05:35:55.000000000 +0200 -+++ ./tools/build/v2/engine/build.sh 2013-05-01 10:24:50.730247378 +0200 -@@ -128,8 +128,9 @@ - BOOST_JAM_CC="gcc -DNT" - ;; - -- gcc) -- BOOST_JAM_CC=gcc -+ gcc*) -+ BOOST_JAM_CC=$BOOST_JAM_TOOLSET -+ BOOST_JAM_TOOLSET=gcc - ;; - - darwin) Property changes on: head/devel/boost-jam/files/patch-tools__build__v2__engine__build.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/devel/boost-jam/Makefile =================================================================== --- head/devel/boost-jam/Makefile (revision 366833) +++ head/devel/boost-jam/Makefile (revision 366834) @@ -1,22 +1,22 @@ # Created by: Alexander Churanov # $FreeBSD$ PORTNAME= boost-jam COMMENT= Build tool from the boost.org PLIST_FILES= bin/bjam EXTRACT_AFTER_ARGS= ${DISTNAME}/tools/build/v2/engine .include "${.CURDIR}/../boost-all/common.mk" do-build: cd ${WRKSRC}/tools/build/v2/engine && \ - ${MAKE_ENV} ./build.sh ${CC} + ${MAKE_ENV} ./build.sh cc do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/tools/build/v2/engine/bin.*/bjam \ ${STAGEDIR}${PREFIX}/bin/ .include