diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-03-28 11:16:44 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-03-28 11:16:44 +0000 |
commit | 67f8f6f6a97fac435f75ec48f8ca213dd57cd669 (patch) | |
tree | 493d511016255ebaa1fa927c7fc8b3009e9466b4 /russian | |
parent | d50f55c2c57e7d1478848f1c2e8bbb5e653341e6 (diff) |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/ircd-hybrid/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/russian/ircd-hybrid/Makefile b/russian/ircd-hybrid/Makefile index b3a57fd0b000..ec292dbc0ada 100644 --- a/russian/ircd-hybrid/Makefile +++ b/russian/ircd-hybrid/Makefile @@ -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 |