Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Nov 2024 18:50:22 GMT
From:      Dimitry Andric <dim@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 38e12e980ad5 - main - devel/smfl: mark broken on FreeBSD 15
Message-ID:  <202411171850.4AHIoMEt063963@gitrepo.freebsd.org>

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

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

commit 38e12e980ad5d43ed70ee71b6fa5ea23c91ed47c
Author:     Dimitry Andric <dim@FreeBSD.org>
AuthorDate: 2024-11-17 18:49:12 +0000
Commit:     Dimitry Andric <dim@FreeBSD.org>
CommitDate: 2024-11-17 18:49:12 +0000

    devel/smfl: mark broken on FreeBSD 15
    
    PR:             281540
    Approved by:    amdmi3 (maintainer)
    MFH:            2024Q4
---
 devel/sfml/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/sfml/Makefile b/devel/sfml/Makefile
index e5d8d24d4540..8d1a27f6fb4c 100644
--- a/devel/sfml/Makefile
+++ b/devel/sfml/Makefile
@@ -10,6 +10,8 @@ WWW=		https://www.sfml-dev.org/ \
 LICENSE=	ZLIB
 LICENSE_FILE=	${WRKSRC}/license.md
 
+BROKEN_FreeBSD_15=	compilation fails with libc++ 19, see PR281540
+
 USES=		cmake compiler:c++11-lang
 USE_GITHUB=	yes
 CMAKE_ON=	SFML_USE_SYSTEM_DEPS



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