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:   mrg
Date:           Mon Sep 29 20:47:29 UTC 2025

Modified Files:
        pkgsrc/devel/chmlib: distinfo
Added Files:
        pkgsrc/devel/chmlib/patches: patch-src_chm_http.c

Log Message:
include <arpa/inet.h> for inet_addr(3).  found by GCC 14.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/chmlib/distinfo
cvs rdiff -u -r0 -r1.1 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.16 pkgsrc/devel/chmlib/distinfo:1.17
--- pkgsrc/devel/chmlib/distinfo:1.16   Tue Oct 26 10:14:24 2021
+++ pkgsrc/devel/chmlib/distinfo        Mon Sep 29 20:47:28 2025
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 10:14:24 nia Exp $
+$NetBSD: distinfo,v 1.17 2025/09/29 20:47:28 mrg 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

Added files:

Index: pkgsrc/devel/chmlib/patches/patch-src_chm_http.c
diff -u /dev/null pkgsrc/devel/chmlib/patches/patch-src_chm_http.c:1.1
--- /dev/null   Mon Sep 29 20:47:29 2025
+++ pkgsrc/devel/chmlib/patches/patch-src_chm_http.c    Mon Sep 29 20:47:29 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_chm_http.c,v 1.1 2025/09/29 20:47:29 mrg Exp $
+
+Add missing header for inet_addr(3).
+
+--- 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 @@
+ #include <sys/socket.h>
+ #include <sys/types.h>
+ #include <netinet/in.h>
++#include <arpa/inet.h>
+ 
+ /* threading includes */
+ #include <pthread.h>



Home | Main Index | Thread Index | Old Index