summaryrefslogtreecommitdiff
path: root/devel/boost-docs
diff options
context:
space:
mode:
authoradam <adam>2014-08-13 10:56:35 +0000
committeradam <adam>2014-08-13 10:56:35 +0000
commit1a5636baa2d882bfc22a667285d9cc78d72ad270 (patch)
tree6932b6c00ed01a0adce9ba75a08b1c9661ad63c8 /devel/boost-docs
parent3758a599d3f377fff172606b9d2c98149c0b6982 (diff)
downloadpkgsrc-1a5636baa2d882bfc22a667285d9cc78d72ad270.tar.gz
Changes 1.56.0:
Modularization Boost version control has migrated to a system using git submodules. This shouldn't make too much of a difference to users, although the directory structure is now a bit different. Parts of some libraries have been moved into different modules, and several new modules have been extracted from existing code. All header paths should remain the same. The new modules are: Assert: Customizable assert macros. Maintained by Peter Dimov. Core: Core utilities used by other libraries, with minimal dependencies. Maintained by Peter Dimov, Glen Fernandes and Andrey Semashev. Lexical_Cast: General literal text conversions, such as an int represented a string, or vice-versa, from Kevlin Henney. Throw_Exception: A common infrastructure for throwing exceptions from Boost libraries, from Emil Dotchevski. Winapi: Windows API declarations without <windows.h>, for internal Boost use. New Libraries Align: Memory alignment functions, allocators, and adaptors, from Glen Fernandes. Type_Index: Runtime/Compile time copyable type info, from Antony Polukhin.
Diffstat (limited to 'devel/boost-docs')
-rw-r--r--devel/boost-docs/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/devel/boost-docs/Makefile b/devel/boost-docs/Makefile
index fee2f64be58..d865798598b 100644
--- a/devel/boost-docs/Makefile
+++ b/devel/boost-docs/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2014/07/08 19:59:42 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2014/08/13 10:56:35 adam Exp $
BOOST_PACKAGE= docs
BOOST_COMMENT= (documentation)
BOOST_CONFIG= no
-PKGREVISION= 1
USE_TOOLS+= pax
@@ -25,11 +24,11 @@ do-install:
-s':^.*\.orig$$::' \
*.png *.css *.htm *.html libs more ${DESTDIR}${DOCDIR}
${FIND} ${DESTDIR}${DOCDIR} \
- -type f -print | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP}
+ -type f -exec ${CHOWN} ${SHAREOWN}:${SHAREGRP} {} \;
${FIND} ${DESTDIR}${DOCDIR} \
- -type d -print | ${XARGS} ${CHMOD} ${PKGDIRMODE}
+ -type d -exec ${CHMOD} ${PKGDIRMODE} {} \;
${FIND} ${DESTDIR}${DOCDIR} \
- -type f -print | ${XARGS} ${CHMOD} ${SHAREMODE}
+ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
cd ${DESTDIR}${PREFIX} && \
${FIND} share/doc/boost -type f -print > ${WRKDIR}/PLIST.auto