Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jan 2024 05:28:06 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ba5fd311e8eb - main - security/weggli: Fix build on HEAD
Message-ID:  <202401030528.4035S6b3093934@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ba5fd311e8eb89456250679940e890f0afdf0167

commit ba5fd311e8eb89456250679940e890f0afdf0167
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-02 20:24:52 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-03 05:27:53 +0000

    security/weggli: Fix build on HEAD
    
    The port only builds with llvm16.
---
 security/weggli/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/security/weggli/Makefile b/security/weggli/Makefile
index 45f4eba955b9..ec5f8f9bbd9a 100644
--- a/security/weggli/Makefile
+++ b/security/weggli/Makefile
@@ -132,8 +132,8 @@ PLIST_FILES=	bin/${PORTNAME}
 
 .include <bsd.port.options.mk>
 
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} <= 1400091 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
-USES+=		llvm:min=16
+.if ${OPSYS} == FreeBSD && ( ${OSVERSION} <= 1400091 || ${OSVERSION} >= 1500006 || ( ${OSVERSION} >= 1302507 && ${OSVERSION} < 1400000 ))
+USES+=		llvm:16
 .endif
 
 post-install:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401030528.4035S6b3093934>