Received: by mail.netbsd.org (Postfix, from userid 605) id 0070384D63; Tue, 18 Feb 2020 22:56:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7A3B384D61 for ; Tue, 18 Feb 2020 22:56:44 +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 N7VAHl26YCsP for ; Tue, 18 Feb 2020 22:56:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D1C8D84CF7 for ; Tue, 18 Feb 2020 22:56:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB5C4FBF4; Tue, 18 Feb 2020 22:56:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582066603295070" MIME-Version: 1.0 Date: Tue, 18 Feb 2020 22:56:43 +0000 From: "Sevan Janiyan" Subject: CVS commit: pkgsrc/net/daq To: pkgsrc-changes@NetBSD.org Reply-To: sevan@netbsd.org X-Mailer: log_accum Message-Id: <20200218225643.CB5C4FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1582066603295070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sevan Date: Tue Feb 18 22:56:43 UTC 2020 Modified Files: pkgsrc/net/daq: Makefile Added Files: pkgsrc/net/daq: PLIST.Linux Log Message: daq requires flex, handle packaging on Linux To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/daq/Makefile cvs rdiff -u -r0 -r1.1 pkgsrc/net/daq/PLIST.Linux Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582066603295070 Content-Disposition: inline Content-Length: 925 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/daq/Makefile diff -u pkgsrc/net/daq/Makefile:1.2 pkgsrc/net/daq/Makefile:1.3 --- pkgsrc/net/daq/Makefile:1.2 Tue Aug 1 14:59:03 2017 +++ pkgsrc/net/daq/Makefile Tue Feb 18 22:56:43 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2017/08/01 14:59:03 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2020/02/18 22:56:43 sevan Exp $ DISTNAME= daq-2.0.6 CATEGORIES= net security @@ -15,5 +15,6 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel GNU_CONFIGURE= yes USE_LIBTOOL= yes +.include "../../devel/flex/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Added files: Index: pkgsrc/net/daq/PLIST.Linux diff -u /dev/null pkgsrc/net/daq/PLIST.Linux:1.1 --- /dev/null Tue Feb 18 22:56:43 2020 +++ pkgsrc/net/daq/PLIST.Linux Tue Feb 18 22:56:43 2020 @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST.Linux,v 1.1 2020/02/18 22:56:43 sevan Exp $ +lib/daq/daq_afpacket.la --_----------=_1582066603295070--