Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpcap remove old libpcap.



details:   https://anonhg.NetBSD.org/src/rev/f6bab6c92cc5
branches:  trunk
changeset: 759554:f6bab6c92cc5
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Dec 12 18:52:41 2010 +0000

description:
remove old libpcap.

diffstat:

 lib/libpcap/Makefile      |  50 -----------------------------------------------
 lib/libpcap/config.h      |  33 -------------------------------
 lib/libpcap/shlib_version |   5 ----
 lib/libpcap/version.c     |   3 --
 lib/libpcap/version.h     |   3 --
 5 files changed, 0 insertions(+), 94 deletions(-)

diffs (114 lines):

diff -r 99904183e6a9 -r f6bab6c92cc5 lib/libpcap/Makefile
--- a/lib/libpcap/Makefile      Sun Dec 12 18:50:31 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,50 +0,0 @@
-# $NetBSD: Makefile,v 1.31 2008/07/12 12:29:42 gmcgarry Exp $  
-
-.include <bsd.own.mk>
-
-USE_FORT?= yes # network protocol library
-
-SRCDIR=                ${NETBSDSRCDIR}/dist/libpcap
-.PATH:         ${SRCDIR}
-
-LIB=           pcap
-MAN=           pcap.3
-
-WARNS?=                3
-
-CPPFLAGS+=     -I${.CURDIR} -I. -I${SRCDIR}
-CPPFLAGS+=     -DYYBISON
-LPREFIX=       pcap_
-YPREFIX=       pcap_
-YHEADER=       1
-
-CPPFLAGS+=     -DHAVE_CONFIG_H
-
-.if defined(HAVE_PCC)
-CPPFLAGS+=     -D_U_=""
-.elif defined(HAVE_GCC)
-CPPFLAGS+=     -D_U_="__attribute__((unused))"
-.endif
-
-.if (${USE_INET6} != "no")
-CPPFLAGS+=     -DINET6
-.endif
-
-SRCS=  scanner.l savefile.c pcap.c pcap-bpf.c optimize.c nametoaddr.c \
-       inet.c grammar.y gencode.c fad-getad.c etherent.c bpf_image.c \
-       bpf_dump.c version.c
-
-.PATH: ${NETBSDSRCDIR}/sys/net
-SRCS+= bpf_filter.c
-
-INCS=          pcap-namedb.h pcap.h
-INCSDIR=       /usr/include
-
-scanner.d scanner.o: tokdefs.h
-
-tokdefs.h: grammar.h
-       cp $? $@
-
-CLEANFILES+=   tokdefs.h
-
-.include <bsd.lib.mk>
diff -r 99904183e6a9 -r f6bab6c92cc5 lib/libpcap/config.h
--- a/lib/libpcap/config.h      Sun Dec 12 18:50:31 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,33 +0,0 @@
-/* $NetBSD: config.h,v 1.1 2006/04/25 18:36:44 drochner Exp $ */
-
-#define HAVE_DECL_ETHER_HOSTTON 1
-#define HAVE_ETHER_HOSTTON 1
-#define HAVE_INTTYPES_H 1
-#define HAVE_LIMITS_H 1
-#define HAVE_MEMORY_H 1
-#define HAVE_NETINET_IF_ETHER_H 1
-#define HAVE_SNPRINTF 1
-#define HAVE_SOCKADDR_SA_LEN 1
-#define HAVE_SOCKADDR_STORAGE 1
-#define HAVE_STDINT_H 1
-#define HAVE_STDLIB_H 1
-#define HAVE_STRERROR 1
-#define HAVE_STRINGS_H 1
-#define HAVE_STRING_H 1
-#define HAVE_STRLCPY 1
-#define HAVE_SYS_IOCCOM_H 1
-#define HAVE_SYS_SOCKIO_H 1
-#define HAVE_SYS_STAT_H 1
-#define HAVE_SYS_TYPES_H 1
-#define HAVE_UNISTD_H 1
-#define HAVE_VERSION_H 1
-#define HAVE_VSNPRINTF 1
-#define HAVE___ATTRIBUTE__ 1
-/* INET6 handled by  Makefile */
-#define NETINET_IF_ETHER_H_DECLARES_ETHER_HOSTTON 
-#define PACKAGE_BUGREPORT ""
-#define PACKAGE_NAME ""
-#define PACKAGE_STRING ""
-#define PACKAGE_TARNAME ""
-#define PACKAGE_VERSION ""
-#define STDC_HEADERS 1
diff -r 99904183e6a9 -r f6bab6c92cc5 lib/libpcap/shlib_version
--- a/lib/libpcap/shlib_version Sun Dec 12 18:50:31 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#      $NetBSD: shlib_version,v 1.12 2009/01/11 03:07:49 christos Exp $
-#      Remember to update distrib/sets/lists/base/shl.* when changing
-#
-major=3
-minor=0
diff -r 99904183e6a9 -r f6bab6c92cc5 lib/libpcap/version.c
--- a/lib/libpcap/version.c     Sun Dec 12 18:50:31 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* $NetBSD: version.c,v 1.6 2006/05/02 09:59:26 drochner Exp $ */
-
-char pcap_version[] = "0.9.4";
diff -r 99904183e6a9 -r f6bab6c92cc5 lib/libpcap/version.h
--- a/lib/libpcap/version.h     Sun Dec 12 18:50:31 2010 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-/* $NetBSD: version.h,v 1.2 2006/04/25 18:36:45 drochner Exp $ */
-
-static const char pcap_version_string[] = "libpcap version 0.9.4";



Home | Main Index | Thread Index | Old Index