pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/attr
Module Name: pkgsrc
Committed By: wiz
Date: Tue Oct 7 05:29:46 UTC 2025
Modified Files:
pkgsrc/sysutils/attr: distinfo
Added Files:
pkgsrc/sysutils/attr/patches: patch-tools_attr.c
Log Message:
attr: add missing header for basename(), to fix build with gcc 14
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/attr/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/sysutils/attr/patches/patch-tools_attr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/attr/distinfo
diff -u pkgsrc/sysutils/attr/distinfo:1.7 pkgsrc/sysutils/attr/distinfo:1.8
--- pkgsrc/sysutils/attr/distinfo:1.7 Sun Jan 14 08:52:30 2024
+++ pkgsrc/sysutils/attr/distinfo Tue Oct 7 05:29:46 2025
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2024/01/14 08:52:30 wiz Exp $
+$NetBSD: distinfo,v 1.8 2025/10/07 05:29:46 wiz Exp $
BLAKE2s (attr-2.5.2.tar.xz) = b5de9fb010ca9a567602f62a412efe652e68e85336c3f63ef15c52611470790c
SHA512 (attr-2.5.2.tar.xz) = f587ea544effb7cfed63b3027bf14baba2c2dbe3a9b6c0c45fc559f7e8cb477b3e9a4a826eae30f929409468c50d11f3e7dc6d2500f41e1af8662a7e96a30ef3
Size (attr-2.5.2.tar.xz) = 334180 bytes
+SHA1 (patch-tools_attr.c) = 85f2f6585a3879d2b1da1a4254d657c45a82ea37
Added files:
Index: pkgsrc/sysutils/attr/patches/patch-tools_attr.c
diff -u /dev/null pkgsrc/sysutils/attr/patches/patch-tools_attr.c:1.3
--- /dev/null Tue Oct 7 05:29:46 2025
+++ pkgsrc/sysutils/attr/patches/patch-tools_attr.c Tue Oct 7 05:29:46 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-tools_attr.c,v 1.3 2025/10/07 05:29:46 wiz Exp $
+
+Add missing header for basename().
+
+--- tools/attr.c.orig 2025-10-07 05:28:37.594126215 +0000
++++ tools/attr.c
+@@ -28,6 +28,7 @@
+ #include <errno.h>
+ #include <string.h>
+ #include <locale.h>
++#include <libgen.h>
+
+ #include <attr/attributes.h>
+
Home |
Main Index |
Thread Index |
Old Index