pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/daq daq requires flex, handle packaging on Linux



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5fa3ae578d5
branches:  trunk
changeset: 423463:f5fa3ae578d5
user:      sevan <sevan%pkgsrc.org@localhost>
date:      Tue Feb 18 22:56:43 2020 +0000

description:
daq requires flex, handle packaging on Linux

diffstat:

 net/daq/Makefile    |  3 ++-
 net/daq/PLIST.Linux |  2 ++
 2 files changed, 4 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 704520f990bc -r f5fa3ae578d5 net/daq/Makefile
--- a/net/daq/Makefile  Tue Feb 18 22:01:20 2020 +0000
+++ b/net/daq/Makefile  Tue Feb 18 22:56:43 2020 +0000
@@ -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 @@
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 
+.include "../../devel/flex/buildlink3.mk"
 .include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 704520f990bc -r f5fa3ae578d5 net/daq/PLIST.Linux
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/daq/PLIST.Linux       Tue Feb 18 22:56:43 2020 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.Linux,v 1.1 2020/02/18 22:56:43 sevan Exp $
+lib/daq/daq_afpacket.la



Home | Main Index | Thread Index | Old Index