summaryrefslogtreecommitdiff
path: root/databases/postgresql-jdbc/files/patch-build-xml
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2020-06-15 08:07:32 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2020-06-15 08:07:32 +0000
commit570b4aca4440f6e5d52f8f293e581ce5482cc048 (patch)
tree8092f51612f6680a0654cb29f4f3aa2d7b30ad01 /databases/postgresql-jdbc/files/patch-build-xml
parentmail/mutt: Update to 1.14.3 (diff)
Upgrade to version 42.2.14
Refactor the port to fetch the prebuilt jar instead of building, since the building process just got to complicated to make it worth while. PR: 245719 Sponsored by: Ping Pong AB
Notes
Notes: svn path=/head/; revision=538860
Diffstat (limited to '')
-rw-r--r--databases/postgresql-jdbc/files/patch-build-xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/databases/postgresql-jdbc/files/patch-build-xml b/databases/postgresql-jdbc/files/patch-build-xml
deleted file mode 100644
index ff159f939315..000000000000
--- a/databases/postgresql-jdbc/files/patch-build-xml
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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">
-
-- <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}" source="${java.specification.version}">
-+ <javac includeAntRuntime="no" classpath="${srcdir}" srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
- <patternset refid="jdbc.version.src.pattern"/>
- </javac>
- </target>