diff options
author | brnrd <brnrd@FreeBSD.org> | 2017-07-13 03:25:14 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2017-07-13 03:25:14 +0800 |
commit | 053902c5addb86fb122fa345db3b576715f1345b (patch) | |
tree | 6064b1f1b01e89acbddeb60a6647eeeb4e2d57d6 /UPDATING | |
parent | 8aba04e5af717482939b342d064aa9e233142f19 (diff) | |
download | freebsd-ports-graphics-053902c5addb86fb122fa345db3b576715f1345b.tar.gz freebsd-ports-graphics-053902c5addb86fb122fa345db3b576715f1345b.tar.zst freebsd-ports-graphics-053902c5addb86fb122fa345db3b576715f1345b.zip |
devel/apr1: Update to 1.6 branch
- Update APR to 1.6.0
- Update APR-util to 1.6.2
- Add UPDATING entry
- Ungroup APR
- Add missing descriptions
- Switch to using OPT_VARS
- Add ODBC driver
- Remove FreeTDS driver and patch
- Remove Windows files from WRKDIR not WRKSRC
- Cosmetic fixes
- Update patches for new version
Reviewed by: ohauer (maintainer)
Approved by: ohauer (maintainer)
Differential Revision: https://reviews.freebsd.org/D11285
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -5,6 +5,33 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170712: + AFFECTS: users of devel/apr1 + AUTHOR: brnrd@FreeBSD.org + + APR was updated to 1.6.0 and APR-util was updated to 1.6.2 + + The Apache Portable Runtime project removed support for FreeTDS from the + APR Utilities in version 1.6. Users of FreeTDS will have to migrate + configurations to use the newly added ODBC support in conjunction with + FreeTDS using FreeTDS' ODBC capabilities. + + Please rebuild all ports which are using functions from APR/APR-util + such as Apache, Subversion, etc. Normally, you can obtain the list of + dependent software by running the following command: + + # pkg info -r libressl + + Then you should rebuild all ports depending on APR(-util) to avoid + dangling shared library dependencies. Poudriere and pkg handle this + correctly, portmaster and portupgrade users can use the following to + rebuild all dependent ports. + + Portmaster users: + portmaster -r apr1 + Portupgrade users: + portupgrade -fr devel/apr1 + 20170710: AFFECTS: users of net-im/ejabberd AUTHOR: ashish@FreeBSD.org |