head 1.2; access; symbols OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_HEAD:1.1; locks; strict; comment @# @; 1.2 date 2008.05.16.21.21.29; author rse; state Exp; branches; next 1.1; commitid CcKxcv1wv3D8Be3t; 1.1 date 2006.12.18.18.49.59; author rse; state Exp; branches; next ; commitid CY7T3oMua1nvj2Zr; desc @@ 1.2 log @upgrading package: lft 3.0 -> 3.1 @ text @Index: Makefile.in --- Makefile.in.orig 2008-05-10 21:19:08 +0200 +++ Makefile.in 2008-05-16 20:10:23 +0200 @@@@ -46,7 +46,7 @@@@ $(CC) -o lft $(OBJS) $(LDFLAGS) $(LIBS) whob: whois.o - $(CC) -o whob whois.c -DSTANDALONE $(LDFLAGS) $(LIBS) + $(CC) $(CFLAGS) -o whob whois.c -DSTANDALONE $(LDFLAGS) $(LIBS) install: lft lft.8 whob whob.8 @@echo "Installing LFT and WhoB" Index: lft_lib.c --- lft_lib.c.orig 2008-05-11 18:08:53 +0200 +++ lft_lib.c 2008-05-16 23:18:55 +0200 @@@@ -2717,7 +2717,7 @@@@ return; } #ifdef BSD_IP_STACK -#if !defined(DARWIN) && !defined(NETBSD) +#if !defined(DARWIN) && !defined(NETBSD) && defined(BIOCIMMEDIATE) bpfimmflag = 1; if ( ioctl(sess->pcapdescr->fd, BIOCIMMEDIATE, &bpfimmflag) < 0) { LFTErrHandler(sess, WRN_BIOCIMMEDIATE, pcap_strerror(errno)); Index: lft_types.h --- lft_types.h.orig 2008-05-11 18:08:19 +0200 +++ lft_types.h 2008-05-16 23:19:42 +0200 @@@@ -94,8 +94,7 @@@@ #include #include #if !defined(DARWIN) && !defined(NETBSD) -#include -#include +#include "pcap-bpf.h" #endif #endif @ 1.1 log @new package: lft 3.0b (Layer Four Traceroute (LFT)) @ text @d2 3 a4 3 --- Makefile.in.orig 2006-12-17 21:50:13 +0100 +++ Makefile.in 2006-12-18 19:48:28 +0100 @@@@ -44,7 +44,7 @@@@ d14 3 a16 3 --- lft_lib.c.orig 2006-12-17 21:53:46 +0100 +++ lft_lib.c 2006-12-18 19:47:54 +0100 @@@@ -2491,7 +2491,7 @@@@ d20 2 a21 2 -#ifndef DARWIN +#if !defined(DARWIN) && defined(BIOCIMMEDIATE) d26 3 a28 3 --- lft_types.h.orig 2006-12-17 21:55:30 +0100 +++ lft_types.h 2006-12-18 19:47:54 +0100 @@@@ -89,8 +89,7 @@@@ d31 1 a31 1 #ifndef DARWIN @