summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2020-08-30 09:47:49 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2020-08-30 09:47:49 +0000
commita1b290c54de889d9db069a15f2560230fd19d999 (patch)
treef167b9dd249df742f657c72fe7d08331880dd730 /irc
parentFix build with clang11 (diff)
Extend expiration of ports broken with -fno-common
Extend the expiration of unmaintained leaf ports that are broken with -fno-common and previously had a short expiration date. The new date is set to 2021-04-01, meaning the ports will be in the 2021Q2 branch, giving people until 2021-06-30 (10 months from now) to fix issues. Improve the wording of the deprecation message, mentioning both llvm 11 and -fno-common. Bump portrevision to force reinstall. This way the warning message about deprecation will be displayed to users installing or reinstalling the software. MFH: 2020Q3 (maybe)
Notes
Notes: svn path=/head/; revision=547044
Diffstat (limited to 'irc')
-rw-r--r--irc/hybserv/Makefile5
-rw-r--r--irc/xaric/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/irc/hybserv/Makefile b/irc/hybserv/Makefile
index 9bbdcb6b02c0..aa696c8f6847 100644
--- a/irc/hybserv/Makefile
+++ b/irc/hybserv/Makefile
@@ -4,6 +4,7 @@
PORTNAME= hybserv
DISTVERSIONPREFIX= REL_
DISTVERSION= 1_9_5
+PORTREVISION= 1
CATEGORIES= irc
MAINTAINER= ports@FreeBSD.org
@@ -20,8 +21,8 @@ GNU_CONFIGURE= yes
CFLAGS+= -fcommon
-EXPIRATION_DATE= 2020-09-30
-DEPRECATED= Unmaintained and dead upstream
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
USERS= ${PORTNAME}
GROUPS= ${USERS}
diff --git a/irc/xaric/Makefile b/irc/xaric/Makefile
index 9805ac88aa01..99e3fd99022e 100644
--- a/irc/xaric/Makefile
+++ b/irc/xaric/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xaric
PORTVERSION= 0.13.7
+PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://xaric.org/software/xaric/releases/
@@ -14,8 +15,8 @@ USES= gmake ncurses pathfix ssl
CFLAGS+= -fcommon
-EXPIRATION_DATE= 2020-09-30
-DEPRECATED= Unmaintained and dead upstream
+DEPRECATED= Unmaintained and dead upstream, does not build with -fno-common (llvm 11)
+EXPIRATION_DATE=2021-04-01
post-patch:
@${REINPLACE_CMD} -e 's|-ggdb3||g' ${WRKSRC}/Makefile.in