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:   gutteridge
Date:           Thu Apr  2 20:29:33 UTC 2026

Modified Files:
        pkgsrc/net/wireshark: options.mk

Log Message:
wireshark: find asciidoctor when the "doc" option is enabled

Addresses PR pkg/60057 from Robert Whitlock.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/net/wireshark/options.mk

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/options.mk
diff -u pkgsrc/net/wireshark/options.mk:1.38 pkgsrc/net/wireshark/options.mk:1.39
--- pkgsrc/net/wireshark/options.mk:1.38        Sat May  3 17:26:03 2025
+++ pkgsrc/net/wireshark/options.mk     Thu Apr  2 20:29:33 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.38 2025/05/03 17:26:03 leot Exp $
+# $NetBSD: options.mk,v 1.39 2026/04/02 20:29:33 gutteridge Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.wireshark
 PKG_SUPPORTED_OPTIONS=         doc http2 http3 ilbc lua spandsp
@@ -19,6 +19,7 @@ PRINT_PLIST_AWK+=     /^man\// { $$0 = "$${P
 PRINT_PLIST_AWK+=      /^share\/doc\/.*\.html$$/ { $$0 = "$${PLIST.doc}" $$0 }
 TOOL_DEPENDS+=          libxslt-[0-9]*:../../textproc/libxslt
 TOOL_DEPENDS+=          ${RUBY_PKGPREFIX}-asciidoctor>=1.5:../../textproc/ruby-asciidoctor
+CMAKE_CONFIGURE_ARGS+= -DASCIIDOCTOR_EXECUTABLE=${PREFIX}/bin/asciidoctor${RUBY_SUFFIX}
 .else
 CMAKE_CONFIGURE_ARGS+=  -DCMAKE_DISABLE_FIND_PACKAGE_Asciidoctor=TRUE
 .endif



Home | Main Index | Thread Index | Old Index