From 9ae5dc54acab4488c5f7544b3854809802e11459 Mon Sep 17 00:00:00 2001 From: Ryan Carsten Schmidt Date: Tue, 10 Mar 2026 14:06:53 -0500 Subject: [PATCH] xmlto: Ensure macOS bash is used Closes: https://trac.macports.org/ticket/71720 --- textproc/xmlto/Portfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/textproc/xmlto/Portfile b/textproc/xmlto/Portfile index 8cc037805ab..44db8b43325 100644 --- a/textproc/xmlto/Portfile +++ b/textproc/xmlto/Portfile @@ -4,7 +4,7 @@ PortSystem 1.0 name xmlto version 0.0.29 -revision 1 +revision 2 categories textproc license GPL-2+ installs_libs no @@ -53,6 +53,7 @@ configure.env-append \ GETOPT=${prefix}/bin/getopt \ PAPER_CONF=${prefix}/bin/paperconf \ XMLLINT=${prefix}/bin/xmllint \ + XMLTO_BASH_PATH=/bin/bash \ XSLTPROC=${prefix}/bin/xsltproc \ FOP=${prefix}/bin/fop \ W3M=${prefix}/bin/w3m