summaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-20 06:09:03 +0000
committerrillig <rillig@pkgsrc.org>2020-05-20 06:09:03 +0000
commite67afe214b2f562c8ef976023915ce7b2b010f08 (patch)
tree8bc9014eb0b670d92e8e9c47b03b37496a61c767 /news
parent96ab5fbe38d2155394682ee895e27fecfaf99b75 (diff)
downloadpkgsrc-e67afe214b2f562c8ef976023915ce7b2b010f08.tar.gz
mark packages that fail with -Werror=char-subscripts
These packages are susceptible to bugs when confronted with non-ASCII characters. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182. It takes some time to analyze and fix these individually, therefore they are only marked as "needs work".
Diffstat (limited to 'news')
-rw-r--r--news/nn/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/news/nn/Makefile b/news/nn/Makefile
index 05f39e4345a..0fb5724e0c0 100644
--- a/news/nn/Makefile
+++ b/news/nn/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.50 2019/11/04 19:17:11 rillig Exp $
+# $NetBSD: Makefile,v 1.51 2020/05/20 06:09:07 rillig Exp $
DISTNAME= nn-6.7.3
PKGREVISION= 5
@@ -16,6 +16,12 @@ TOOL_DEPENDS+= tradcpp-[0-9]*:../../devel/tradcpp
CPPFLAGS.IRIX+= -DHAVE_TERMIO_H
+# decode.c: In function 'decode_line':
+# decode.c:132:22: error: array subscript has type 'char' [-Werror=char-subscripts]
+# if ((blen = trtbl[buf[0]]) < 0) {
+# Maybe fix this later.
+BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
+
OPSYSVARS+= SFILE
SFILE.SunOS= s-sunos5.h
SFILE.Linux= s-linux.h