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:   rhialto
Date:           Sun May  5 16:44:05 UTC 2019

Modified Files:
        pkgsrc/net/wireshark: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.207 -r1.208 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.207 pkgsrc/net/wireshark/Makefile:1.208
--- pkgsrc/net/wireshark/Makefile:1.207 Thu Apr 25 07:33:13 2019
+++ pkgsrc/net/wireshark/Makefile       Sun May  5 16:44:05 2019
@@ -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_LIBTOOL=          yes
 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