Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2023 04:56:32 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: 4aac7a6aa234 - main - audio/p5-Ogg-Vorbis-Header: Mark BROKEN on 14
Message-ID:  <202308180456.37I4uWWJ081578@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4aac7a6aa2347e19224c5b38b34b4220477bd416

commit 4aac7a6aa2347e19224c5b38b34b4220477bd416
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-18 03:41:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-18 04:56:22 +0000

    audio/p5-Ogg-Vorbis-Header: Mark BROKEN on 14
    
    Fails to compile with:
    error: incompatible pointer to integer conversion returning 'SV *' (aka
    'struct sv *')
    
    Sponsored by:   The FreeBSD Foundation
---
 audio/p5-Ogg-Vorbis-Header/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/audio/p5-Ogg-Vorbis-Header/Makefile b/audio/p5-Ogg-Vorbis-Header/Makefile
index 6c1c4c3acd78..c6f83ae36add 100644
--- a/audio/p5-Ogg-Vorbis-Header/Makefile
+++ b/audio/p5-Ogg-Vorbis-Header/Makefile
@@ -11,6 +11,8 @@ WWW=		https://metacpan.org/release/Ogg-Vorbis-Header
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/LICENSE.GPL
 
+BROKEN_FreeBSD_14=	fails to compile: incompatible pointer to integer conversion returning 'SV *' (aka 'struct sv *')
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 LIB_DEPENDS=	libogg.so:audio/libogg \
 		libvorbis.so:audio/libvorbis


home | help

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