Port details |
- jdbc-oracle11g JDBC drivers for Oracle 11g
- 11.2.0.4_2 databases
=3 11.2.0.4_2Version of this port present on the latest quarterly branch. DEPRECATED: Oracle no longer provides public downloads of the old JDBC drivers
This port expired on: 2025-01-24
IGNORE: due to Oracle license restrictions, you must fetch the source distribution manually. Please access http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.html (Oracle Database 11g Release 2 (11.2.0.4 JDBC Drivers) with a web browser and follow the link for the ojdbc6.jar. You will be required to register and log in, but you can create an account on that page. After registration and accepting the Oracle License, download the distribution file, ojdbc6.jar, place into /usr/ports/distfiles/oracle11g, and restart installation
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2012-07-05 17:06:23
- Last Update: 2025-01-25 12:49:42
- Commit Hash: f13092d
- People watching this port, also watch:: oss, monit, proggy_fonts-ttf, inotify-tools
- Also Listed In: java
- License: ORACLE
- WWW:
- http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
- Description:
- This is a port of the JDBC driver which is used to access Oracle 11g databases
using a database-independant API in Java for use with JDK 1.5.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- jdbc-oracle11g>0:databases/jdbc-oracle11g
- No installation instructions:
- This port has been deleted.
- PKGNAME: there is no package for this port: _LICENSE_RESTRICTED = delete-package delete-distfiles
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1574274048
SHA256 (oracle11g/ojdbc6.jar) = e70213917b5f0d7448072836da07c709930b89dd4b0cc14a1eef814836747900
SIZE (oracle11g/ojdbc6.jar) = 2739670
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_jdbc-oracle11g
- USES:
- java
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
11.2.0.4_2 25 Jan 2025 12:49:42
    |
Rene Ladan (rene)  |
databases/jdbc-oracle11g: Remove expired port
2025-01-24 databases/jdbc-oracle11g: Oracle no longer provides public downloads
of the old JDBC drivers |
11.2.0.4_2 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
11.2.0.4_2 24 Dec 2024 20:27:32
    |
Muhammad Moinur Rahman (bofh)  |
databases/jdbc-oracle11g: Mark DEPRECATED
- Oracle only provides JDBC driver for currently supported Oracle
versions. However Oracle 11g has reached EOL in 2015
- Set EXPIRATION_DATE 2025-01-23 |
11.2.0.4_2 04 Apr 2023 18:10:53
    |
Muhammad Moinur Rahman (bofh)  |
*/*: Refactor java/openjdk7 removal
- java/openjdk7* has been removed from the tree since 2022-09-03 however
the relevant codebases in bsd.java.mk has not been removed and the
consumers has also not been updated to use the next jdk version. This
commit updates all relevant consumers to use JAVA_VERSION=8 instead of
JAVA_VERSION=1.7
- Since the introduction of jdk version 18 it looks like similar with
jdk version 8(java version string 1.8). This is prone to error as it
looks similar and is only seperated by a '.'. Remove using
JAVA_VERSION with dotted fomat of java version string and update all
consumers to utilize version 8 instead of 1.8.
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
11.2.0.4_2 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
11.2.0.4_2 06 May 2021 11:47:48
    |
Mathieu Arnold (mat)  |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
11.2.0.4_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
11.2.0.4_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
11.2.0.4_2 20 Nov 2019 18:27:14
  |
jkim  |
- Correct JAVA_VERSION. It is only certified for Java 7 and 8.
- Chase distfile change. |
11.2.0.4_1 08 Dec 2016 17:40:42
  |
tijl  |
Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
11.2.0.4 02 Jun 2014 14:15:11
  |
bar  |
- Update to 11.2.0.4 (using JDK 1.6 jar)
- Add STAGE support |
11.2.0.3 20 Sep 2013 16:13:49
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
11.2.0.3 10 Dec 2012 13:18:29
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
11.2.0.3 03 Oct 2012 01:15:48
  |
jgh  |
- reset maintainer to heap |
11.2.0.3 05 Jul 2012 17:05:41
 |
jgh  |
new port: databases/jdbc-oracle11g
This is a port of the JDBC driver which is used to access Oracle 11g databases
using a database-independant API in Java for use with JDK 1.5.
WWW: http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html |