| 1 | | [[TOC]] |
| 2 | | |
| 3 | | = PortLog: [wiki:dev-libs]/apr-util = |
| 4 | | |
| 5 | | http://apr.apache.org/ |
| 6 | | |
| 7 | | == 0.9.x branch == |
| 8 | | |
| 9 | | ||R5||unstable|| |
| 10 | | ||BONE||untested|| |
| 11 | | ||Haiku||stable|| |
| 12 | | |
| 13 | | dependencies: |
| 14 | | |
| 15 | | * [wiki:dev-libs/apr] 0.9.x |
| 16 | | * [wiki:dev-libs/expat] (optional) |
| 17 | | |
| 18 | | === work-in-progress (andreasf) - [R5, Haiku] === |
| 19 | | |
| 20 | | |
| 21 | | ''Note that {{{buildconf}}} copies {{{config.guess}}} and {{{config.sub}}} from apr, not from the system.'' |
| 22 | | |
| 23 | | [source:BePorts/trunk/dev-libs/apr-util/apr-util-0.9.x.diff Patch] |
| 24 | | |
| 25 | | Haiku/gcc2: Crash in APR Queue Test. |
| 26 | | |
| 27 | | |
| 28 | | === revision 1 (bonefish) - [Haiku] === |
| 29 | | |
| 30 | | ==== Changes ([source:BePorts/trunk/dev-libs/apr-util/apr-util-0.9.x-haiku.diff patch]) ==== |
| 31 | | {{{config.layout}}}: |
| 32 | | - Added directory layout for Haiku. |
| 33 | | |
| 34 | | ==== Configuring/Building ==== |
| 35 | | {{{ |
| 36 | | rm build/config.guess build/config.sub xml/expat/conftools/config.guess xml/expat/conftools/config.sub |
| 37 | | ./buildconf --with-apr=/path/to/APR/sources |
| 38 | | ./configure --with-apr=/path/to/APR/sources --enable-layout=haiku |
| 39 | | make |
| 40 | | }}} |
| 41 | | |
| 42 | | ==== Tests ==== |
| 43 | | All tests pass. |