diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-09-23 02:48:55 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-09-23 02:48:55 +0800 |
commit | 750cda86f722ed3b45a580c0330e4746b99d17de (patch) | |
tree | c663d70ad4913208d6f51bd152690f8c3adf8f8d /www | |
parent | 7505e758eb8aad81c635c9788648dd7fbca635d5 (diff) | |
download | freebsd-ports-gnome-750cda86f722ed3b45a580c0330e4746b99d17de.tar.gz freebsd-ports-gnome-750cda86f722ed3b45a580c0330e4746b99d17de.tar.zst freebsd-ports-gnome-750cda86f722ed3b45a580c0330e4746b99d17de.zip |
- update to apr-util-1.5.4
- 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@
Diffstat (limited to 'www')
0 files changed, 0 insertions, 0 deletions