summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-08-29 10:46:10 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-08-29 10:46:10 +0000
commitcfacac9d68e57fddc3549c460e8bb9e20ae6dfc1 (patch)
tree1a09a7b5d99aca88002e53756fd817cfcb082cd4 /irc
parent8f30718286d2ad7829e3dc6774846869ee63df45 (diff)
downloadfreebsd-ports-cfacac9d68e57fddc3549c460e8bb9e20ae6dfc1.zip
irc/: Fix build with clang11 and deprecate ports@ ports
Diffstat (limited to 'irc')
-rw-r--r--irc/hybserv/Makefile5
-rw-r--r--irc/xaric/Makefile5
2 files changed, 10 insertions, 0 deletions
diff --git a/irc/hybserv/Makefile b/irc/hybserv/Makefile
index 7497538528ba..9bbdcb6b02c0 100644
--- a/irc/hybserv/Makefile
+++ b/irc/hybserv/Makefile
@@ -18,6 +18,11 @@ GH_PROJECT= ${PORTNAME}2
USES= gmake
GNU_CONFIGURE= yes
+CFLAGS+= -fcommon
+
+EXPIRATION_DATE= 2020-09-30
+DEPRECATED= Unmaintained and dead upstream
+
USERS= ${PORTNAME}
GROUPS= ${USERS}
diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile
index 8ea3bb761bd9..9805ac88aa01 100644
--- a/irc/xaric/Makefile
+++ b/irc/xaric/Makefile
@@ -12,6 +12,11 @@ COMMENT= IRC Client similer to BitchX or ircII
GNU_CONFIGURE= yes
USES= gmake ncurses pathfix ssl
+CFLAGS+= -fcommon
+
+EXPIRATION_DATE= 2020-09-30
+DEPRECATED= Unmaintained and dead upstream
+
post-patch:
@${REINPLACE_CMD} -e 's|-ggdb3||g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure