diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-12-04 12:00:49 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-12-04 12:00:49 +0000 |
commit | 8a928af72d1ebb839a332158c27129b8a154275e (patch) | |
tree | c658c0da17e05366791dbe372c9e966663a70265 /databases/postgresql-jdbc/files | |
parent | Update to 0.04.02 (diff) |
Introduce the world to PostgreSQL 7.4! By and large this release is
regarded as a major release with features with interest to those with
large databases. The updates are extensive and the best source of info
is in the release notes. Enjoy and direct questions to database@!
Release notes:
http://www.postgresql.org/docs/7.4/static/release.html#RELEASE-7-4
PR: ports/59403, ports/59404, ports/59393, ports/59394,
ports/59395, ports/59397, ports/59398, ports/59402, &&
ports/59401
Submitted by: maintainer
Approved by: marcus (portmgr@ hat)
Notes
Notes:
svn path=/head/; revision=94977
Diffstat (limited to 'databases/postgresql-jdbc/files')
-rw-r--r-- | databases/postgresql-jdbc/files/patch-aa | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/databases/postgresql-jdbc/files/patch-aa b/databases/postgresql-jdbc/files/patch-aa index 44a6e7960a2c..5c186c265977 100644 --- a/databases/postgresql-jdbc/files/patch-aa +++ b/databases/postgresql-jdbc/files/patch-aa @@ -1,11 +1,14 @@ ---- src/interfaces/jdbc/build.xml.orig Fri Mar 28 09:55:21 2003 -+++ src/interfaces/jdbc/build.xml Fri Mar 28 09:57:29 2003 -@@ -101,7 +101,7 @@ +--- src/interfaces/jdbc/build.xml.orig Mon Aug 25 00:10:09 2003 ++++ src/interfaces/jdbc/build.xml Tue Nov 18 03:37:21 2003 +@@ -110,10 +110,7 @@ - <!-- This is the core of the driver. It is common for all three versions. --> <target name="compile" depends="prepare,check_versions,driver"> -- <javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}"> -+ <javac includeAntRuntime="no" srcdir="${srcdir}" destdir="${builddir}" debug="${debug}"> - <include name="${package}/**" /> - <exclude name="${package}/jdbc1/**" unless="jdbc1"/> +- <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/**" /> |