git: 4aac7a6aa234 - main - audio/p5-Ogg-Vorbis-Header: Mark BROKEN on 14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Aug 2023 04:56:32 UTC
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