mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
Mark as BROKEN on riscv64 the same as on aarch64.
While here, pet portlint.
This commit is contained in:
parent
b4b04c5e5c
commit
2176db9e2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559887
1 changed files with 4 additions and 3 deletions
|
@ -8,16 +8,17 @@ MASTER_SITES= http://ftp.irc.org/ftp/irc/server/ \
|
||||||
ftp://ftp.archive.de.uu.net/pub/mirrors/ftp.irc.org/server/ \
|
ftp://ftp.archive.de.uu.net/pub/mirrors/ftp.irc.org/server/ \
|
||||||
ftp://ftp.nl.uu.net/pub/mirrors/ftp.irc.org/server/
|
ftp://ftp.nl.uu.net/pub/mirrors/ftp.irc.org/server/
|
||||||
DISTNAME= ${PORTNAME}${PORTVERSION}
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
||||||
EXTRACT_SUFX= .tgz
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= The "Internet Relay Chat" Server
|
COMMENT= The "Internet Relay Chat" Server
|
||||||
|
|
||||||
|
BROKEN_aarch64= Fails to link: missing sbrk
|
||||||
|
BROKEN_riscv64= Fails to link: missing sbrk
|
||||||
|
|
||||||
CONFLICTS_INSTALL= charybdis-[0-9]* ircd-hybrid-[0-9]* Nefarious-[0-9]* \
|
CONFLICTS_INSTALL= charybdis-[0-9]* ircd-hybrid-[0-9]* Nefarious-[0-9]* \
|
||||||
ru-ircd-hybrid-[0-9]* ircd-ru-[0-9]*
|
ru-ircd-hybrid-[0-9]* ircd-ru-[0-9]*
|
||||||
|
|
||||||
BROKEN_aarch64= Fails to link: missing sbrk
|
USES= tar:tgz
|
||||||
|
|
||||||
USE_RC_SUBR= ircd
|
USE_RC_SUBR= ircd
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_OUTSOURCE= yes
|
CONFIGURE_OUTSOURCE= yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue