pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/darkstat Fix depending version of libpcap, need ne...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8cf3558ae79
branches:  trunk
changeset: 529860:d8cf3558ae79
user:      obache <obache%pkgsrc.org@localhost>
date:      Mon Jun 11 15:23:12 2007 +0000

description:
Fix depending version of libpcap, need newer prototype for pcap_freenode.
Bump PKGREVISION.

diffstat:

 net/darkstat/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 3754b9dff2ed -r d8cf3558ae79 net/darkstat/Makefile
--- a/net/darkstat/Makefile     Mon Jun 11 14:30:24 2007 +0000
+++ b/net/darkstat/Makefile     Mon Jun 11 15:23:12 2007 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2007/05/09 13:39:11 obache Exp $
+# $NetBSD: Makefile,v 1.5 2007/06/11 15:23:12 obache Exp $
 #
 
 DISTNAME=              darkstat-3.0.619
+PKGREVISION=           1
 CATEGORIES=            net
 MASTER_SITES=          http://dmr.ath.cx/net/darkstat/
 DIST_SUBDIR=           darkstat
@@ -16,6 +17,8 @@
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --with-chroot-dir=${PREFIX}/share/darkstat/chroot
 
+BUILDLINK_API_DEPENDS.libpcap+=        libpcap>=0.6.0
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/darkstat
        ${INSTALL_DATA_DIR} ${PREFIX}/share/darkstat/chroot



Home | Main Index | Thread Index | Old Index