pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/libcuefile



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu May  1 16:20:24 UTC 2025

Modified Files:
        pkgsrc/audio/libcuefile: distinfo
Added Files:
        pkgsrc/audio/libcuefile/patches: patch-src_cue__parse.c

Log Message:
libcuefile: add missing prototype


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/libcuefile/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/audio/libcuefile/patches/patch-src_cue__parse.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/libcuefile/distinfo
diff -u pkgsrc/audio/libcuefile/distinfo:1.4 pkgsrc/audio/libcuefile/distinfo:1.5
--- pkgsrc/audio/libcuefile/distinfo:1.4        Tue Oct 26 09:59:04 2021
+++ pkgsrc/audio/libcuefile/distinfo    Thu May  1 16:20:23 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 09:59:04 nia Exp $
+$NetBSD: distinfo,v 1.5 2025/05/01 16:20:23 tnn Exp $
 
 BLAKE2s (libcuefile_r475.tar.gz) = 46a52ad60a3909cb12946f0f270c76c2f86d68cba0011d83cb2ada9f2050779b
 SHA512 (libcuefile_r475.tar.gz) = f33c064fe5455ca8ed78bd83c6e77d6430b61278255293c37b4dba382a3ffc815f714fc13ce16a3a741fae147a97895b640583db4c4176e96be1f8858179a455
 Size (libcuefile_r475.tar.gz) = 68282 bytes
+SHA1 (patch-src_cue__parse.c) = e9945e4501805a4cb3f40250382f66993d1484d5

Added files:

Index: pkgsrc/audio/libcuefile/patches/patch-src_cue__parse.c
diff -u /dev/null pkgsrc/audio/libcuefile/patches/patch-src_cue__parse.c:1.1
--- /dev/null   Thu May  1 16:20:24 2025
+++ pkgsrc/audio/libcuefile/patches/patch-src_cue__parse.c      Thu May  1 16:20:24 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_cue__parse.c,v 1.1 2025/05/01 16:20:24 tnn Exp $
+
+add missing prototype
+
+--- src/cue_parse.c.orig       2025-05-01 16:17:34.567058974 +0000
++++ src/cue_parse.c
+@@ -1513,6 +1513,7 @@ void yyerror (char *s)
+       fprintf(stderr, "%d: %s\n", cue_lineno, s);
+ }
+ 
++void cue_delete_buffer();
+ Cd *cue_parse (FILE *fp)
+ {
+       cue_yyin = fp;



Home | Main Index | Thread Index | Old Index