Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 May 2023 16:09:25 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: 50d68ac30235 - main - sysutils/samesame: Mark BROKEN on 14
Message-ID:  <202305181609.34IG9PxE021033@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=50d68ac30235416c91c3fb8a4f78b09b1ca75c7a

commit 50d68ac30235416c91c3fb8a4f78b09b1ca75c7a
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-05-18 15:23:05 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-05-18 16:09:11 +0000

    sysutils/samesame: Mark BROKEN on 14
    
    Fails to build with ld: error: undefined symbol: eprol
    
    Approved by:    portmgr (blanket)
---
 sysutils/samesame/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sysutils/samesame/Makefile b/sysutils/samesame/Makefile
index d6cd58b706c8..e7e9d01f0304 100644
--- a/sysutils/samesame/Makefile
+++ b/sysutils/samesame/Makefile
@@ -11,6 +11,8 @@ WWW=		https://samesame.kruijff.org/
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_FreeBSD_14=	ld: error: undefined symbol: eprol
+
 CONFLICTS=	samefile
 
 HAS_CONFIGURE=	yes



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