svn commit: r559887 - head/irc/irc

Mark Linimon linimon at FreeBSD.org
Fri Jan 1 22:52:57 UTC 2021


Author: linimon
Date: Fri Jan  1 22:52:51 2021
New Revision: 559887
URL: https://svnweb.freebsd.org/changeset/ports/559887

Log:
  Mark as BROKEN on riscv64 the same as on aarch64.
  
  While here, pet portlint.

Modified:
  head/irc/irc/Makefile

Modified: head/irc/irc/Makefile
==============================================================================
--- head/irc/irc/Makefile	Fri Jan  1 22:52:46 2021	(r559886)
+++ head/irc/irc/Makefile	Fri Jan  1 22:52:51 2021	(r559887)
@@ -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.nl.uu.net/pub/mirrors/ftp.irc.org/server/
 DISTNAME=	${PORTNAME}${PORTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 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]* \
 			ru-ircd-hybrid-[0-9]* ircd-ru-[0-9]*
 
-BROKEN_aarch64=		Fails to link: missing sbrk
-
+USES=		tar:tgz
 USE_RC_SUBR=	ircd
 GNU_CONFIGURE=	yes
 CONFIGURE_OUTSOURCE=	yes


More information about the svn-ports-all mailing list