Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv10816/10.4/unstable/main/finkinfo/database

Modified Files:
        mysql-java.info postgresql-java.info 
Added Files:
        mysql-java.patch postgresql-java.patch 
Log Message:
starting in on a bunch of java updates

Index: mysql-java.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/mysql-java.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mysql-java.info     3 Feb 2006 17:34:10 -0000       1.2
+++ mysql-java.info     27 Jun 2006 05:27:09 -0000      1.3
@@ -1,6 +1,6 @@
 Package: mysql-java
-Version: 3.0.16
-Revision: 2
+Version: 3.0.17
+Revision: 1
 CustomMirror: <<
  eur-AR: ftp://mysql.abideweb.com/mirrors/MySQL/
  eur-AT: ftp://gd.tuwien.ac.at/db/mysql/
@@ -57,9 +57,10 @@
  oce-AU: ftp://planetmirror.com/pub/mysql/
 <<
 Source: mirror:custom:Downloads/Connector-J/mysql-connector-java-%v-ga.tar.gz
-Source-MD5: 9b76101f74f1812013a695d156c71333
-BuildDepends: ant-base (>= 1.6.5-1), ant-junit (>= 1.6.5-1), fink (>= 
0.23.0-1), junit (>= 3.8.1-4), mysql12-dev (>= 4.0.22-1012), system-java14-dev
-Depends: mysql12-shlibs (>= 4.0.22-1012), system-java (>= 1.4-1)
+Source-MD5: b73b172e5059ec9b35f93d0d0a8762cd
+patch: %n.patch
+BuildDepends: ant-base (>= 1.6.5-1), ant-junit (>= 1.6.5-1), fink (>= 
0.23.0-1), junit (>= 3.8.1-4), system-java-dev (>= 1.4-1)
+Depends: system-java (>= 1.4-1)
 Type: java(1.4)
 CompileScript: <<
 #!/bin/sh -xe
@@ -68,7 +69,7 @@
 InstallScript: <<
 #!/bin/sh -xe
 
-  mv mysql-connector-java-%v-ga-bin.jar mysql-connector-java.jar
+  mv mysql-connector-java-%v-*.jar mysql-connector-java.jar
 <<
 JarFiles: *.jar
 DocFiles: CHANGES COPYING README

--- NEW FILE: postgresql-java.patch ---

--- postgresql-jdbc-8.1-406.src/build.xml       2006-04-28 22:18:51.000000000 
-0400
+++ postgresql-jdbc-8.1-406.src-new/build.xml   2006-06-26 21:56:51.000000000 
-0400
@@ -113,7 +113,7 @@
     <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 classpath="${srcdir}" srcdir="${srcdir}" destdir="${builddir}" 
debug="${debug}" source="1.4" target="1.4">
       <!-- This is the core of the driver.  It is common for all versions. -->
        <include name="${package}/*.java" />
        <include name="${package}/core/**" />
@@ -297,7 +297,7 @@
 
   <!-- This builds the examples -->
   <target name="examples" depends="compile">
-    <javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
+    <javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}" 
source="1.4" target="1.4">
       <include name="example/**" />
       <exclude name="example/corba/**"/>
     </javac>
@@ -310,7 +310,7 @@
       <arg value="stock.idl" />
     </exec>
 
-    <javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}">
+    <javac srcdir="${srcdir}" destdir="${builddir}" debug="${debug}" 
source="1.4" target="1.4">
       <include name="example/corba/**" />
     </javac>
   </target>
@@ -342,7 +342,7 @@
   <target name="testjar" depends="jar">
     <fail message="JUnit could not be found in your classpath.  You must 
download and install it from http://junit.org to build and run the test suite." 
unless="junit" />
     <mkdir dir="${builddir}/tests"/>
-    <javac srcdir="${srcdir}" destdir="${builddir}/tests" debug="${debug}">
+    <javac srcdir="${srcdir}" destdir="${builddir}/tests" debug="${debug}" 
source="1.4" target="javac1.4">
       <include name="${package}/test/**" />
 
       <exclude name="${package}/test/jdbc2/optional/**" 
unless="jdbc2optionaltests" />

--- NEW FILE: mysql-java.patch ---
diff -uNr mysql-connector-java-3.0.17-ga/build.xml 
mysql-connector-java-3.0.17-ga-new/build.xml
--- mysql-connector-java-3.0.17-ga/build.xml    2005-06-22 09:59:51.000000000 
-0400
+++ mysql-connector-java-3.0.17-ga-new/build.xml        2006-06-26 
21:42:23.000000000 -0400
@@ -576,7 +576,7 @@
        <!-- Compiles the driver itself -->
 
        <target name="compile-driver" depends="init, -commercialLicense">
-               <javac srcdir="${buildDir}/${fullProdName}"
+               <javac srcdir="${buildDir}/${fullProdName}" source="1.4" 
target="1.4"
                           destdir="${buildDir}/${fullProdName}"
                deprecation="off"
                        debug="on"

Index: postgresql-java.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/postgresql-java.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- postgresql-java.info        23 May 2006 19:47:15 -0000      1.3
+++ postgresql-java.info        27 Jun 2006 05:27:09 -0000      1.4
@@ -1,22 +1,23 @@
 Package: postgresql-java
 Version: 8.1
-Revision: 1025
+Revision: 1026
 Description: PostgreSQL Java library
 Type: java(1.4)
 License: BSD
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
 Depends: system-java (>= 1.4-1)
-BuildDepends: ant, fink (>= 0.24-1), system-java14-dev
+BuildDepends: ant, fink (>= 0.24-1), system-java-dev (>= 1.4-1)
 Conflicts: postgresql (<< 7.3-1), postgresql-ssl (<< 7.3-1), 
postgresql-java-ssl (<< %v-%r)
 Replaces: postgresql (<< 7.3-1), postgresql-ssl (<< 7.3-1), 
postgresql-java-ssl (<< %v-%r)
 Recommends: postgresql81
 
-Source: http://jdbc.postgresql.org/download/postgresql-jdbc-%v-406.src.tar.gz
+Source: http://jdbc.postgresql.org/download/postgresql-jdbc-%v-407.src.tar.gz
 Source2: http://www.postgis.org/download/postgis-1.1.2.tar.gz
-SourceDirectory: postgresql-jdbc-%v-406.src
-Source-MD5: a9615e07ccaba52a4095eed58c5bec9a
+SourceDirectory: postgresql-jdbc-%v-407.src
+Source-MD5: cf018801596effd04783f120682da353
 Source2-MD5: 4b170cc30d9b7fec493fe779e46aa50c
+Patch: %n.patch
 
 CompileScript: <<
 #!/bin/sh -e


Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to