svn commit: r555213 - head/dns/dnsutl

Mikael Urankar mikael at FreeBSD.org
Sun Nov 15 13:24:54 UTC 2020


Author: mikael
Date: Sun Nov 15 13:24:53 2020
New Revision: 555213
URL: https://svnweb.freebsd.org/changeset/ports/555213

Log:
  dns/dnsutl: mark as broken on aarch64
  
  FAILED test of common/srrf.c file
  
  Reported by:	linimon

Modified:
  head/dns/dnsutl/Makefile

Modified: head/dns/dnsutl/Makefile
==============================================================================
--- head/dns/dnsutl/Makefile	Sun Nov 15 13:24:37 2020	(r555212)
+++ head/dns/dnsutl/Makefile	Sun Nov 15 13:24:53 2020	(r555213)
@@ -12,6 +12,7 @@ COMMENT=	Programs to make using DNS easier
 
 LIB_DEPENDS=	libexplain.so:devel/libexplain
 
+BROKEN_aarch64=		fails to package: FAILED test of common/srrf.c file
 BROKEN_armv6=		fails to package: FAILED test of common/srrf.c file
 BROKEN_armv7=		fails to package: FAILED test of common/srrf.c file
 


More information about the svn-ports-all mailing list