git: f67915d9c964 - main - www/varnish-libvmod-fileserver: Do not try to build under i386 (build failures)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Mar 2023 15:37:10 UTC
The branch main has been updated by zi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f67915d9c96472044d3eaac80cbf972776498ddd
commit f67915d9c96472044d3eaac80cbf972776498ddd
Author: Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2023-03-05 15:36:34 +0000
Commit: Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2023-03-05 15:37:07 +0000
www/varnish-libvmod-fileserver: Do not try to build under i386 (build failures)
---
www/varnish-libvmod-fileserver/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/varnish-libvmod-fileserver/Makefile b/www/varnish-libvmod-fileserver/Makefile
index 9b1bd40ea46f..dbe9508f4a10 100644
--- a/www/varnish-libvmod-fileserver/Makefile
+++ b/www/varnish-libvmod-fileserver/Makefile
@@ -11,6 +11,9 @@ WWW= https://github.com/gquintard/vmod_fileserver
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+NOT_FOR_ARCHS= i386
+NOT_FOR_ARCHS_REASON= build currently failing
+
BUILD_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} \
jq>0:textproc/jq \
rst2man:textproc/py-docutils@${PY_FLAVOR}