Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs
In directory vz-cvs-3.sog:/tmp/cvs-serv14128/stable/main/finkinfo/libs

Modified Files:
        jicmp.info 
Log Message:
latest from unstable, relieving dist-restriction (test-built on 10.6/xcode4)


Index: jicmp.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/jicmp.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jicmp.info  26 Aug 2009 07:14:21 -0000      1.2
+++ jicmp.info  6 Jun 2011 18:06:27 -0000       1.3
@@ -1,24 +1,61 @@
 Info3: <<
 Package: jicmp
-Version: 1.0.8
+Version: 1.2.0
 Revision: 1
-Distribution: 10.4, 10.5
+Description: Java Interface to ICMP (Ping)
 Type: java(1.5)
-
-Source: mirror:sourceforge:opennms/jicmp-%v.tar.gz
-Source-MD5: c42cd369252c8227b537d456efd7c48d
+License: GPL
+Maintainer: Benjamin Reed <ji...@fink.raccoonfink.com>
 
 Depends: system-java (>= 1.5-1)
+BuildDepends: system-sdk-10.4-universal | system-sdk-10.5 | system-sdk-10.6
+
+Source: mirror:sourceforge:opennms/jicmp-%v-2.tar.gz
+Source-MD5: 3d3f255748ab1bba9ecd01f3212c94df
+SourceDirectory: %n-%v
+
+UseMaxBuildJobs: true
+ConfigureParams: --disable-dependency-tracking
+CompileScript: <<
+       #!/bin/sh -ev
+       
+       if [ "%m" != "powerpc" ]; then
+       for dir in `sw_vers -productVersion | cut -d. -f1-2` 10.4u 10.5 10.6; do
+       if [ -d "/Developer/SDKs/MacOSX$dir.sdk" ]; then
+       export MACOSX_DEPLOYMENT_TARGET=`echo $dir | sed -e 's,u$,,'`
+       export CFLAGS="-isysroot /Developer/SDKs/MacOSX$dir.sdk $CFLAGS"
+       export CXXFLAGS="-isysroot /Developer/SDKs/MacOSX$dir.sdk $CXXFLAGS"
+       break
+       fi
+       done
+       export CFLAGS="-arch i386 -arch x86_64 $CFLAGS"
+       export CXXFLAGS="-arch i386 -arch x86_64 $CXXFLAGS"
+       
+       perl -pi -e 's,-m.JAVA_ARCH,,' configure
+       fi
+       
+       [ -z "$CC"  ] && CC=gcc
+       [ -z "$CXX" ] && CXX=g++
+       
+       if [ -x /usr/bin/gcc-4.2 ]; then
+       CC="gcc-4.2"
+       CXX="g++-4.2"
+       fi
+       
+       export CC CXX
+       
+       ./configure %c
+       make
+<<
 
 InstallScript: make -j1 install DESTDIR="%d"
+RuntimeVars: JICMP_USE_SOCK_DGRAM=true
 
 Homepage: http://www.opennms.org/
-Maintainer: Benjamin Reed <ji...@fink.racoonfink.com>
-Description: Java Interface to ICMP (Ping)
 DescDetail: <<
 This package contains a Java interface to ICMP.
 It was previously part of the OpenNMS project and has
 since been separated out into it's own package.
 <<
-License: GPL
 <<
+


------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to