pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/ja-mh
Module Name: pkgsrc
Committed By: rillig
Date: Mon May 25 05:35:35 UTC 2020
Modified Files:
pkgsrc/mail/ja-mh: Makefile
Log Message:
mail/ja-mh: document possible array[char] bug
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/mail/ja-mh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/ja-mh/Makefile
diff -u pkgsrc/mail/ja-mh/Makefile:1.14 pkgsrc/mail/ja-mh/Makefile:1.15
--- pkgsrc/mail/ja-mh/Makefile:1.14 Sat Nov 2 16:25:22 2019
+++ pkgsrc/mail/ja-mh/Makefile Mon May 25 05:35:35 2020
@@ -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-jmandir=${PREF
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