From owner-svn-ports-all@freebsd.org Fri Aug 3 07:24:43 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8CFC1105FFF3; Fri, 3 Aug 2018 07:24:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3D34574511; Fri, 3 Aug 2018 07:24:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1E53F1D5D0; Fri, 3 Aug 2018 07:24:43 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w737OhUC060204; Fri, 3 Aug 2018 07:24:43 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w737OgaQ060203; Fri, 3 Aug 2018 07:24:42 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201808030724.w737OgaQ060203@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Fri, 3 Aug 2018 07:24:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476281 - head/irc/netwalker-ircc X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: head/irc/netwalker-ircc X-SVN-Commit-Revision: 476281 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2018 07:24:43 -0000 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: