diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-10 02:52:27 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-10 02:52:27 +0800 |
commit | 14727843641a79048c3b3ff18b05f8f4e5324a43 (patch) | |
tree | f6c007ed0a5d63ac2a6396f0982a4841e65393ae /UPDATING | |
parent | 1c784659b15f63f120fb3fc7a00a71d4b08b5871 (diff) | |
download | freebsd-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-- | UPDATING | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |