Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Aug 2018 10:56:57 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476347 - head/irc/netwalker-ircc
Message-ID:  <201808041056.w74Auv2I009929@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sat Aug  4 10:56:56 2018
New Revision: 476347
URL: https://svnweb.freebsd.org/changeset/ports/476347

Log:
  Add references to PR 226177 which tracks the breakage of this port by
  clang 6.0.0.
  
  PR:		226177

Modified:
  head/irc/netwalker-ircc/Makefile

Modified: head/irc/netwalker-ircc/Makefile
==============================================================================
--- head/irc/netwalker-ircc/Makefile	Sat Aug  4 09:37:56 2018	(r476346)
+++ head/irc/netwalker-ircc/Makefile	Sat Aug  4 10:56:56 2018	(r476347)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808041056.w74Auv2I009929>