svn commit: r535687 - head/emulators/ods2reader

Mark Linimon linimon at FreeBSD.org
Mon May 18 00:18:40 UTC 2020


Author: linimon
Date: Mon May 18 00:18:39 2020
New Revision: 535687
URL: https://svnweb.freebsd.org/changeset/ports/535687

Log:
  Mark as broken on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/emulators/ods2reader/Makefile

Modified: head/emulators/ods2reader/Makefile
==============================================================================
--- head/emulators/ods2reader/Makefile	Sun May 17 22:33:14 2020	(r535686)
+++ head/emulators/ods2reader/Makefile	Mon May 18 00:18:39 2020	(r535687)
@@ -13,6 +13,9 @@ EXTRACT_SUFX=	.ZIP
 MAINTAINER=	ak at FreeBSD.org
 COMMENT=	Copies files from VMS Files-11 (ODS2) file systems
 
+BROKEN_FreeBSD_11_powerpc64=	fails to build: ods-2-reader.new.c:60:1: error: unterminated #ifdef
+BROKEN_FreeBSD_12_powerpc64=	fails to build: ods-2-reader.new.c:3:687: error: expected identifier or '('
+
 USES=		zip
 NO_WRKSUBDIR=	yes
 PLIST_FILES=	bin/ods2reader


More information about the svn-ports-head mailing list