aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-10-10 02:52:27 +0800
committeralepulver <alepulver@FreeBSD.org>2006-10-10 02:52:27 +0800
commit14727843641a79048c3b3ff18b05f8f4e5324a43 (patch)
treef6c007ed0a5d63ac2a6396f0982a4841e65393ae /UPDATING
parent1c784659b15f63f120fb3fc7a00a71d4b08b5871 (diff)
downloadfreebsd-ports-gnome-14727843641a79048c3b3ff18b05f8f4e5324a43.tar.gz
freebsd-ports-gnome-14727843641a79048c3b3ff18b05f8f4e5324a43.tar.zst
freebsd-ports-gnome-14727843641a79048c3b3ff18b05f8f4e5324a43.zip
- Add note about ODBC ports.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING9
1 files changed, 9 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ea3213551a43..07f41aca01c5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,15 @@ time you update your ports collection, before attempting any port
upgrades.
20061009:
+ AFFECTS: users of ports using ODBC (databases/libiodbc or databases/unixODBC)
+ AUTHOR: ganael.laplanche@martymac.com
+
+ All the ports have been modified to use the same way of choosing
+ between ODBC flavors (IODBC and UNIXODBC).
+
+ This way is defining either WITH_IODBC or WITH_UNIXODBC.
+
+20061009:
AFFECTS: users of any ports using Python
AUTHOR: perky@FreeBSD.org