pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/sane-backends
Module Name: pkgsrc
Committed By: nia
Date: Fri Dec 19 12:07:47 UTC 2025
Modified Files:
pkgsrc/graphics/sane-backends: distinfo
Added Files:
pkgsrc/graphics/sane-backends/patches: patch-backend_umax1220u-common.c
Log Message:
sane-backends: Fix implicit declaration of bcmp(3).
Fixes build with recent gcc.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/graphics/sane-backends/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/graphics/sane-backends/patches/patch-backend_umax1220u-common.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/sane-backends/distinfo
diff -u pkgsrc/graphics/sane-backends/distinfo:1.58 pkgsrc/graphics/sane-backends/distinfo:1.59
--- pkgsrc/graphics/sane-backends/distinfo:1.58 Sun Oct 26 20:48:28 2025
+++ pkgsrc/graphics/sane-backends/distinfo Fri Dec 19 12:07:47 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.58 2025/10/26 20:48:28 wiz Exp $
+$NetBSD: distinfo,v 1.59 2025/12/19 12:07:47 nia Exp $
BLAKE2s (sane-backends-1.4.0.tar.gz) = 414b7edbdedc6a9c0280b452792a1fa648de69046d0a96fe5bf3e2fb4ead908d
SHA512 (sane-backends-1.4.0.tar.gz) = a5ec0cb9e12075be3c4d5eb445a290216c5699645bb6885845868a8323848cef3aafec30f0c380638195a0a8085a8cff4e190741e79ae8f2f70b4d71abeee572
@@ -6,5 +6,6 @@ Size (sane-backends-1.4.0.tar.gz) = 7505
SHA1 (patch-aa) = 6e2c605cbf6b437f4da2ba30d5e61c7d64e32bda
SHA1 (patch-ab) = 0f5ceb8b2e80c354bc8661c0dbc80e23c4f80ebe
SHA1 (patch-backend_pixma_pixma__bjnp.c) = c2e99ba6a4e6b177b0f8d151b65ece23cc44e3ef
+SHA1 (patch-backend_umax1220u-common.c) = 694ef980f0ec9bc9061a5e7fcd4563f3d1d8a61d
SHA1 (patch-m4_byteorder.m4) = 9e44d6a14b4c9de681dedcfb64344d21f6b549fc
SHA1 (patch-tools_umax__pp.c) = debe660184a1380a894e8a5414983f5fdb19cded
Added files:
Index: pkgsrc/graphics/sane-backends/patches/patch-backend_umax1220u-common.c
diff -u /dev/null pkgsrc/graphics/sane-backends/patches/patch-backend_umax1220u-common.c:1.1
--- /dev/null Fri Dec 19 12:07:47 2025
+++ pkgsrc/graphics/sane-backends/patches/patch-backend_umax1220u-common.c Fri Dec 19 12:07:47 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-backend_umax1220u-common.c,v 1.1 2025/12/19 12:07:47 nia Exp $
+
+Fix implicit declaration of bcmp(3).
+
+--- backend/umax1220u-common.c.orig 2025-12-19 11:50:08.955122239 +0000
++++ backend/umax1220u-common.c
+@@ -57,6 +57,7 @@
+
+
+ #include <string.h>
++#include <strings.h>
+ #include <errno.h>
+ #include <fcntl.h>
+ #include <sys/types.h>
Home |
Main Index |
Thread Index |
Old Index