git: 447204eda62d - main - security/weggli: Broken

From: Rodrigo Osorio <rodrigo_at_FreeBSD.org>
Date: Sat, 26 Aug 2023 12:48:05 UTC
The branch main has been updated by rodrigo:

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

commit 447204eda62d146c23c1e8bc77a49e361a294e11
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2023-08-26 12:22:34 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2023-08-26 12:46:16 +0000

    security/weggli: Broken
    
    Broken in build stage with the following message:
        error: linking with `cc` failed: exit status: 1
        = note: ld: error: version script assignment of 'global' to symbol '__muloti4' failed: symbol not defined
        cc: error: linker command failed with exit code 1 (use -v to see invocation)
    
    Same error with weggli v0.2.4
---
 security/weggli/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/security/weggli/Makefile b/security/weggli/Makefile
index 8f49481f9d9e..705924b40498 100644
--- a/security/weggli/Makefile
+++ b/security/weggli/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/googleprojectzero/weggli
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN=	error: version script assignment of 'global' to symbol '__muloti4' failed: symbol not defined
+
 USES=		cargo
 USE_GITHUB=	yes
 GH_ACCOUNT=	googleprojectzero