Opened 14 years ago

Closed 14 years ago

#2028 closed Patches (fixed)

FreeBSD specific patches to boost 1.34.0

Reported by: René Rivera Owned by: John Maddock
Milestone: Boost 1.37.0 Component: regex
Version: Boost 1.34.0 Severity: Showstopper
Keywords: patch freebsd Cc: barner@…

Description

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:

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

Attachments (1)

patch-libs_regex_build_Jamfile.v2 (392 bytes ) - added by René Rivera 14 years ago.

Download all attachments as: .zip

Change History (3)

by René Rivera, 14 years ago

comment:1 by John Maddock, 14 years ago

Status: newassigned

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.

Do you know of a way to make the patch FreeBSD specific?

Thanks, John.

comment:2 by John Maddock, 14 years ago

Milestone: Boost 1.36.0Boost 1.37.0
Resolution: fixed
Status: assignedclosed

I believe this is now fixed in revision #48454 but can't test it here, if it doesn't fix the issue, then please reopen.

Regards, John.

Note: See TracTickets for help on using tickets.