pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libpcap Add include/pcap-int.h which is needed by ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c7f67755e48
branches:  trunk
changeset: 498121:2c7f67755e48
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sat Aug 13 07:04:59 2005 +0000

description:
Add include/pcap-int.h which is needed by some programs
Bump to nb2

diffstat:

 net/libpcap/Makefile |  7 +++++--
 net/libpcap/PLIST    |  3 ++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r fbec818624b5 -r 2c7f67755e48 net/libpcap/Makefile
--- a/net/libpcap/Makefile      Sat Aug 13 06:37:18 2005 +0000
+++ b/net/libpcap/Makefile      Sat Aug 13 07:04:59 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2005/08/10 13:48:22 drochner Exp $
+# $NetBSD: Makefile,v 1.29 2005/08/13 07:04:59 adrianp Exp $
 
 DISTNAME=              libpcap-0.9.3
-PKGREVISION=           1
+PKGREVISION=           2
 SVR4_PKGNAME=          lpcap
 CATEGORIES=            net
 MASTER_SITES=          http://www.tcpdump.org/release/
@@ -26,4 +26,7 @@
 .  endif
 .endif
 
+post-install:
+       ${INSTALL_DATA} ${WRKSRC}/pcap-int.h ${PREFIX}/include
+
 .include "../../mk/bsd.pkg.mk"
diff -r fbec818624b5 -r 2c7f67755e48 net/libpcap/PLIST
--- a/net/libpcap/PLIST Sat Aug 13 06:37:18 2005 +0000
+++ b/net/libpcap/PLIST Sat Aug 13 07:04:59 2005 +0000
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.4 2005/08/10 13:48:22 drochner Exp $
+@comment $NetBSD: PLIST,v 1.5 2005/08/13 07:04:59 adrianp Exp $
 include/pcap-bpf.h
+include/pcap-int.h
 include/pcap-namedb.h
 include/pcap.h
 lib/libpcap.la



Home | Main Index | Thread Index | Old Index