Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/ja-mh mail/ja-mh: document possible array[char] bug



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a400e3aef653
branches:  trunk
changeset: 432721:a400e3aef653
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 25 05:35:35 2020 +0000

description:
mail/ja-mh: document possible array[char] bug

diffstat:

 mail/ja-mh/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 4c117ce81a30 -r a400e3aef653 mail/ja-mh/Makefile
--- a/mail/ja-mh/Makefile       Mon May 25 05:34:49 2020 +0000
+++ b/mail/ja-mh/Makefile       Mon May 25 05:35:35 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/11/02 16:25:22 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2020/05/25 05:35:35 rillig Exp $
 
 DISTNAME=      mh-6.8.4-JP-3.05
 PKGNAME=       ja-mh6-3.05
@@ -35,6 +35,12 @@
 CONFIGURE_ARGS+=       --enable-apop=${PREFIX:Q}/etc/pop.auth
 CONFIGURE_ARGS+=       --enable-rpop
 
+# m_getfld.c: In function 'm_unknown':
+# m_getfld.c:683:9: error: array subscript has type 'char' [-Werror=char-subscripts]
+#   pat_map[*cp] = (unsigned char *)cp;
+# Maybe fix this later.
+BUILDLINK_TRANSFORM+=  rm:-Werror=char-subscripts
+
 INSTALLATION_DIRS=     bin lib
 
 post-install:



Home | Main Index | Thread Index | Old Index