svn commit: r399312 - in head/devel/boost_build: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Oct 14 23:51:09 UTC 2015


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 at 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.


More information about the svn-ports-head mailing list