Boost C++ Libraries: Ticket #2028: FreeBSD specific patches to boost 1.34.0 https://svn.boost.org/trac10/ticket/2028 <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_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> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/2028 Trac 1.4.3 René Rivera Fri, 20 Jun 2008 03:23:44 GMT attachment set https://svn.boost.org/trac10/ticket/2028 https://svn.boost.org/trac10/ticket/2028 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">patch-libs_regex_build_Jamfile.v2</span> </li> </ul> Ticket John Maddock Thu, 24 Jul 2008 12:50:08 GMT status changed https://svn.boost.org/trac10/ticket/2028#comment:1 https://svn.boost.org/trac10/ticket/2028#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">assigned</span> </li> </ul> <p> Unfortunately that patch will break other platforms which don't like it one bit if /usr/local gets added to the user-include path list. </p> <p> Do you know of a way to make the patch FreeBSD specific? </p> <p> Thanks, John. </p> Ticket John Maddock Fri, 29 Aug 2008 17:13:17 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/2028#comment:2 https://svn.boost.org/trac10/ticket/2028#comment:2 <ul> <li><strong>status</strong> <span class="trac-field-old">assigned</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">Boost 1.36.0</span> → <span class="trac-field-new">Boost 1.37.0</span> </li> </ul> <p> I believe this is now fixed in revision <a class="missing ticket">#48454</a> but can't test it here, if it doesn't fix the issue, then please reopen. </p> <p> Regards, John. </p> Ticket