Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Aug 2018 07:24:42 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476281 - head/irc/netwalker-ircc
Message-ID:  <201808030724.w737OgaQ060203@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
+MAINTAINER=	ports@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:



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