Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2022 17:21:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 261561] databases/clickhouse: needs Perl on >= 14.0
Message-ID:  <bug-261561-7788-iAwJg6MCPO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-261561-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-261561-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D261561

--- Comment #2 from Trond.Endrestol@ximalas.info ---
Comment on attachment 231434
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D231434
Patch for databases/clickhouse/Makefile unconditionally pulling in Perl

diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile
index a08b6081557b..4c5b4464d36c 100644
--- a/databases/clickhouse/Makefile
+++ b/databases/clickhouse/Makefile
@@ -17,7 +17,8 @@ ONLY_FOR_ARCHS_REASON=3D        only supported on aarch64=
 and
amd64
 BUILD_DEPENDS=3D bash:shells/bash
 RUN_DEPENDS=3D   bash:shells/bash

-USES=3D          cmake cpe localbase python shebangfix
+USES=3D          cmake cpe localbase perl5 python shebangfix
+USE_PERL5=3D     build

 CPE_VENDOR=3D    yandex

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-261561-7788-iAwJg6MCPO>