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:32:44 UTC 2026
Modified Files:
pkgsrc/net/wireshark: options.mk
Log Message:
wireshark: use tabs consistently for block indentation
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 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.39 pkgsrc/net/wireshark/options.mk:1.40
--- pkgsrc/net/wireshark/options.mk:1.39 Thu Apr 2 20:29:33 2026
+++ pkgsrc/net/wireshark/options.mk Thu Apr 2 20:32:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.39 2026/04/02 20:29:33 gutteridge Exp $
+# $NetBSD: options.mk,v 1.40 2026/04/02 20:32:44 gutteridge Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.wireshark
PKG_SUPPORTED_OPTIONS= doc http2 http3 ilbc lua spandsp
@@ -14,14 +14,14 @@ PLIST_VARS+= doc icons ilbc qt spandsp
. include "../../lang/ruby/rubyversion.mk"
# XXX: Undo inopportune RUBY_DLEXT PLIST var replacement
PRINT_PLIST_AWK+= /\$${RUBY_DLEXT}$$/ { gsub(/\$${RUBY_DLEXT}$$/, "${RUBY_DLEXT}") }
-PLIST.doc= yes
+PLIST.doc= yes
PRINT_PLIST_AWK+= /^man\// { $$0 = "$${PLIST.doc}" $$0 }
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
+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
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_DISABLE_FIND_PACKAGE_Asciidoctor=TRUE
.endif
.if !empty(PKG_OPTIONS:Mhttp2)
Home |
Main Index |
Thread Index |
Old Index