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

Modified Files:
        jicmp.info 
Added Files:
        jicmp6.info 
Log Message:
new upstream jicmp, add jicmp6, both in 10.7

--- NEW FILE: jicmp6.info ---
Info3: <<
Package: jicmp6
Version: 1.0.1
Revision: 1
Description: Java Interface to IPv6 ICMP (Ping)
Type: java(1.5)
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 | 
system-sdk-10.7

Source: mirror:sourceforge:opennms/%n-%v.tar.gz
Source-MD5: e32269ce242da2098100353a888b2746
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 
10.7; 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 [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.6 ]]; then
        CC="clang"
        CXX="clang++"
        elif [ -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/
DescDetail: <<
This package contains a Java interface to IPv6 ICMP.
It is developed as a part of the OpenNMS project.
<<
<<


Index: jicmp.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/jicmp.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- jicmp.info  17 May 2011 15:38:38 -0000      1.9
+++ jicmp.info  17 Aug 2011 21:09:23 -0000      1.10
@@ -1,6 +1,6 @@
 Info3: <<
 Package: jicmp
-Version: 1.2.0
+Version: 1.2.1
 Revision: 1
 Description: Java Interface to ICMP (Ping)
 Type: java(1.5)
@@ -8,10 +8,10 @@
 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
+BuildDepends: system-sdk-10.4-universal | system-sdk-10.5 | system-sdk-10.6 | 
system-sdk-10.7
 
-Source: mirror:sourceforge:opennms/jicmp-%v-2.tar.gz
-Source-MD5: 3d3f255748ab1bba9ecd01f3212c94df
+Source: mirror:sourceforge:opennms/%n-%v.tar.gz
+Source-MD5: 8f4dc8d0fa8293158c6f620ceb1c73ea
 SourceDirectory: %n-%v
 
 UseMaxBuildJobs: true
@@ -20,7 +20,7 @@
        #!/bin/sh -ev
        
        if [ "%m" != "powerpc" ]; then
-       for dir in `sw_vers -productVersion | cut -d. -f1-2` 10.4u 10.5 10.6; do
+       for dir in `sw_vers -productVersion | cut -d. -f1-2` 10.4u 10.5 10.6 
10.7; 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"
@@ -37,7 +37,10 @@
        [ -z "$CC"  ] && CC=gcc
        [ -z "$CXX" ] && CXX=g++
        
-       if [ -x /usr/bin/gcc-4.2 ]; then
+       if [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.6 ]]; then
+       CC="clang"
+       CXX="clang++"
+       elif [ -x /usr/bin/gcc-4.2 ]; then
        CC="gcc-4.2"
        CXX="g++-4.2"
        fi


------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to