Boost C++ Libraries: Ticket #1074: FreeBSD specific patches to boost 1.34.0 https://svn.boost.org/trac10/ticket/1074 <p> Porting boost 1.34.0 to FreeBSD (I am the FBSD maintainer of the boost port), resulted in the following patches that should be included into the boost distribution: </p> <p> patch-libs_random_random_device.cpp: Fixes the random device code on FreeBSD </p> <p> patch-libs_regex_build_Jamfile.v2: /usr/local/include is not a standard include path on FreeBSD and thus must be explicitly passed to the compiler in order to detect and use the ICU library </p> <p> patch-tools_build_v2_tools_python.jam: -ldl is not necessary on the BSD (dlopen is built into libc) See also: <a class="ext-link" href="http://svn.boost.org/trac/boost/ticket/1010"><span class="icon">​</span>http://svn.boost.org/trac/boost/ticket/1010</a> </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/1074 Trac 1.4.3 barner@… Tue, 03 Jul 2007 07:20:54 GMT attachment set https://svn.boost.org/trac10/ticket/1074 https://svn.boost.org/trac10/ticket/1074 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patch-libs_random_random_device.cpp</span> </li> </ul> <p> Fix random device on FreeBSD </p> Ticket barner@… Tue, 03 Jul 2007 07:22:05 GMT attachment set https://svn.boost.org/trac10/ticket/1074 https://svn.boost.org/trac10/ticket/1074 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patch-libs_regex_build_Jamfile.v2</span> </li> </ul> <p> Detect ICU on FreeBSD (don't remove -I/usr/local/include from include path) </p> Ticket barner@… Tue, 03 Jul 2007 07:22:52 GMT attachment set https://svn.boost.org/trac10/ticket/1074 https://svn.boost.org/trac10/ticket/1074 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patch-tools_build_v2_tools_python.jam</span> </li> </ul> <p> Fix build of Boost.Python on *BSD: don't link against libdl </p> Ticket René Rivera Fri, 27 Jul 2007 16:22:42 GMT component, milestone changed; owner set https://svn.boost.org/trac10/ticket/1074#comment:1 https://svn.boost.org/trac10/ticket/1074#comment:1 <ul> <li><strong>owner</strong> set to <span class="trac-author">René Rivera</span> </li> <li><strong>component</strong> <span class="trac-field-old">Building Boost</span> → <span class="trac-field-new">build</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.35.0</span> </li> </ul> Ticket René Rivera Fri, 20 Jun 2008 03:24:34 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/1074#comment:2 https://svn.boost.org/trac10/ticket/1074#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> Split into individual tickets appropriate for each maintainer to handle. Please refrain from submitting composite tickets in the future as it just delays getting them resolved as the person who gets them may not be in a position to know what to do with them in a responsive manner. </p> <p> See tickets <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2027" title="#2027: Patches: FreeBSD specific patches to boost 1.34.0 (closed: fixed)">#2027</a>, <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2028" title="#2028: Patches: FreeBSD specific patches to boost 1.34.0 (closed: fixed)">#2028</a>, and <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/2029" title="#2029: Patches: FreeBSD specific patches to boost 1.34.0 (closed: fixed)">#2029</a>. </p> Ticket