Index: head/devel/boost-libs/Makefile =================================================================== --- head/devel/boost-libs/Makefile (revision 369324) +++ head/devel/boost-libs/Makefile (revision 369325) @@ -1,70 +1,70 @@ # Created by: Alexander Churanov # $FreeBSD$ PORTNAME= boost-libs COMMENT= Free portable C++ libraries (without Boost.Python) -PORTREVISION= 3 +PORTREVISION= 4 BUILD_DEPENDS+= bjam:${PORTSDIR}/devel/boost-jam OPTIONS_DEFINE= VERBOSE_BUILD DEBUG ICU OPTIMIZED_CFLAGS OPTIONS_DEFAULT= ICU VERBOSE_BUILD_DESC= Show compiler messages ICU_DESC= Boost.Regex with ICU unicode support .include "${.CURDIR}/../boost-all/common.mk" .include "${.CURDIR}/../boost-all/compiled.mk" BJAM_ARGS+= --without-python .if defined(X_BUILD_FOR) BJAM_ARGS+= --without-context --without-coroutine \ --without-locale --without-log PLIST_SUB+= COROUTINE="@comment " CONTEXT="@comment " \ LOCALE="@comment " LOG="@comment " .else PLIST_SUB+= COROUTINE="" CONTEXT="" LOCALE="" LOG="" .endif .if ${PORT_OPTIONS:MICU} LIB_DEPENDS+= libicuuc.so:${PORTSDIR}/devel/icu BJAM_ARGS+= -sICU_PATH=${LOCALBASE} .else USES+= iconv BJAM_ARGS+= -sICONV_PATH=${LOCALBASE} .endif .if ${ARCH} == "sparc64" BROKEN= Does not compile on sparc64: invokes i386 assembler .endif do-build: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BJAM} ${BJAM_ARGS} stage #Compatibility layer to avoid rebuilding everything this time @cd ${WRKSRC}/stage/lib && \ ( for l in lib*.so.*; do ${LN} -sf $${l} $${l%.${PORTVERSION}}.5; done ) do-install: @cd ${WRKSRC} && \ ${SETENV} ${MAKE_ENV} ${BJAM} --prefix=${STAGEDIR}${PREFIX} ${BJAM_ARGS} install # For some reasons BJAM forget about the links @cd ${WRKSRC}/stage/ && ${FIND} lib -type l | ${PAX} -rw -p p ${STAGEDIR}${PREFIX} # display pkg-message post-install: @${TOUCH} ${PKGMESSAGE} @${CAT} ${PKG_MESSAGE_FILE_THREADS} >> ${PKGMESSAGE} @${ECHO_CMD} >> ${PKGMESSAGE} @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so @${REINPLACE_CMD} \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g" \ -e "s|%%PYTHON_INCLUDEDIR%%|${PYTHON_INCLUDEDIR}|g" \ -e "s|%%PYTHON_LIBDIR%%|${PYTHON_LIBDIR}|g" \ -e "s|%%PYTHON_VERSION%%|${PYTHON_VERSION}|g" ${PKGMESSAGE} .include Index: head/devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2 =================================================================== --- head/devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2 (nonexistent) +++ head/devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2 (revision 369325) @@ -0,0 +1,11 @@ +--- libs/context/build/Jamfile.v2.orig 2014-09-22 13:05:35.000000000 +0000 ++++ libs/context/build/Jamfile.v2 2014-09-22 13:05:45.000000000 +0000 +@@ -66,7 +66,7 @@ feature.set-default abi : [ default_abi + + actions gas + { +- as -o "$(<)" "$(>)" ++ ${CC} -c -o "$(<)" "$(>)" + } + + actions armasm Property changes on: head/devel/boost-libs/files/patch-boost__libs__context__build__Jamfile.v2 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property