diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-05 20:30:49 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-05 20:30:49 +0000 |
commit | faed3a8628468b69543362f4467f23e3f1c82bb8 (patch) | |
tree | 9a34655fee7080d372348cf7a2da0d8aa8c368f7 /databases/Makefile | |
parent | - Update to 2.2.2 (diff) |
- databases/jdbc-oracle816 has been removed from Oracle's site,
remove it;
- replace it by two new ports: databases/jdbc-oracle8i and
databases/jdbc-oracle9i.
Notes:
- databases/jdbc-oracle8i is intended for JDK 1.2 & 1.3, but
it runs fine with JDK 1.4;
- databases/jdbc-oracle9i is intended for JDK 1.4, and it can be
used to access Oracle 8i & 9i databases;
- there is another driver for Oracle 10g, but I have no 10g to
test it; could be added later.
PR: ports/81567
Submitted by: thierry
Repocopied by: marcus
Notes
Notes:
svn path=/head/; revision=136857
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/Makefile b/databases/Makefile index c71833beea35..334cff379163 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -68,7 +68,8 @@ SUBDIR += hs-hsql SUBDIR += java-sqlrelay SUBDIR += jdb - SUBDIR += jdbc-oracle816 + SUBDIR += jdbc-oracle8i + SUBDIR += jdbc-oracle9i SUBDIR += kinterbasdb SUBDIR += knoda SUBDIR += libdbi |