aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2018-08-03 15:24:42 +0800
committerehaupt <ehaupt@FreeBSD.org>2018-08-03 15:24:42 +0800
commit27090f1132cacec9d3f5b4b102254595b80c0b07 (patch)
treee545f64cfde02faf7bd0231af40c7bd0df3f47bd /irc
parent1a84905031c983afafa36b42330a64d74429af4e (diff)
downloadfreebsd-ports-gnome-27090f1132cacec9d3f5b4b102254595b80c0b07.tar.gz
freebsd-ports-gnome-27090f1132cacec9d3f5b4b102254595b80c0b07.tar.zst
freebsd-ports-gnome-27090f1132cacec9d3f5b4b102254595b80c0b07.zip
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.
Diffstat (limited to 'irc')
-rw-r--r--irc/netwalker-ircc/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/irc/netwalker-ircc/Makefile b/irc/netwalker-ircc/Makefile
index 6c94636b32cf..533e5e34a28f 100644
--- a/irc/netwalker-ircc/Makefile
+++ b/irc/netwalker-ircc/Makefile
@@ -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: