pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/host
Module Name: pkgsrc
Committed By: nia
Date: Fri Mar 20 10:01:16 UTC 2026
Modified Files:
pkgsrc/net/host: distinfo
pkgsrc/net/host/patches: patch-ac
Log Message:
host: Fix implicit function decls
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/host/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/net/host/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/host/distinfo
diff -u pkgsrc/net/host/distinfo:1.16 pkgsrc/net/host/distinfo:1.17
--- pkgsrc/net/host/distinfo:1.16 Tue Oct 26 11:05:44 2021
+++ pkgsrc/net/host/distinfo Fri Mar 20 10:01:16 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.16 2021/10/26 11:05:44 nia Exp $
+$NetBSD: distinfo,v 1.17 2026/03/20 10:01:16 nia Exp $
BLAKE2s (host-20070128.tar.gz) = 28633f5294e8d1b57fe108a0ca89283f080d133b126fc886270513052001bde8
SHA512 (host-20070128.tar.gz) = 80f4d4878af40c93f33cc6c43d19b01415e66b3939b157544b4921b9f0b83ef1baa9ce0e151d951417be92973c4b038df80efae974be4bca2bbce43299db65fc
Size (host-20070128.tar.gz) = 152347 bytes
SHA1 (patch-aa) = a4f4511b550cd832199b7bae950e34d3205dfa24
SHA1 (patch-ab) = a61a742438fea90c2a2d1c276b992e30b206a8d5
-SHA1 (patch-ac) = 33a8403e0479260628e6e3d2a186daf3a0d4cb54
+SHA1 (patch-ac) = fa1ba3e134b74e726eea656076edd42ed703e0ce
Index: pkgsrc/net/host/patches/patch-ac
diff -u pkgsrc/net/host/patches/patch-ac:1.5 pkgsrc/net/host/patches/patch-ac:1.6
--- pkgsrc/net/host/patches/patch-ac:1.5 Wed Sep 20 11:18:13 2017
+++ pkgsrc/net/host/patches/patch-ac Fri Mar 20 10:01:16 2026
@@ -1,10 +1,20 @@
-$NetBSD: patch-ac,v 1.5 2017/09/20 11:18:13 jperkin Exp $
+$NetBSD: patch-ac,v 1.6 2026/03/20 10:01:16 nia Exp $
+
+Fix implicit declaration of strchr(3) and friends.
IRIX support.
---- host.h.orig 2006-10-03 15:54:29.000000000 +0200
-+++ host.h 2006-10-03 15:55:13.000000000 +0200
-@@ -151,7 +151,7 @@
+--- host.h.orig 2007-01-09 21:16:02.000000000 +0000
++++ host.h
+@@ -37,6 +37,7 @@
+ #include <sys/stat.h>
+
+ #include <stdio.h>
++#include <string.h>
+ #include <assert.h>
+ #include <ctype.h>
+ #include <errno.h>
+@@ -151,7 +152,7 @@ extern int errno;
extern int h_errno; /* defined in the resolver library */
#endif
Home |
Main Index |
Thread Index |
Old Index