pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wireshark wireshark: switch from yacc to bison tool



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5abc51e9d702
branches:  trunk
changeset: 407617:5abc51e9d702
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 08 10:37:34 2020 +0000

description:
wireshark: switch from yacc to bison tool

Fixes build problem on NetBSD:
[ 85%] Building C object epan/CMakeFiles/epan.dir/protobuf_lang.c.o
wireshark-3.2.0/epan/protobuf_lang.y: In function 'run_pbl_parser':
wireshark-3.2.0/epan/protobuf_lang.y:602:5: error: 'protobuf_langdebug' undeclared (first use in this function); did you mean
'protobuf_langtable'?
     protobuf_langdebug = debug ? 1 : 0;
     ^~~~~~~~~~~~~~~~~~
     protobuf_langtable

diffstat:

 net/wireshark/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d3e93e537a3 -r 5abc51e9d702 net/wireshark/Makefile
--- a/net/wireshark/Makefile    Wed Jan 08 10:18:53 2020 +0000
+++ b/net/wireshark/Makefile    Wed Jan 08 10:37:34 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.221 2019/12/30 17:48:05 adam Exp $
+# $NetBSD: Makefile,v 1.222 2020/01/08 10:37:34 wiz Exp $
 
 DISTNAME=      wireshark-3.2.0
 CATEGORIES=    net
@@ -20,7 +20,7 @@
 CONFIGURE_DIRS=                build
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake perl pkg-config yacc lex
+USE_TOOLS+=            gmake perl pkg-config bison lex
 PKGCONFIG_OVERRIDE+=   wireshark.pc.in
 
 CHECK_PORTABILITY_SKIP+=       packaging/macosx/*/*



Home | Main Index | Thread Index | Old Index