Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv14286/database

Modified Files:
        iplike-pg.info rrdtool-java.info 
Log Message:
new upstreams

Index: iplike-pg.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/iplike-pg.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- iplike-pg.info      10 May 2009 06:44:34 -0000      1.13
+++ iplike-pg.info      22 Mar 2010 05:04:30 -0000      1.14
@@ -1,21 +1,19 @@
 Info3: <<
 Package: iplike-pg%type_pkg[postgresql]
-Version: 1.0.8
+Version: 1.0.9
 Revision: 1
-Type: postgresql(8.0 8.1 8.2 8.3)
+Type: postgresql(8.0 8.1 8.2 8.3 8.4)
 
 Conflicts: opennms-pgsql74, opennms-pgsql80, opennms-pgsql81, opennms-pgsql82
 Replaces: opennms-pgsql74, opennms-pgsql80, opennms-pgsql81, opennms-pgsql82
 Provides: opennms-pgsql
 Source: mirror:sourceforge:opennms/iplike-%v.tar.gz
-Source-MD5: 85bcafd5e96a79e7d0ab6eee0b4b0b75
-PatchFile: %{Ni}.patch
-PatchFile-MD5: 862416abf12d6ddb9652df157e3b4ec3
+Source-MD5: 5757fd55b3540227c79db5ad095a6134
 
 BuildDepends: <<
-       autoconf (>= 2.60-1),
-       automake1.10,
-       fink (>= 0.24.12),
+       autoconf2.6,
+       automake1.11,
+       fink (>= 0.28.0-1),
        libtool2,
        (%type_raw[postgresql] <= 8.0) 
postgresql%type_pkg[postgresql]-unified-dev,
        (%type_raw[postgresql] >= 8.1) postgresql%type_pkg[postgresql]-dev,
@@ -27,12 +25,13 @@
 
 PatchScript: <<
 #!/bin/sh -ev
-       %{default_script}
 
        IPLIKE_VERSION=`echo %type_raw[postgresql] | sed -e 's,\.,_,g'`
        perl -pi -e "s,iplike_la,iplike_${IPLIKE_VERSION}_la,g" Makefile.am
        perl -pi -e 's,iplike[^_]la,iplike-%type_raw[postgresql].la,g' 
Makefile.am install_iplike.sh.in
-       perl -pi -e 's,/psql,/psql-%type_raw[postgresql],' install_iplike.sh.in
+       if [ "%type_pkg[postgresql]" -lt 84 ]; then
+               perl -pi -e 's,/psql,/psql-%type_raw[postgresql],' 
install_iplike.sh.in
+       fi
        perl -pi -e 's,AM_RPM_INIT,,' configure.ac
 
        %p/bin/aclocal -I m4
@@ -42,6 +41,17 @@
        %p/bin/automake --add-missing --copy
 <<
 
+ConfigureParams: --disable-dependency-tracking (%m != x86_64) 
--with-jvm-arch=32 (%m = x86_64) --with-jvm-arch=64
+CompileScript: <<
+#!/bin/sh -ex
+
+       if [ "%type_pkg[postgresql]" -ge 84 ]; then
+               
EXTRA_ARGS="--with-pgsql=%p/opt/postgresql-%type_raw[postgresql]/bin/pg_config"
+       fi
+       ./configure %c $EXTRA_ARGS
+       make
+<<
+
 InstallScript: <<
        make install DESTDIR="%d"
        mv %i/sbin/install_iplike.sh 
%i/sbin/install_iplike_%type_pkg[postgresql].sh

Index: rrdtool-java.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/rrdtool-java.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- rrdtool-java.info   16 Jan 2010 23:32:54 -0000      1.8
+++ rrdtool-java.info   22 Mar 2010 05:04:30 -0000      1.9
@@ -3,22 +3,31 @@
 Version: 1.0.3
 Revision: 3
 Description: Java Interface to RRDTool
-Type: java(1.4)
+Type: java(1.5)
 License: GPL
 Maintainer: Benjamin Reed <[email protected]>
 
 Depends: librrd4-shlibs
 BuildDepends: <<
+       autoconf2.6,
+       automake1.11,
        freetype219 (>= 2.3.7-7),
        intltool40,
-       libart2 (>= 2.3.19-1),
+       libart2 (>= 2.3.20-1),
+       libtool2,
        libpng3,
-       rrdtool-dev (>= 1.3-1)
+       rrdtool-dev (>= 1.3-1),
+       system-java (>= 1.5-1)
 <<
 
 Source: mirror:sourceforge:opennms/jrrd-%v.tar.gz
 Source-MD5: 60933aa4e6d2ec52b5b76f3212c8753f
+PatchScript: <<
+       perl -pi -e 's,1\.4,1.5,g' configure.ac
+       autoreconf -fvi
+<<
 
+ConfigureParams: --disable-dependency-tracking (%m != x86_64) 
--with-jvm-arch=32 (%m = x86_64) --with-jvm-arch=64
 CompileScript: <<
 #!/bin/sh -ev
 


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to