5e1d38ca3b
- add LICENSE - add CPE support (reflect only apr-util) - s/libtool:keepla/libtool/ [1] - USE_BDB= s/48+/5+/ (db5 is already the default version in the ports tree) - build always with THREADS and remove the THREAD OPTION - use dedicated CONFIGURE_ENV for apr/apr-util [2] - always install lib/apr-util-1 directory - display apr/apr-util build steps with an ECHO_MSG for better buildlog analyzing Changes with APR-util 1.5.4 [3] *) MySQL driver: Fix incorrect handling of bad parameter in the driver support for apr_dbd_transaction_end(). PR 56330. *) apr_crypto_get_driver(): Fix invalid storage reference on error path. *) Fix compile failure for Android. PR 56627. *) Fix detection of Berkeley DB 6.0. PR 55277. *) Improve platform detection for bundled expat by updating config.guess and config.sub. [1] Quick test script snippet: grep apr-1.5 /usr/ports/INDEX* | cut -d\| -f 2 | sort -u | while read i; do grep -H libtool $i/Makefil* done [2] Use "-I${APR_WRKDIR}/include" as first CPPFLAGS value for apr-util (do not include old apr_version.h during the build) [3] http://www.apache.org/dist/apr/CHANGES-APR-1.5 with hat apache@ |
||
---|---|---|
.. | ||
patch-apr-util__dbd__apr_dbd_freetds.c | ||
patch-apr__configure |