svn commit: r476281 - head/irc/netwalker-ircc

Emanuel Haupt ehaupt at FreeBSD.org
Fri Aug 3 07:24:43 UTC 2018


Author: ehaupt
Date: Fri Aug  3 07:24:42 2018
New Revision: 476281
URL: https://svnweb.freebsd.org/changeset/ports/476281

Log:
  This port has a very old code base and would require a major rewrite to continue
  compiling with modern C++ standards. Since the upstream project has long since
  disappeared, mark this port DEPRECATED with an expiration period of 3 months. As
  a last resort effort to make it compile on ${OSVERSION} >= 1200056, force gcc
  version 6. At this point let go of maintainer-ship.

Modified:
  head/irc/netwalker-ircc/Makefile

Modified: head/irc/netwalker-ircc/Makefile
==============================================================================
--- head/irc/netwalker-ircc/Makefile	Fri Aug  3 06:58:31 2018	(r476280)
+++ head/irc/netwalker-ircc/Makefile	Fri Aug  3 07:24:42 2018	(r476281)
@@ -3,15 +3,18 @@
 
 PORTNAME=	netwalker-ircc
 PORTVERSION=	0.5.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc
 MASTER_SITES=	LOCAL/ehaupt
 
-MAINTAINER=	ehaupt at FreeBSD.org
+MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Lightweight curses-based IRC client
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Upstream gone, very old code base, use modern irc client instead
+EXPIRATION_DATE=	2018-11-03
+
 USES=		ncurses tar:tgz
 
 LDFLAGS+=	-lncurses -lpthread
@@ -20,7 +23,7 @@ LDFLAGS+=	-lncurses -lpthread
 
 # does not compile with clang 6.0.0
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200056
-USE_GCC=	yes
+USE_GCC=	6
 .endif
 
 post-patch:


More information about the svn-ports-all mailing list