pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2026Q1] pkgsrc/net/wireshark
Module Name: pkgsrc
Committed By: maya
Date: Sun Apr 5 20:49:41 UTC 2026
Modified Files:
pkgsrc/net/wireshark [pkgsrc-2026Q1]: options.mk
Log Message:
Pullup ticket #7071 - requested by gutteridge
net/wireshark: Build fix
Revisions pulled up:
- net/wireshark/options.mk 1.39
---
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.38.8.1 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.38.8.1
--- pkgsrc/net/wireshark/options.mk:1.38 Sat May 3 17:26:03 2025
+++ pkgsrc/net/wireshark/options.mk Sun Apr 5 20:49:41 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.38 2025/05/03 17:26:03 leot Exp $
+# $NetBSD: options.mk,v 1.38.8.1 2026/04/05 20:49:41 maya 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