Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17311

Modified Files:
        dnstop.info 
Added Files:
        dnstop.patch 
Log Message:
New upstream version, and fixed compilation problems

--- NEW FILE: dnstop.patch ---
diff -ru dnstop-20090128/hashtbl.h dnstop-20090128-patched/hashtbl.h
--- dnstop-20090128/hashtbl.h   2007-05-11 06:51:12.000000000 +0200
+++ dnstop-20090128-patched/hashtbl.h   2009-04-21 18:25:33.000000000 +0200
@@ -7,6 +7,8 @@
  * reserved.  See the LICENSE file for details.
  */
 
+#include <stdint.h>
+
 typedef struct _hashitem {
        const void *key;
        void *data;

Index: dnstop.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net/dnstop.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- dnstop.info 27 Mar 2008 21:31:16 -0000      1.5
+++ dnstop.info 21 Apr 2009 16:34:24 -0000      1.6
@@ -15,12 +15,13 @@
 # maintainership of) the affected package.
 
 Package: dnstop
-Version: 20080321
-Revision: 1021
+Version: 20090128
+Revision: 1001
 Maintainer: Max Horn <m...@quendi.de>
 BuildDepends: <<
   libpcap,
-  libncurses5 (>= 5.4-20041023-1006)
+  libncurses5 (>= 5.4-20041023-1006),
+  fink (>= 0.24.12-1)
 <<
 Depends: <<
   libpcap-shlibs,
@@ -28,15 +29,20 @@
   libncurses5-shlibs (>= 5.4-20041023-1006)
 <<
 Source:  http://dnstop.measurement-factory.com/src/%n-%v.tar.gz
-Source-MD5: b8ed056c4b84934ca1f442f34ddea598
-CompileScript: make
+Source-MD5: 827a0d2020b157b925411dd30b6feff3
+PatchFile: %n.patch
+PatchFile-MD5: 0ad88fb26ea63983ef7569d6e083f6b2
+ConfigureParams: --mandir=%p/share/man --disable-dependency-tracking
 InstallScript: <<
   mkdir -p %i/bin
-  install -m 755 dnstop %i/bin
   mkdir -p %i/share/man/man8
-  install -m 644 dnstop.8 %i/share/man/man8
+  make install prefix=%i mandir=%i/share/man
 <<
 DocFiles: CHANGES LICENSE
 Description: Displays DNS traffic on your network 
+DescPort: <<
+hashtbl.h uses uint32_t, which leads to a compiler error unless we
+include stdint.h.
+<<
 Homepage: http://dnstop.measurement-factory.com/
 License: BSD


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to