pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/wireshark



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  8 10:37:34 UTC 2020

Modified Files:
        pkgsrc/net/wireshark: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.221 -r1.222 pkgsrc/net/wireshark/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/wireshark/Makefile
diff -u pkgsrc/net/wireshark/Makefile:1.221 pkgsrc/net/wireshark/Makefile:1.222
--- pkgsrc/net/wireshark/Makefile:1.221 Mon Dec 30 17:48:05 2019
+++ pkgsrc/net/wireshark/Makefile       Wed Jan  8 10:37:34 2020
@@ -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 @@ CMAKE_ARG_PATH=               ..
 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