aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorClement Laforet <clement@FreeBSD.org>2008-01-20 11:29:31 +0000
committerClement Laforet <clement@FreeBSD.org>2008-01-20 11:29:31 +0000
commit0cf36460fb944accaa5799db7198102b5f873a08 (patch)
treeb6b61de3a6589f006901b86349cfa594d54df648 /UPDATING
parentb09130fa67d370e2a5e869f252d549fb2b0ac4b0 (diff)
downloadports-0cf36460fb944accaa5799db7198102b5f873a08.tar.gz
ports-0cf36460fb944accaa5799db7198102b5f873a08.zip
- Update to 2.2.8
- Update documentation - Use BDB from bsd.databases.mk instead of homebrew [1] PR: ports/119711 [1] Submitted by: mm [1]
Notes
Notes: svn path=/head/; revision=205870
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ee471e5d0f7d..8ab735fe2231 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,15 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20080120:
+ AFFECTS: users of www/apache22
+ AUTHOR: clement@FreeBSD.org
+
+ BDB framework provided by bsd.databases.mk is now used by www/apache22
+ port. WITH_BERKELEYDB knob is deprecated in favor of WITH_BDB and
+ WITH_BDB_VER/WITH_BDB_BASE, see documentation for more details.
+ ('make show-options').
+
20080118:
AFFECTS: users of net/freeradius
AUTHOR: David Wood <david@wood2.org.uk>