Opened 15 years ago
Closed 14 years ago
#1074 closed Patches (duplicate)
FreeBSD specific patches to boost 1.34.0
Reported by: | Owned by: | René Rivera | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | build |
Version: | Boost 1.34.0 | Severity: | Showstopper |
Keywords: | patch freebsd | Cc: |
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_random_random_device.cpp: Fixes the random device code on FreeBSD
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
patch-tools_build_v2_tools_python.jam: -ldl is not necessary on the BSD (dlopen is built into libc) See also: http://svn.boost.org/trac/boost/ticket/1010
Attachments (3)
Change History (5)
by , 15 years ago
Attachment: | patch-libs_random_random_device.cpp added |
---|
by , 15 years ago
Attachment: | patch-libs_regex_build_Jamfile.v2 added |
---|
Detect ICU on FreeBSD (don't remove -I/usr/local/include from include path)
by , 15 years ago
Attachment: | patch-tools_build_v2_tools_python.jam added |
---|
Fix build of Boost.Python on *BSD: don't link against libdl
comment:1 by , 15 years ago
Component: | Building Boost → build |
---|---|
Milestone: | To Be Determined → Boost 1.35.0 |
Owner: | set to |
comment:2 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
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.
Fix random device on FreeBSD