summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2018-08-04 10:56:56 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2018-08-04 10:56:56 +0000
commitfabf6170e4e26552b267c1a287da68abbcfa56c8 (patch)
treeddbde1f10487e4052d1bd29f355d7538867f4922
parent- Update WWW (diff)
Add references to PR 226177 which tracks the breakage of this port by
clang 6.0.0. PR: 226177
-rw-r--r--irc/netwalker-ircc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/irc/netwalker-ircc/Makefile b/irc/netwalker-ircc/Makefile
index 533e5e34a28f..99eb7c70b65b 100644
--- a/irc/netwalker-ircc/Makefile
+++ b/irc/netwalker-ircc/Makefile
@@ -12,6 +12,7 @@ COMMENT= Lightweight curses-based IRC client
LICENSE= GPLv2
+# Also see PR 226177.
DEPRECATED= Upstream gone, very old code base, use modern irc client instead
EXPIRATION_DATE= 2018-11-03
@@ -21,7 +22,7 @@ LDFLAGS+= -lncurses -lpthread
.include <bsd.port.pre.mk>
-# does not compile with clang 6.0.0
+# Does not compile with clang 6.0.0; PR 226177.
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056
USE_GCC= 6
.endif