head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.28 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.26 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.24 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.22 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.20 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.18 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.16 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.14 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.12 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.10 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.8 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.6 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.4 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.3.0.2 pkgsrc-2007Q1-base:1.3 pkgsrc-2006Q4:1.2.0.12 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.10 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.8 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.6 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.4 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.2 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.1.0.14 pkgsrc-2005Q2-base:1.1 pkgsrc-2005Q1:1.1.0.12 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.10 pkgsrc-2004Q4-base:1.1 pkgsrc-2004Q3:1.1.0.8 pkgsrc-2004Q3-base:1.1 pkgsrc-2004Q2:1.1.0.6 pkgsrc-2004Q2-base:1.1 pkgsrc-2004Q1:1.1.0.4 pkgsrc-2004Q1-base:1.1 pkgsrc-2003Q4:1.1.0.2 pkgsrc-2003Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2007.02.18.18.32.58; author adrianp; state dead; branches; next 1.2; 1.2 date 2005.08.26.16.54.21; author drochner; state Exp; branches; next 1.1; 1.1 date 2003.09.16.23.46.56; author xtraeme; state Exp; branches; next ; desc @@ 1.3 log @Remove the libnet package. This will be reimported as libnet10 so that it can be installed side-by-side with the libnet11 package. @ text @$NetBSD: patch-ab,v 1.2 2005/08/26 16:54:21 drochner Exp $ --- include/libnet.h.orig 2001-02-07 00:19:25.000000000 +0100 +++ include/libnet.h @@@@ -84,8 +84,8 @@@@ #define LIBNET_VERSION "1.0.2a" #if (!LIBNET_LIL_ENDIAN && !LIBNET_BIG_ENDIAN) -#error "byte order has not been specified, you'll -need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the +#error "byte order has not been specified, you'll \ +need to #define either LIBNET_LIL_ENDIAN or LIBNET_BIG_ENDIAN. See the \ documentation regarding the libnet-config script." #endif @ 1.2 log @update to 1.0.2a changes: -many bugfixes -Added VRRP support @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @Fix build with gcc3, reported by Soren Jacobsen PR pkg/22822. @ text @d3 2 a4 2 --- include/libnet.h.orig 2000-04-07 10:45:29.000000000 -0700 +++ include/libnet.h 2003-09-16 09:32:48.000000000 -0700 d6 1 a6 1 #define LIBNET_VERSION "1.0.1b" d15 1 @