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.
This commit is contained in:
parent
dfeb819ae5
commit
818479890c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476281
1 changed files with 6 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue