diff options
Diffstat (limited to 'audio/p5-MusicBrainz-DiscID')
-rw-r--r-- | audio/p5-MusicBrainz-DiscID/Makefile | 2 | ||||
-rw-r--r-- | audio/p5-MusicBrainz-DiscID/files/patch-DiscID.xs | 13 |
2 files changed, 14 insertions, 1 deletions
diff --git a/audio/p5-MusicBrainz-DiscID/Makefile b/audio/p5-MusicBrainz-DiscID/Makefile index 231c41b9cc7b..d8213825f5ae 100644 --- a/audio/p5-MusicBrainz-DiscID/Makefile +++ b/audio/p5-MusicBrainz-DiscID/Makefile @@ -4,7 +4,7 @@ CATEGORIES= audio perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface for the MusicBrainz libdiscid library WWW= https://metacpan.org/release/MusicBrainz-DiscID diff --git a/audio/p5-MusicBrainz-DiscID/files/patch-DiscID.xs b/audio/p5-MusicBrainz-DiscID/files/patch-DiscID.xs new file mode 100644 index 000000000000..2d2909d74cfe --- /dev/null +++ b/audio/p5-MusicBrainz-DiscID/files/patch-DiscID.xs @@ -0,0 +1,13 @@ +fix Unparseable XSUB parameter: 'offsets ...' in DiscID.xs, line 116 + +--- DiscID.xs.orig 2025-07-13 08:36:28 UTC ++++ DiscID.xs +@@ -113,7 +113,7 @@ int + ## Provides the TOC of a known CD. + ## + int +-discid_put( disc, first_track, sectors, offsets ... ) ++discid_put( disc, first_track, sectors, offsets, ... ) + DiscId *disc + int first_track + int sectors |