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:   markd
Date:           Tue Apr  5 03:59:59 UTC 2022

Modified Files:
        pkgsrc/net/wireshark: Makefile

Log Message:
wireshark: don't accidentally find asciidoctor

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


To generate a diff of this commit:
cvs rdiff -u -r1.267 -r1.268 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.267 pkgsrc/net/wireshark/Makefile:1.268
--- pkgsrc/net/wireshark/Makefile:1.267 Tue Mar 29 07:17:07 2022
+++ pkgsrc/net/wireshark/Makefile       Tue Apr  5 03:59:59 2022
@@ -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 @@ USE_CMAKE=            yes
 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