Date: Mon, 17 Nov 2025 09:53:35 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 991dd07a2ea8 - main - cad/fritzing: Allow building on FreeBSD 13 when SSL_DEFAULT != base Message-ID: <202511170953.5AH9rZkh053951@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=991dd07a2ea896cf794a81375140449c4aaf008c commit 991dd07a2ea896cf794a81375140449c4aaf008c Author: John Hein <jcfyecrayz@liamekaens.com> AuthorDate: 2025-11-17 09:52:52 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2025-11-17 09:53:28 +0000 cad/fritzing: Allow building on FreeBSD 13 when SSL_DEFAULT != base PR: 290453 --- cad/fritzing/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/cad/fritzing/Makefile b/cad/fritzing/Makefile index ea917e9c538f..617cd7446526 100644 --- a/cad/fritzing/Makefile +++ b/cad/fritzing/Makefile @@ -8,8 +8,6 @@ WWW= https://fritzing.org/ LICENSE= GPLv2+ -IGNORE_FreeBSD_13= Requires OpenSSL >= 3 - BUILD_DEPENDS= boost-libs>1.52:devel/boost-libs \ svgpp>0:graphics/svgpp @@ -52,4 +50,10 @@ post-install: -f ${STAGEDIR}${DATADIR} \ -platform offscreen -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400000 && ${SSL_DEFAULT} == "base" +IGNORE= Requires OpenSSL >= 3 +.endif + +.include <bsd.port.post.mk>home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511170953.5AH9rZkh053951>
