the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: trafshow
Version: 5.2.3
Revision: 2
Source: ftp://ftp.nsk.su/pub/RinetSoftware/%n-%v.tgz
Source-MD5: 0b2f0bb23b7832138b7d841437b9e182
Maintainer: Lars Eggert
HomePage: http://soft.risp.ru/trafshow/index_en.shtml
License: BSD
Description: Full-screen visualization of network traffic
Depends: libpcap1-shlibs, libncurses5-shlibs
BuildDepends: libpcap1, libncurses5-dev, fink (>= 0.24.12)
UpdateConfigGuess: true
ConfigureParams: --disable-slang
SetCFLAGS: -I%p/include
DocFiles: README LICENSE CHANGES
PatchFile: %n.patch
PatchFile-MD5: 247d9d76018ee1f1920245a0586239be
PatchScript: <<
tail -n 18 README > LICENSE
patch < %{PatchFile}
<<
InstallScript: <<
mkdir -p %i/bin %i/share/man/man1
install %n %i/bin
install %n.1 %i/share/man/man1
<<
--- domain_resolver.c 2004-06-17 10:38:58.000000000 +0200
+++ domain_resolver.c 2005-12-06 18:20:37.000000000 +0100
@@ -16,7 +16,9 @@
#include
#include
#include
+#define BIND_8_COMPAT
#include
+#include
#include
#include
#include
--- c.old 2006-07-29 14:58:41.000000000 +0200
+++ configure 2006-07-29 15:11:13.000000000 +0200
@@ -5344,26 +5344,7 @@
}
_ACEOF
rm -f conftest.$ac_objext conftest$ac_exeext
-if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
- (eval $ac_link) 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } &&
- { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; } &&
- { ac_try='test -s conftest$ac_exeext'
- { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
- (eval $ac_try) 2>&5
- ac_status=$?
- echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); }; }; then
+if (( 0 )); then
ac_cv_have_curses="slang"
else
echo "$as_me: failed program was:" >&5