[Midnightbsd-cvs] mports [19729] trunk/devel/boost-jam: update boost library to 1.55.0.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 12 22:26:02 EDT 2015


Revision: 19729
          http://svnweb.midnightbsd.org/mports/?rev=19729
Author:   laffer1
Date:     2015-08-12 22:26:01 -0400 (Wed, 12 Aug 2015)
Log Message:
-----------
update boost library to 1.55.0. Based on FreeBSD port

Modified Paths:
--------------
    trunk/devel/boost-jam/Makefile
    trunk/devel/boost-jam/distinfo

Removed Paths:
-------------
    trunk/devel/boost-jam/pkg-plist

Modified: trunk/devel/boost-jam/Makefile
===================================================================
--- trunk/devel/boost-jam/Makefile	2015-08-13 02:25:54 UTC (rev 19728)
+++ trunk/devel/boost-jam/Makefile	2015-08-13 02:26:01 UTC (rev 19729)
@@ -1,32 +1,24 @@
+# Created by: Alexander Churanov <churanov.port.maintainer at gmail.com>
 # $MidnightBSD$
 
 PORTNAME=	boost-jam
-PORTVERSION=	1.48.0
-PORTVERSUFFIX=	${PORTVERSION:C/\.[0-9]+$//}
-CATEGORIES=	devel
-MASTER_SITES=	SF/boost/boost/${PORTVERSION}
-DISTNAME=	boost_${PORTVERSION:S/./_/g}
+COMMENT=	Build tool from the boost.org
 
-MAINTAINER=	ports at midnightbsd.org
-COMMENT=	Build tool from the boost.org
 LICENSE=	mit
 
-CONFLICTS=	boost-python-1* boost-1*
+PLIST_FILES=	bin/bjam
 
-USES=		tar:bzip2
+EXTRACT_AFTER_ARGS=	${DISTNAME}/tools/build/v2/engine
 
-.include <bsd.port.pre.mk>
+.include "${.CURDIR}/../boost-all/common.mk"
 
-BJAM=		${WRKSRC}/bjam
-
-post-patch:
-	@${REINPLACE_CMD} -e '/toolset cc/,/;/ { /opt --release/d; }' ${WRKSRC}/tools/build/v2/engine/build.jam
-
 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/
+	${MKDIR} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/tools/build/v2/engine/bin.*/bjam \
+		${STAGEDIR}${PREFIX}/bin/
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: trunk/devel/boost-jam/distinfo
===================================================================
--- trunk/devel/boost-jam/distinfo	2015-08-13 02:25:54 UTC (rev 19728)
+++ trunk/devel/boost-jam/distinfo	2015-08-13 02:26:01 UTC (rev 19729)
@@ -1,3 +1,2 @@
-SHA256 (boost_1_48_0.tar.bz2) = 1bf254b2d69393ccd57a3cdd30a2f80318a005de8883a0792ed2f5e2598e5ada
-RMD160 (boost_1_48_0.tar.bz2) = e006121ae5cac37aa419ac5bbf59e090e6ca7f70
-SIZE (boost_1_48_0.tar.bz2) = 48236989
+SHA256 (boost_1_55_0.tar.bz2) = fff00023dd79486d444c8e29922f4072e1d451fc5a4d2b6075852ead7f2b7b52
+SIZE (boost_1_55_0.tar.bz2) = 58146647

Deleted: trunk/devel/boost-jam/pkg-plist
===================================================================
--- trunk/devel/boost-jam/pkg-plist	2015-08-13 02:25:54 UTC (rev 19728)
+++ trunk/devel/boost-jam/pkg-plist	2015-08-13 02:26:01 UTC (rev 19729)
@@ -1 +0,0 @@
-bin/bjam



More information about the Midnightbsd-cvs mailing list