pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/unix2dos



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec 18 12:57:48 UTC 2025

Modified Files:
        pkgsrc/converters/unix2dos: distinfo
Added Files:
        pkgsrc/converters/unix2dos/patches: patch-unix2dos.c

Log Message:
unix2dos: Fix implicit function decl.

Fixes build on illumos with recent gcc & probably others


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/converters/unix2dos/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/unix2dos/patches/patch-unix2dos.c

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

Modified files:

Index: pkgsrc/converters/unix2dos/distinfo
diff -u pkgsrc/converters/unix2dos/distinfo:1.8 pkgsrc/converters/unix2dos/distinfo:1.9
--- pkgsrc/converters/unix2dos/distinfo:1.8     Tue Oct 26 10:06:53 2021
+++ pkgsrc/converters/unix2dos/distinfo Thu Dec 18 12:57:48 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:06:53 nia Exp $
+$NetBSD: distinfo,v 1.9 2025/12/18 12:57:48 nia Exp $
 
 BLAKE2s (unix2dos-1.3.tar.gz) = 779ec61e91a7b16da962a0ceaafe3d4f114d5e9dec3618208b3d4fd3902dfed1
 SHA512 (unix2dos-1.3.tar.gz) = 4de17d5d99cb3972a354a629dafe52c3c353dec10e8d65e2fc1ce5cb45c67df69eec2bc692514119527c396bff3bd28ae34ef1b49f772cc9bd20ecaa27d3b071
 Size (unix2dos-1.3.tar.gz) = 2233 bytes
 SHA1 (patch-Makefile) = 5ad5a55bbde9d4ae957d2ad87622044f9ff85b58
+SHA1 (patch-unix2dos.c) = b6cd2e042db8b2a6d7bef42fdd7d45e92b40a565

Added files:

Index: pkgsrc/converters/unix2dos/patches/patch-unix2dos.c
diff -u /dev/null pkgsrc/converters/unix2dos/patches/patch-unix2dos.c:1.1
--- /dev/null   Thu Dec 18 12:57:48 2025
+++ pkgsrc/converters/unix2dos/patches/patch-unix2dos.c Thu Dec 18 12:57:48 2025
@@ -0,0 +1,12 @@
+$NetBSD: patch-unix2dos.c,v 1.1 2025/12/18 12:57:48 nia Exp $
+
+Add missing include for exit(3).
+
+--- unix2dos.c.orig    2001-05-22 23:58:39.000000000 +0000
++++ unix2dos.c
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <unistd.h>
+ #include <sys/types.h>



Home | Main Index | Thread Index | Old Index