Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id ADF8B7A168 for ; Sun, 18 Sep 2016 21:57:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 6343185F0A; Sun, 18 Sep 2016 21:57:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E745785EF2 for ; Sun, 18 Sep 2016 21:57:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qRd5QBjqqlqj for ; Sun, 18 Sep 2016 21:57:33 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8ACA685E13 for ; Sun, 18 Sep 2016 21:57:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88E3BFBD1; Sun, 18 Sep 2016 21:57:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1474235853207190" MIME-Version: 1.0 Date: Sun, 18 Sep 2016 21:57:33 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/net/driftnet To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20160918215733.88E3BFBD1@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1474235853207190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Sun Sep 18 21:57:33 UTC 2016 Modified Files: pkgsrc/net/driftnet: Makefile Log Message: wants pcap To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/net/driftnet/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1474235853207190 Content-Disposition: inline Content-Length: 707 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/driftnet/Makefile diff -u pkgsrc/net/driftnet/Makefile:1.31 pkgsrc/net/driftnet/Makefile:1.32 --- pkgsrc/net/driftnet/Makefile:1.31 Sat May 31 15:56:28 2014 +++ pkgsrc/net/driftnet/Makefile Sun Sep 18 21:57:33 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2014/05/31 15:56:28 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2016/09/18 21:57:33 wiedi Exp $ DISTNAME= driftnet-0.1.6 PKGREVISION= 12 @@ -27,5 +27,6 @@ do-install: .include "../../graphics/giflib/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" +.include "../../net/libpcap/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_1474235853207190--