aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2026-02-27 07:51:13 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2026-02-27 07:52:39 +0000
commit86c4c07cd9b9d03e158fe5cde75c57b0a2199f8f (patch)
treefb621ec0e5f23ba324a8e0507ebb3b06b2bd72d8
parent3404ae277522c6f8f5570736d9b31ef7344bb1c9 (diff)
databases/pgloader3: Unbreak with SBCL >= 2.5.11
PR: 293478 Reported by: bob@vesterman.com
-rw-r--r--databases/pgloader3/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/pgloader3/Makefile b/databases/pgloader3/Makefile
index 5f2bb321b88e..bf58e7bfb877 100644
--- a/databases/pgloader3/Makefile
+++ b/databases/pgloader3/Makefile
@@ -243,6 +243,10 @@ post-extract:
${RLN} ${WRKDIR}/yason-20230214-git ${WRKSRC}/${MY_QL_SW}
${RLN} ${WRKDIR}/zs3-1.3.3 ${WRKSRC}/${MY_QL_SW}
+post-patch:
+ @${REINPLACE_CMD} "s|(if reader-fn|(if (and reader-fn (not (eql reader-fn 0)))|" \
+ ${WRKDIR}/named-readtables-20231021-git/src/cruft.lisp
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/build/bin/pgloader ${STAGEDIR}${PREFIX}/bin/pgloader