Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Oct 2015 23:51:07 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399312 - in head/devel/boost_build: . files
Message-ID:  <201510142351.t9ENp7wC054722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Oct 14 23:51:07 2015
New Revision: 399312
URL: https://svnweb.freebsd.org/changeset/ports/399312

Log:
  - Add LICENSE
  - Switch to options helpers
  - Regenerate patches with `make makepatch`

Modified:
  head/devel/boost_build/Makefile
  head/devel/boost_build/files/patch-tools__gcc.jam

Modified: head/devel/boost_build/Makefile
==============================================================================
--- head/devel/boost_build/Makefile	Wed Oct 14 23:50:59 2015	(r399311)
+++ head/devel/boost_build/Makefile	Wed Oct 14 23:51:07 2015	(r399312)
@@ -11,6 +11,8 @@ DISTNAME=	${PORTNAME:S/_/-/g}-${PORTVERS
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Extensible cross-platform build tool suite
 
+LICENSE=	BSL
+
 RUN_DEPENDS=	${LOCALBASE}/bin/bjam:${PORTSDIR}/devel/boost-jam
 
 USES=		tar:bzip2
@@ -38,8 +40,12 @@ do-install:
 		${STAGEDIR}${PREFIX}/share/doc/boost.png
 	(cd ${WRKSRC}/doc && ${RM} -rf Jamfile.v2 project-root.jam \
 		html/userman_HTML.manifest src)
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} .  ${STAGEDIR}${DOCSDIR})
+
+do-install-EXAMPLES-on:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	(cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
 

Modified: head/devel/boost_build/files/patch-tools__gcc.jam
==============================================================================
--- head/devel/boost_build/files/patch-tools__gcc.jam	Wed Oct 14 23:50:59 2015	(r399311)
+++ head/devel/boost_build/files/patch-tools__gcc.jam	Wed Oct 14 23:51:07 2015	(r399312)
@@ -1,6 +1,6 @@
---- tools/gcc.jam.orig	2008-02-14 22:50:19.000000000 +0000
-+++ tools/gcc.jam	2008-02-14 22:50:44.000000000 +0000
-@@ -155,7 +155,7 @@
+--- tools/gcc.jam.orig	2007-09-30 19:12:47 UTC
++++ tools/gcc.jam
+@@ -155,7 +155,7 @@ rule init ( version ? : command * : opti
          # will pick the right onces.
          # Note that we don't provide a clean way to build 32-bit binary
          # with 64-bit compiler, but user can always pass -m32 manually.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510142351.t9ENp7wC054722>