pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/wireshark wireshark: don't accidentally find ascii...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/23d3a060a298
branches:  trunk
changeset: 376300:23d3a060a298
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Apr 05 03:59:59 2022 +0000

description:
wireshark: don't accidentally find asciidoctor

don't accidentally find asciidoctor which would cause documentation to
be built and installed.

diffstat:

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

diffs (17 lines):

diff -r fae8e5e2c1d2 -r 23d3a060a298 net/wireshark/Makefile
--- a/net/wireshark/Makefile    Mon Apr 04 21:14:51 2022 +0000
+++ b/net/wireshark/Makefile    Tue Apr 05 03:59:59 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.267 2022/03/29 07:17:07 adam Exp $
+# $NetBSD: Makefile,v 1.268 2022/04/05 03:59:59 markd Exp $
 
 DISTNAME=      wireshark-3.6.3
 CATEGORIES=    net
@@ -16,6 +16,7 @@
 CMAKE_ARGS+=           -DCMAKE_BUILD_TYPE=Release
 CMAKE_ARGS+=           -DENABLE_APPLICATION_BUNDLE=OFF
 CMAKE_ARGS+=           -DVCSVERSION_OVERRIDE=${PKGVERSION_NOREV}
+CMAKE_ARGS+=           -DCMAKE_DISABLE_FIND_PACKAGE_Asciidoctor=TRUE
 CMAKE_ARG_PATH=                ..
 CONFIGURE_DIRS=                build
 



Home | Main Index | Thread Index | Old Index