about summary refs log tree commit homepage
path: root/INSTALL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-08-24 19:35:09 +0000
committerEric Wong <e@80x24.org>2023-08-25 19:40:01 +0000
commit8cf7dabee1606848b2cea89f3d1968e642fff9f4 (patch)
tree4d54c52e2bca1f12dab19dd29e43de7c7c339f5c /INSTALL
parent7eea5e3a03f84e2781015debf05900b5fe2c2ca0 (diff)
downloadpublic-inbox-8cf7dabee1606848b2cea89f3d1968e642fff9f4.tar.gz
The `xapian-bindings-perl' package contains the Xapian.pm
SWIG bindings, but doesn't adhere to the existing convention
of naming system packages after the Perl package name itself
using: "p5-${\($Perl_package_name =~ s/::/-/gr)}".

Reported-by: Štěpán Němec <stepnem@smrk.net>
Link: https://public-inbox.org/meta/20230824132323+0200.507058-stepnem@smrk.net/
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 2 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 65032d11..91e590ce 100644
--- a/INSTALL
+++ b/INSTALL
@@ -68,7 +68,8 @@ Numerous optional modules are likely to be useful as well:
                                    (for v2, IMAP, NNTP, or gzipped mboxes)
 
 - Search::Xapian or Xapian(.pm)    deb: libsearch-xapian-perl
-                                   pkg: p5-Search-Xapian OR p5-Xapian
+                                   pkg: p5-Search-Xapian OR p5-Xapian (FreeBSD)
+                                        xapian-bindings-perl (OpenBSD)
                                    rpm: perl-Search-Xapian
                                    (HTTP and IMAP search)