svn commit: r497011 - head/russian/ircd-hybrid

Rodrigo Osorio rodrigo at FreeBSD.org
Thu Mar 28 11:16:45 UTC 2019


Author: rodrigo
Date: Thu Mar 28 11:16:44 2019
New Revision: 497011
URL: https://svnweb.freebsd.org/changeset/ports/497011

Log:
  Mark this port broken and set an expiration date
  
  The russian hybrid ircd project is abandonned since 2009
  and the code is one major version under the hybrid ircd project.
  
  In addition the server doesn't compile after the last openssl API change.
  
  Set the expiration date to the end of next month, and bump portrevision.

Modified:
  head/russian/ircd-hybrid/Makefile

Modified: head/russian/ircd-hybrid/Makefile
==============================================================================
--- head/russian/ircd-hybrid/Makefile	Thu Mar 28 10:40:56 2019	(r497010)
+++ head/russian/ircd-hybrid/Makefile	Thu Mar 28 11:16:44 2019	(r497011)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ircd
 PORTVERSION=	7.2.4
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	russian irc
 MASTER_SITES=	SF/${PORTNAME}-hybrid-ru/${PORTNAME}-hybrid-ru/${PORTNAME}-hybrid-ru-${PORTVERSION} \
 		ftp://rusunix.org/pub/FreeBSD/distfiles/
@@ -18,9 +18,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 CONFLICTS_INSTALL=	ircd-[0-9]* irc-[0-9]* charybdis-[0-9]* Nefarious-[0-9]* ircd-hybrid-[0-9]* ircd-ratbox* bnc whois
 
-BROKEN_aarch64=		fails to compile: passing void * to parameter of incompatible type
-BROKEN_armv6=		fails to compile: passing void * to parameter of incompatible type
-BROKEN_armv7=		fails to compile: passing void * to parameter of incompatible type
+BROKEN=		Don't compile after last openssl API changes
+DEPRECATED=	The project is inactive since 2009 and the code is outdated
+EXPIRATION_DATE=	2019-04-30
 
 WRKSRC=		${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX}-ru
 USES=		bison ssl


More information about the svn-ports-all mailing list