summaryrefslogtreecommitdiff
path: root/databases/postgresql-jdbc/files/patch-build-xml
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2014-06-09 06:24:45 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2014-06-09 06:24:45 +0000
commitcce7650bb88879f93362cf4610b825145426df95 (patch)
treecc6649529b4d3da50dab2eeed6db639268d7c29e /databases/postgresql-jdbc/files/patch-build-xml
parentscience/py-h5py: Upgrade to 2.3.0 (diff)
- Update to 9.2.1004
- Stage support - Add LICENSE Submitted by: bar@
Notes
Notes: svn path=/head/; revision=357105
Diffstat (limited to '')
-rw-r--r--databases/postgresql-jdbc/files/patch-build-xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/postgresql-jdbc/files/patch-build-xml b/databases/postgresql-jdbc/files/patch-build-xml
index e5ba244609d2..ff159f939315 100644
--- a/databases/postgresql-jdbc/files/patch-build-xml
+++ b/databases/postgresql-jdbc/files/patch-build-xml
@@ -1,6 +1,6 @@
---- build.xml.orig 2007-10-15 09:49:36.000000000 +0200
-+++ build.xml 2008-01-22 13:52:37.000000000 +0100
-@@ -109,10 +109,7 @@
+--- build.xml.orig 2013-10-31 14:48:34.000000000 +0100
++++ build.xml 2014-06-09 08:19:22.000000000 +0200
+@@ -221,10 +221,7 @@
<target name="compile" depends="prepare,check_versions,driver">
@@ -9,6 +9,6 @@
-
- <javac classpath="${srcdir}" srcdir="${srcdir}" destdir="${builddir}" debug="${debug}" source="${java.specification.version}">
+ <javac includeAntRuntime="no" classpath="${srcdir}" srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
- <!-- This is the core of the driver. It is common for all versions. -->
- <include name="${package}/*.java" />
- <include name="${package}/core/**" />
+ <patternset refid="jdbc.version.src.pattern"/>
+ </javac>
+ </target>