pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/libpcap assume that the OS provided libpcap 0.9.x ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/77ef5261a757
branches:  trunk
changeset: 508885:77ef5261a757
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Feb 27 14:20:47 2006 +0000

description:
assume that the OS provided libpcap 0.9.x supplies shared libraries,
so make it equivalent to pkgsrc version 0.9.3nb1
(it does so on Debian, and will do on NetBSD; if it doesn't hold
on _your_OS_, we'll need conditionals)

diffstat:

 net/libpcap/builtin.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r db7fcd63a0e0 -r 77ef5261a757 net/libpcap/builtin.mk
--- a/net/libpcap/builtin.mk    Mon Feb 27 14:14:41 2006 +0000
+++ b/net/libpcap/builtin.mk    Mon Feb 27 14:20:47 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.11 2006/02/27 11:54:26 drochner Exp $
+# $NetBSD: builtin.mk,v 1.12 2006/02/27 14:20:47 drochner Exp $
 
 BUILTIN_PKG:=  libpcap
 
@@ -50,7 +50,7 @@
        ${GREP} -c pcap_compile_nopcap ${H_LIBPCAP} || ${TRUE}
 
 .  if ${_BLTN_PCAP_093} == "1"
-BUILTIN_VERSION.libpcap=       0.9.3
+BUILTIN_VERSION.libpcap=       0.9.3nb1
 .  elif ${_BLTN_PCAP_083} == "1"
 BUILTIN_VERSION.libpcap=       0.8.3
 .  elif ${_BLTN_PCAP_081} == "1"



Home | Main Index | Thread Index | Old Index