summaryrefslogtreecommitdiff
path: root/shells
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 /shells
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 'shells')
-rw-r--r--shells/scponly/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
index bb627dd007a..85e108b49c7 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/03/02 09:02:52 sborrill Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/20 06:09:08 rillig Exp $
DISTNAME= scponly-4.8
PKGREVISION= 2
@@ -31,6 +31,12 @@ CONFIGURE_ENV+= scponly_PROG_RMDIR=${TOOLS_RMDIR:Q}
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
CONFIGURE_ARGS+= --enable-scp-compat
+# helper.c: In function 'mysetenv':
+# helper.c:565:14: error: array subscript has type 'char' [-Werror=char-subscripts]
+# if ((safeenv[count] = strdup(buff))) {
+# Maybe fix this later.
+BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts
+
PKG_SHELL= bin/scponly
PKG_SYSCONFSUBDIR= scponly