pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/s-nail
Module Name: pkgsrc
Committed By: ktnb
Date: Sun Apr 12 02:30:03 UTC 2026
Modified Files:
pkgsrc/mail/s-nail: distinfo
Added Files:
pkgsrc/mail/s-nail/patches: patch-src_mx_iconv.c
Log Message:
s-nail: fixed building on NetBSD 11
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/s-nail/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/mail/s-nail/patches/patch-src_mx_iconv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/s-nail/distinfo
diff -u pkgsrc/mail/s-nail/distinfo:1.5 pkgsrc/mail/s-nail/distinfo:1.6
--- pkgsrc/mail/s-nail/distinfo:1.5 Fri Jun 28 13:01:31 2024
+++ pkgsrc/mail/s-nail/distinfo Sun Apr 12 02:30:03 2026
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.5 2024/06/28 13:01:31 ktnb Exp $
+$NetBSD: distinfo,v 1.6 2026/04/12 02:30:03 ktnb Exp $
BLAKE2s (s-nail-14.9.25.tar.gz) = ec72336121f187b4154b7663aa9efb6d14b4ae8c6f09efee822b3f2068f6140b
SHA512 (s-nail-14.9.25.tar.gz) = 151397918bd872c59f0e7e9244f9cab8b0795e4449754de4274436b0946b22f64e7e757be41a350bc517f41de2afa113b4e83ac8c4a65508d725f02f255ae39c
Size (s-nail-14.9.25.tar.gz) = 1107097 bytes
SHA1 (patch-mk_make-install.sh) = a7537f2e6b65fc32a6257f1def5b06bc39e2fe91
+SHA1 (patch-src_mx_iconv.c) = 98e2a165130f7ff808a829e86fa925ac236ec3d0
Added files:
Index: pkgsrc/mail/s-nail/patches/patch-src_mx_iconv.c
diff -u /dev/null pkgsrc/mail/s-nail/patches/patch-src_mx_iconv.c:1.1
--- /dev/null Sun Apr 12 02:30:03 2026
+++ pkgsrc/mail/s-nail/patches/patch-src_mx_iconv.c Sun Apr 12 02:30:03 2026
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_mx_iconv.c,v 1.1 2026/04/12 02:30:03 ktnb Exp $
+
+Fixed iconv for NetBSD 11
+
+--- src/mx/iconv.c.orig 2026-04-12 02:25:44.693135429 +0000
++++ src/mx/iconv.c
+@@ -167,7 +167,7 @@ n_iconv_reset(iconv_t cd){
+ /* Citrus project? */
+ # if defined _ICONV_H_ && defined __ICONV_F_HIDE_INVALID
+ /* DragonFly 3.2.1 is special TODO newer DragonFly too, but different */
+-# if su_OS_DRAGONFLY
++# if su_OS_DRAGONFLY || su_OS_NETBSD
+ # define a_X(X) S(char** __restrict__,S(void*,UNCONST(char*,X)))
+ # else
+ # define a_X(X) S(char const**,S(void*,UNCONST(char*,X)))
Home |
Main Index |
Thread Index |
Old Index