svn commit: r546902 - in head/irc: hybserv xaric

Tobias C. Berner tcberner at FreeBSD.org
Sat Aug 29 10:46:11 UTC 2020


Author: tcberner
Date: Sat Aug 29 10:46:10 2020
New Revision: 546902
URL: https://svnweb.freebsd.org/changeset/ports/546902

Log:
  irc/: Fix build with clang11 and deprecate ports@ ports

Modified:
  head/irc/hybserv/Makefile
  head/irc/xaric/Makefile

Modified: head/irc/hybserv/Makefile
==============================================================================
--- head/irc/hybserv/Makefile	Sat Aug 29 10:39:06 2020	(r546901)
+++ head/irc/hybserv/Makefile	Sat Aug 29 10:46:10 2020	(r546902)
@@ -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}
 

Modified: head/irc/xaric/Makefile
==============================================================================
--- head/irc/xaric/Makefile	Sat Aug 29 10:39:06 2020	(r546901)
+++ head/irc/xaric/Makefile	Sat Aug 29 10:46:10 2020	(r546902)
@@ -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


More information about the svn-ports-head mailing list