2020-08-17 19:45:34 +02:00
|
|
|
Index: boost_1_74_0/tools/build/src/tools/boostbook.jam
|
Accepting request 244793 from home:Dmitry_R:branches:devel:libraries:c_c++
- Update to version 1.56.0. Major changes since 1.54.0:
New libraries:
* Predef: This library defines a set of compiler, architecture,
operating system, library, and other version numbers from the
information it can gather of C, C++, Objective C, and Objective
C++ predefined macros or those defined in generally available
headers, from Rene Rivera.
* Align: Memory alignment functions, allocators, and adaptors.
* Type_Index: Runtime/Compile time copyable type info.
For a detailed descriptions see:
http://www.boost.org/users/history/version_1_56_0.html
http://www.boost.org/users/history/version_1_55_0.html
- Rebase boost-thread.patch
- Rabase boost-use_std_xml_catalog.patch
- Rebase bjam-alignment.patch
- Remove obsolete boost-glibc-2.18.patch
- Remove obsolete boost-1.54-001-coroutine.patch
- Remove obsolete boost-1.54-002-date-time.patch
- Remove obsolete boost-1.54-003-log.patch
- Remove obsolete boost-1.54-change85160.patch
- Remove obsolete boost-1.54.0-thread-link_atomic.patch
- Remove obsolete boost-ppc64-abiv2-context.patch
- Remove obsolete boost-ppc64-abiv2-coroutine.patch
- Remove outdated man pages boost_1_54_man.tar.bz2
OBS-URL: https://build.opensuse.org/request/show/244793
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/boost?expand=0&rev=135
2014-09-11 23:51:21 +02:00
|
|
|
===================================================================
|
2020-08-17 19:45:34 +02:00
|
|
|
--- boost_1_74_0.orig/tools/build/src/tools/boostbook.jam
|
|
|
|
+++ boost_1_74_0/tools/build/src/tools/boostbook.jam
|
|
|
|
@@ -546,40 +546,7 @@ rule generate-xml-catalog ( target : sou
|
2013-09-20 15:45:19 +02:00
|
|
|
" <rewriteURI uriStartString=\"http://www.boost.org/tools/boostbook/dtd/\" rewritePrefix=\"file://$(boostbook-dtd-dir)/\"/>"
|
|
|
|
: true ;
|
2010-04-28 22:27:11 +02:00
|
|
|
|
2013-09-20 15:45:19 +02:00
|
|
|
- local docbook-xsl-dir = [ boostbook.docbook-xsl-dir ] ;
|
|
|
|
- if ! $(docbook-xsl-dir)
|
|
|
|
- {
|
|
|
|
- ECHO "BoostBook warning: no DocBook XSL directory specified." ;
|
|
|
|
- ECHO " If you have the DocBook XSL stylesheets installed, please " ;
|
|
|
|
- ECHO " set DOCBOOK_XSL_DIR to the stylesheet directory on either " ;
|
|
|
|
- ECHO " the command line (via -sDOCBOOK_XSL_DIR=...) or in a " ;
|
|
|
|
- ECHO " Boost.Jam configuration file. The DocBook XSL stylesheets " ;
|
|
|
|
- ECHO " are available here: http://docbook.sourceforge.net/ " ;
|
|
|
|
- ECHO " Stylesheets will be downloaded on-the-fly (very slow!) " ;
|
|
|
|
- }
|
|
|
|
- else
|
|
|
|
- {
|
|
|
|
- docbook-xsl-dir = [ format-catalog-path $(docbook-xsl-dir) ] ;
|
|
|
|
- print.text " <rewriteURI uriStartString=\"http://docbook.sourceforge.net/release/xsl/current/\" rewritePrefix=\"file://$(docbook-xsl-dir)/\"/>" ;
|
|
|
|
- }
|
2010-04-28 22:27:11 +02:00
|
|
|
-
|
2013-09-20 15:45:19 +02:00
|
|
|
- local docbook-dtd-dir = [ boostbook.docbook-dtd-dir ] ;
|
|
|
|
- if ! $(docbook-dtd-dir)
|
|
|
|
- {
|
|
|
|
- ECHO "BoostBook warning: no DocBook DTD directory specified." ;
|
|
|
|
- ECHO " If you have the DocBook DTD installed, please set " ;
|
|
|
|
- ECHO " DOCBOOK_DTD_DIR to the DTD directory on either " ;
|
|
|
|
- ECHO " the command line (via -sDOCBOOK_DTD_DIR=...) or in a " ;
|
|
|
|
- ECHO " Boost.Jam configuration file. The DocBook DTD is available " ;
|
|
|
|
- ECHO " here: http://www.oasis-open.org/docbook/xml/4.2/index.shtml" ;
|
|
|
|
- ECHO " The DTD will be downloaded on-the-fly (very slow!) " ;
|
|
|
|
- }
|
|
|
|
- else
|
|
|
|
- {
|
|
|
|
- docbook-dtd-dir = [ format-catalog-path $(docbook-dtd-dir) ] ;
|
|
|
|
- print.text " <rewriteURI uriStartString=\"http://www.oasis-open.org/docbook/xml/4.2/\" rewritePrefix=\"file://$(docbook-dtd-dir)/\"/>" ;
|
|
|
|
- }
|
2010-04-28 22:27:11 +02:00
|
|
|
-
|
2013-09-20 15:45:19 +02:00
|
|
|
+ print.text " <nextCatalog catalog=\"file:///etc/xml/catalog\"/> " ;
|
|
|
|
print.text "</catalog>" ;
|
2010-04-28 22:27:11 +02:00
|
|
|
}
|
|
|
|
|