pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wireshark net/wireshark: explicitly disable buildi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50b3c94d13d2
branches:  trunk
changeset: 333333:50b3c94d13d2
user:      rhialto <rhialto%pkgsrc.org@localhost>
date:      Sun May 05 16:44:05 2019 +0000

description:
net/wireshark: explicitly disable building (user) guides.

Otherwise, they are built when asciidoctor is detected, and the result
is a PLIST mismatch.
No version bump: the build was broken iff this change makes a difference.

diffstat:

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

diffs (17 lines):

diff -r 1c10e2b8885f -r 50b3c94d13d2 net/wireshark/Makefile
--- a/net/wireshark/Makefile    Sun May 05 15:18:07 2019 +0000
+++ b/net/wireshark/Makefile    Sun May 05 16:44:05 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.207 2019/04/25 07:33:13 maya Exp $
+# $NetBSD: Makefile,v 1.208 2019/05/05 16:44:05 rhialto Exp $
 
 DISTNAME=      wireshark-2.6.7
 PKGREVISION=   2
@@ -18,6 +18,7 @@
 USE_TOOLS+=            gmake perl pkg-config yacc lex
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --enable-static=no
+CONFIGURE_ARGS+=       --disable-guides
 CONFIGURE_ARGS+=       --with-pcap=${BUILDLINK_PREFIX.libpcap}
 CONFIGURE_ARGS+=       --with-zlib=${BUILDLINK_PREFIX.zlib}
 CONFIGURE_ENV+=                ac_cv_path_YACCDUMMY=${TOOLS_PATH.yacc}



Home | Main Index | Thread Index | Old Index