svn commit: r561995 - head/archivers/star

Mark Linimon linimon at FreeBSD.org
Tue Jan 19 01:13:05 UTC 2021


Author: linimon
Date: Tue Jan 19 01:13:05 2021
New Revision: 561995
URL: https://svnweb.freebsd.org/changeset/ports/561995

Log:
  Mark as BROKEN on riscv64.
  
  This appears to be an older project that has no autoconf stanza for riscv64.
  
  Approved by:	portmgr (tier-2 blanket)
  Obtained from:	lonesome.com build testing

Modified:
  head/archivers/star/Makefile

Modified: head/archivers/star/Makefile
==============================================================================
--- head/archivers/star/Makefile	Tue Jan 19 01:07:08 2021	(r561994)
+++ head/archivers/star/Makefile	Tue Jan 19 01:13:05 2021	(r561995)
@@ -14,6 +14,8 @@ LICENSE=	CDDL GPLv2
 LICENSE_COMB=	multi
 LICENSE_FILE=	${WRKSRC}/CDDL.Schily.txt
 
+BROKEN_riscv64=		fails to configure in autoconf: checking whether the C compiler (riscv64-freebsd-clang) works... no
+
 USES=		gmake gettext iconv tar:bzip2
 BINARY_WRAPPERS=	gm4
 


More information about the svn-ports-all mailing list