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

Modified Files:
        geoip.info 
Log Message:
fix the build


Index: geoip.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/libs/geoip.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- geoip.info  10 Jul 2012 09:07:48 -0000      1.3
+++ geoip.info  18 Jul 2012 10:40:22 -0000      1.4
@@ -5,6 +5,11 @@
 License: LGPL
 Maintainer: Benjamin Reed <[email protected]>
 
+BuildDepends: <<
+       autoconf2.6,
+       automake1.11,
+       libtool2
+<<
 Depends: %N-shlibs (= %v-%r)
 
 Source: http://www.maxmind.com/download/%n/api/c/GeoIP-%v.tar.gz
@@ -12,6 +17,11 @@
 
 UseMaxBuildJobs: true
 ConfigureParams: --mandir=%p/share/man --infodir=%p/share/info --disable-static
+CompileScript: <<
+       autoreconf -fi
+       ./configure %c
+       make
+<<
 
 InstallScript: make -j1 install DESTDIR=%d
 DocFiles: AUTHORS COPYING INSTALL NEWS README* TODO
@@ -46,4 +56,9 @@
 http://www.maxmind.com/app/geoip_country
 http://www.maxmind.com/app/products
 <<
-
+DescPackaging: <<
+       There's something weird in the generated autotools bits:
+       reruns ./configure at start of make and sometimes fails when
+       trying to manipulate .deps files. Redoing them
+       self-consistently from scatch seems to solve it.
+<<


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to