pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/subtitleripper



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 22 13:08:42 UTC 2026

Modified Files:
        pkgsrc/textproc/subtitleripper: distinfo
Added Files:
        pkgsrc/textproc/subtitleripper/patches: patch-subtitle2pgm.c

Log Message:
subtitleripper: Fix implicit decl of exit


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/subtitleripper/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/textproc/subtitleripper/patches/patch-subtitle2pgm.c

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

Modified files:

Index: pkgsrc/textproc/subtitleripper/distinfo
diff -u pkgsrc/textproc/subtitleripper/distinfo:1.10 pkgsrc/textproc/subtitleripper/distinfo:1.11
--- pkgsrc/textproc/subtitleripper/distinfo:1.10        Tue Oct 26 11:23:33 2021
+++ pkgsrc/textproc/subtitleripper/distinfo     Sun Mar 22 13:08:41 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:23:33 nia Exp $
+$NetBSD: distinfo,v 1.11 2026/03/22 13:08:41 nia Exp $
 
 BLAKE2s (subtitleripper-0.3-4.tgz) = 51d157340fa1228a8b522245a406e142683cfda2b4c02407e589a26a18a29aff
 SHA512 (subtitleripper-0.3-4.tgz) = 6d25a43b5b1bf8a6c69200c8bab995265356d1235a872bb641d30dbf27b765be9280325b4dd8aa625c25a865563bd7525dd277682d5baeff3c54951da7b9a86a
@@ -6,3 +6,4 @@ Size (subtitleripper-0.3-4.tgz) = 47299 
 SHA1 (patch-aa) = f54f4e4a0ec52c20b285547e9391ecb9fba83149
 SHA1 (patch-ab) = 22335a412899b7cdb552185ff051c7d2f2e1ba59
 SHA1 (patch-ac) = 98edef3e84b287ad64fb9054630b0b2aecf2953a
+SHA1 (patch-subtitle2pgm.c) = c410665f17bb34f6d25a1f3a7e64374042e5f66a

Added files:

Index: pkgsrc/textproc/subtitleripper/patches/patch-subtitle2pgm.c
diff -u /dev/null pkgsrc/textproc/subtitleripper/patches/patch-subtitle2pgm.c:1.1
--- /dev/null   Sun Mar 22 13:08:42 2026
+++ pkgsrc/textproc/subtitleripper/patches/patch-subtitle2pgm.c Sun Mar 22 13:08:42 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-subtitle2pgm.c,v 1.1 2026/03/22 13:08:42 nia Exp $
+
+Fix implicit declaration of exit(3).
+
+--- subtitle2pgm.c.orig        2026-03-22 12:44:20.679319196 +0000
++++ subtitle2pgm.c
+@@ -18,6 +18,7 @@
+ 
+ #include "spudec.h"
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <assert.h>
+ #include <sys/types.h>
+ #include <sys/stat.h>



Home | Main Index | Thread Index | Old Index