pkgsrc-Changes archive

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

CVS commit: pkgsrc/news/suck



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 22 09:43:36 UTC 2026

Modified Files:
        pkgsrc/news/suck: distinfo
Added Files:
        pkgsrc/news/suck/patches: patch-batch.c patch-makephrases.c

Log Message:
suck: Fix implicit declaration of exit.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/news/suck/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/news/suck/patches/patch-batch.c \
    pkgsrc/news/suck/patches/patch-makephrases.c

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

Modified files:

Index: pkgsrc/news/suck/distinfo
diff -u pkgsrc/news/suck/distinfo:1.14 pkgsrc/news/suck/distinfo:1.15
--- pkgsrc/news/suck/distinfo:1.14      Tue Oct 26 11:09:37 2021
+++ pkgsrc/news/suck/distinfo   Sun Mar 22 09:43:35 2026
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:09:37 nia Exp $
+$NetBSD: distinfo,v 1.15 2026/03/22 09:43:35 nia Exp $
 
 BLAKE2s (suck-4.3.2.tar.gz) = 86391e1cda2ceaa06de19750cba12a0da246fcdc1454ea19512c79c7608de7d6
 SHA512 (suck-4.3.2.tar.gz) = 704559ea54daabc6ef7b205431e587a90de20d8a5648e60910e4bc1a1493eebc8a3497c308a9de34febf6b26eda13785cf9f1f5ae034ee7fb0a9230173d13d4f
@@ -6,3 +6,5 @@ Size (suck-4.3.2.tar.gz) = 187560 bytes
 SHA1 (patch-aa) = 970ffa385a2b2b3f95944ba9a4321452bb247319
 SHA1 (patch-ab) = c0bfe3946e4e2360ccc85e8bbf4abaf837f4ace4
 SHA1 (patch-ac) = a87364cfc877f2ba782fda6f855da37a1beef09d
+SHA1 (patch-batch.c) = 0992375bf5cb3dca47f9dc02cc8d01d080b62f75
+SHA1 (patch-makephrases.c) = da13569cd015c3d662f94ecb993ba2d114762c6a

Added files:

Index: pkgsrc/news/suck/patches/patch-batch.c
diff -u /dev/null pkgsrc/news/suck/patches/patch-batch.c:1.1
--- /dev/null   Sun Mar 22 09:43:36 2026
+++ pkgsrc/news/suck/patches/patch-batch.c      Sun Mar 22 09:43:36 2026
@@ -0,0 +1,14 @@
+$NetBSD: patch-batch.c,v 1.1 2026/03/22 09:43:36 nia Exp $
+
+Fix implicit declaration of exit.
+
+--- batch.c.orig       2026-03-22 09:33:07.817190751 +0000
++++ batch.c
+@@ -1,6 +1,7 @@
+ #include <config.h>
+ 
+ #include <stdio.h>
++#include <stdlib.h>
+ 
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>
Index: pkgsrc/news/suck/patches/patch-makephrases.c
diff -u /dev/null pkgsrc/news/suck/patches/patch-makephrases.c:1.1
--- /dev/null   Sun Mar 22 09:43:36 2026
+++ pkgsrc/news/suck/patches/patch-makephrases.c        Sun Mar 22 09:43:36 2026
@@ -0,0 +1,13 @@
+$NetBSD: patch-makephrases.c,v 1.1 2026/03/22 09:43:36 nia Exp $
+
+Fix implicit declaration of exit.
+
+--- makephrases.c.orig 2026-03-22 09:32:32.817078716 +0000
++++ makephrases.c
+@@ -1,5 +1,6 @@
+ 
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <ctype.h>
+ #include <string.h>
+ #include "suck_config.h"



Home | Main Index | Thread Index | Old Index