summaryrefslogtreecommitdiff
path: root/devel/boost/files/patch-libs::test:src::test_tools.cpp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-20 05:32:21 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-02-20 05:32:21 +0000
commit7baacd2bb2b5276d5c9d38d90050383a5a34b6cc (patch)
tree9464fe87f1aade00cf93928a29509e92798272c4 /devel/boost/files/patch-libs::test:src::test_tools.cpp
parentTie x11-themes into the build now that it contains some ports. (diff)
upgrade to 1.31.0
- builds the most recent boost version (1.31.0) - respects PTHREAD_{CFLAGS, LIBS} (credits for the PTHREAD_LIBS part go to Craig Rodrigues <rodrigc@crodrigues.org>) - builds all boost libraries - installs docs into DOCSDIR, and examples into EXAMPLESDIR (as before), but the hyperlinks to the example files are corrected (pls. report if you find some broken links) - has new various tunable options, such as o WITH_DEBUG o WITHOUT_THREAD o WITH_OPTIMIZED_CFLAGS o VERBOSE_BUILD - forced major numbers for shared libraries (everything defaults to .so.1, and is symlinked to .so) - installs the possible versions of the libraries (w/ or w/o debugging or threading support) with the same suffix- and prefix-less name, e.g. instead of libboost_filesystem-gcc-debug-s.so.1 (the gcc toolset, debugging info and single threaded) and libboost_filesystem-gcc-m.so.1 (gcc toolset, release version, multi threaded), there now is only libboost_filesystem.so.1. PR: 63100 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=101470
Diffstat (limited to 'devel/boost/files/patch-libs::test:src::test_tools.cpp')
-rw-r--r--devel/boost/files/patch-libs::test:src::test_tools.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/boost/files/patch-libs::test:src::test_tools.cpp b/devel/boost/files/patch-libs::test:src::test_tools.cpp
new file mode 100644
index 000000000000..dc4790c8d7af
--- /dev/null
+++ b/devel/boost/files/patch-libs::test:src::test_tools.cpp
@@ -0,0 +1,11 @@
+--- libs/test/src/test_tools.cpp.orig Tue Feb 17 16:31:56 2004
++++ libs/test/src/test_tools.cpp Tue Feb 17 16:32:10 2004
+@@ -191,7 +191,7 @@
+ void
+ print_log_value<char>::operator()( std::ostream& ostr, char t )
+ {
+- if( std::isprint( t ) )
++ if( isprint( t ) )
+ ostr << '\'' << t << '\'';
+ else
+ ostr << std::hex