Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  2 Sep 2004 01:57:07 +0200 (CEST)
From:      Palle Girgensohn <girgen@pingpong.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:    ports/71265: [MAINTAINER] databases/postgresql-jdbc: Fix build error
Message-ID:  <20040901235707.33F011CE31@palle.girgensohn.se>
Resent-Message-ID: <200409020000.i8200jmB024642@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         71265
>Category:       ports
>Synopsis:       [MAINTAINER] databases/postgresql-jdbc: Fix build error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 02 00:00:45 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 5.3-BETA2 i386
>Organization:
Ping Pong AB
>Environment:
System: FreeBSD palle.girgensohn.se 5.3-BETA2 FreeBSD 5.3-BETA2 #13: Wed Sep  1 21:31:24 CEST
>Description:
fix error patching.

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- postgresql-jdbc-7.4.5.patch begins here ---
Index: files/patch-aa
===================================================================
RCS file: /home/ncvs/ports/databases/postgresql-jdbc/files/patch-aa,v
retrieving revision 1.2
diff -u -u -r1.2 patch-aa
--- files/patch-aa	4 Dec 2003 12:00:48 -0000	1.2
+++ files/patch-aa	1 Sep 2004 23:52:36 -0000
@@ -1,14 +1,14 @@
---- 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 @@
+--- 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}">
+-    <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/**" />
--- postgresql-jdbc-7.4.5.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040901235707.33F011CE31>