Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 May 2022 23:35:17 GMT
From:      Dan Langille <dvl@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0ac66d5733e9 - main - www/glewlwyd: Mark as broken on FreeBSD > 12.x
Message-ID:  <202205082335.248NZH5R080036@gitrepo.freebsd.org>

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

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

commit 0ac66d5733e93f53363344e30e2564076b6d9bef
Author:     Dan Langille <dvl@FreeBSD.org>
AuthorDate: 2022-05-08 23:34:23 +0000
Commit:     Dan Langille <dvl@FreeBSD.org>
CommitDate: 2022-05-08 23:34:23 +0000

    www/glewlwyd: Mark as broken on FreeBSD > 12.x
    
    The error is: ld: error: duplicate symbol: global_handler_close_cond
    
    See https://github.com/babelouest/glewlwyd/issues/203
---
 www/glewlwyd/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/glewlwyd/Makefile b/www/glewlwyd/Makefile
index 0f9011f563f4..c4ab5b30d284 100644
--- a/www/glewlwyd/Makefile
+++ b/www/glewlwyd/Makefile
@@ -10,6 +10,9 @@ COMMENT=	Single Sign On server, multiple factor authentication
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_FreeBSD_13=	duplicate symbol: global_handler_close_cond
+BROKEN_FreeBSD_14=	duplicate symbol: global_handler_close_cond
+
 USES=		cmake pgsql
 
 USE_GITHUB=	yes



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