summaryrefslogtreecommitdiff
path: root/databases/postgresql-jdbc/files
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2005-01-31 00:20:25 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2005-01-31 00:20:25 +0000
commitefcaba0c16b2dc9bcd4ff232185b5db76e696e32 (patch)
tree63f37eb23d60971694c40400daa397b5fc7e3c6e /databases/postgresql-jdbc/files
parentSplit the postgresql ports into a server and a client part. The (diff)
Split the postgresql ports into a server and a client part.
The JDBC interface has been moved from the main distribution to its own project at jdbc.postgresql.org. Fixate to the latest version in main distro, 7.4.6, pending an update to latest version from the project site. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
Notes
Notes: svn path=/head/; revision=127735
Diffstat (limited to 'databases/postgresql-jdbc/files')
-rw-r--r--databases/postgresql-jdbc/files/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/postgresql-jdbc/files/patch-aa b/databases/postgresql-jdbc/files/patch-aa
deleted file mode 100644
index 89806a159665..000000000000
--- a/databases/postgresql-jdbc/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/interfaces/jdbc/build.xml.orig Thu Jun 24 11:51:44 2004
-+++ src/interfaces/jdbc/build.xml Thu Sep 2 01:51:36 2004
-@@ -113,10 +113,7 @@
-
- <target name="compile" depends="prepare,check_versions,driver">
-
-- <available classname="org.postgresql.Driver" property="old.driver.present" />
-- <fail message="Old driver was detected on classpath or in jre/lib/ext, please remove and try again." if="old.driver.present" />
--
-- <javac classpath="${srcdir}" srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
-+ <javac includeAntRuntime="no" classpath="${srcdir}" srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
- <!-- This is the core of the driver. It is common for all three versions. -->
- <include name="${package}/*.java" />
- <include name="${package}/core/**" />