git: 49709c91cf5f - main - www/cpp-httplib: Broken on 13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Feb 2024 04:44:23 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=49709c91cf5f32ae17b3f2d576928a604289959f
commit 49709c91cf5f32ae17b3f2d576928a604289959f
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-02-04 04:43:43 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-02-04 04:44:20 +0000
www/cpp-httplib: Broken on 13
Reported by: fallout
---
www/cpp-httplib/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/cpp-httplib/Makefile b/www/cpp-httplib/Makefile
index aa1055fcb8de..7edb87f38914 100644
--- a/www/cpp-httplib/Makefile
+++ b/www/cpp-httplib/Makefile
@@ -10,6 +10,8 @@ WWW= https://github.com/yhirose/cpp-httplib
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_FreeBSD_13= configure fails: OpenSSL is too old: Found unsuitable version "1.1.1t", but required is at least "3.0.0"
+
TEST_DEPENDS= gmake:devel/gmake
USES= cmake localbase:ldflags python:test # localbase only for tests