Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2024 08:35:15 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 0f398dedf4e1 - 2024Q2 - multimedia/lms: Broken on 13
Message-ID:  <202404280835.43S8ZFQW026837@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri:

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

commit 0f398dedf4e189908ae5c5fee0c6627514f73e2e
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-04-09 04:27:53 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-04-28 08:35:07 +0000

    multimedia/lms: Broken on 13
    
    (cherry picked from commit c90ca87807baa9aaec6033c3115700050300cef9)
---
 multimedia/lms/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/multimedia/lms/Makefile b/multimedia/lms/Makefile
index 2cda1c1b7ebc..8012caee069b 100644
--- a/multimedia/lms/Makefile
+++ b/multimedia/lms/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/epoupon/lms
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_13=	compilation fails: error: object of type 'const LiteralString' cannot be compared because its 'operator<=>' is implicitly deleted
+
 BUILD_DEPENDS=	googletest>0:devel/googletest
 LIB_DEPENDS=	libavformat.so:multimedia/ffmpeg \
 		libboost_system.so:devel/boost-libs \



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