head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.28 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.26 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.24 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.22 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.20 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.18 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.16 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.14 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.12 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.10 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.8 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.6 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.4 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.2 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.1.0.8 pkgsrc-2006Q4-base:1.1 pkgsrc-2006Q3:1.1.0.6 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.4 pkgsrc-2006Q2-base:1.1 pkgsrc-2006Q1:1.1.0.2 pkgsrc-2006Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2007.01.03.14.24.35; author adrianp; state dead; branches; next 1.1; 1.1 date 2006.02.19.22.43.59; author wiz; state Exp; branches; next ; desc @@ 1.2 log @Update to 3.25 In Brief: 3.24 Sat Dec 16 17:48:15 CET 2006 - NEW: now supports big-endian archs (IPv4 and IPv6 update) - bugfix: Frame: require VLAN 3.21 Wed Nov 15 19:52:43 CET 2006 - NEW: added layers STP, OSPF (header only), IGMPv4 (v1 and v2), CDP::Address, CDP::TypeAddresses, CDP::TypeCapabilities, CDP::TypePortId, CDP::TypeSoftwareVersion - NEW: Dump now support PPP links 3.20 Sun Nov 12 23:02:09 CET 2006 - NEW: support for PPPoE, PPP, PPPLCP, LLC, and begin the work for CDP @ text @$NetBSD: patch-aa,v 1.1 2006/02/19 22:43:59 wiz Exp $ --- Makefile.PL.orig 2005-05-22 19:08:20.000000000 +0000 +++ Makefile.PL @@@@ -15,12 +15,6 @@@@ my ($lib) = $file =~ /^(.*)\//; sub _getPcapHPath { (-d "$inc/pcap") ? "[$inc/pcap]" : "[$inc]" } -unless (-f "$inc/pcap-int.h" || -f "$inc/pcap/pcap-int.h") { - die("*** Cannot find pcap-int.h . Get it from your installed libpcap ". - "source distribution and copy it to: ". _getPcapHPath(). - " (near pcap.h)\n"); -} - $inc = "-I$inc -I$inc/pcap"; $lib = "-L$lib"; @ 1.1 log @Remove (in pkgsrc) broken test for pcap-int.h, the dependency pattern makes sure we have that file. @ text @d1 1 a1 1 $NetBSD$ @