pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/chmlib
Module Name: pkgsrc
Committed By: nia
Date: Sat Dec 20 12:19:03 UTC 2025
Modified Files:
pkgsrc/devel/chmlib: distinfo
pkgsrc/devel/chmlib/patches: patch-src_chm_http.c
Log Message:
chmlib: Fix more implicit function decls.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/chmlib/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/chmlib/patches/patch-src_chm_http.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/chmlib/distinfo
diff -u pkgsrc/devel/chmlib/distinfo:1.17 pkgsrc/devel/chmlib/distinfo:1.18
--- pkgsrc/devel/chmlib/distinfo:1.17 Mon Sep 29 20:47:28 2025
+++ pkgsrc/devel/chmlib/distinfo Sat Dec 20 12:19:03 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.17 2025/09/29 20:47:28 mrg Exp $
+$NetBSD: distinfo,v 1.18 2025/12/20 12:19:03 nia Exp $
BLAKE2s (chmlib-0.40.tar.bz2) = 35d93bd8c6e5d66ffce99b75b40615262a66c21bcc21ef27405340479eaad8fb
SHA512 (chmlib-0.40.tar.bz2) = 3a3e151cf455b19e9e7c163a1d1e5ac52e8196f0b98f77932c72af58f3517824b9244667a18279ae754ccea784f6d6ab0c47465e74e3768ce98bb7dca0ca16e3
Size (chmlib-0.40.tar.bz2) = 252036 bytes
SHA1 (patch-aa) = c4a7c21e8ae0cb097e9225cdf7e099395c5ed331
SHA1 (patch-ac) = 32c3e3a1fe548123bce15de4cb81b869c9cbded8
-SHA1 (patch-src_chm_http.c) = 9b0219ad59ec00c4c3afe3abcf7b946f8f22ee50
+SHA1 (patch-src_chm_http.c) = 0a0f687a7f40bfce7489960a69b98613ccd06e33
Index: pkgsrc/devel/chmlib/patches/patch-src_chm_http.c
diff -u pkgsrc/devel/chmlib/patches/patch-src_chm_http.c:1.1 pkgsrc/devel/chmlib/patches/patch-src_chm_http.c:1.2
--- pkgsrc/devel/chmlib/patches/patch-src_chm_http.c:1.1 Mon Sep 29 20:47:29 2025
+++ pkgsrc/devel/chmlib/patches/patch-src_chm_http.c Sat Dec 20 12:19:03 2025
@@ -1,10 +1,18 @@
-$NetBSD: patch-src_chm_http.c,v 1.1 2025/09/29 20:47:29 mrg Exp $
+$NetBSD: patch-src_chm_http.c,v 1.2 2025/12/20 12:19:03 nia Exp $
-Add missing header for inet_addr(3).
+Add missing headers for inet_addr(3), close(2), write(2).
---- src/chm_http.c.orig 2009-05-23 08:08:18.000000000 -0700
-+++ src/chm_http.c 2025-09-25 11:57:21.415075179 -0700
-@@ -43,6 +43,7 @@
+--- src/chm_http.c.orig 2009-05-23 15:08:18.000000000 +0000
++++ src/chm_http.c
+@@ -33,6 +33,7 @@
+ #define _REENTRANT
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <unistd.h>
+ #include <string.h>
+ #if __sun || __sgi
+ #include <strings.h>
+@@ -43,6 +44,7 @@
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
Home |
Main Index |
Thread Index |
Old Index