svn commit: r535691 - head/emulators/ods2reader

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


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

Log:
  Fix OSVERSIONs for error messages.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/emulators/ods2reader/Makefile

Modified: head/emulators/ods2reader/Makefile
==============================================================================
--- head/emulators/ods2reader/Makefile	Mon May 18 00:30:01 2020	(r535690)
+++ head/emulators/ods2reader/Makefile	Mon May 18 00:30:18 2020	(r535691)
@@ -13,8 +13,8 @@ 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 '('
+BROKEN_FreeBSD_12_powerpc64=	fails to build: ods-2-reader.new.c:60:1: error: unterminated #ifdef
+BROKEN_FreeBSD_13_powerpc64=	fails to build: ods-2-reader.new.c:3:687: error: expected identifier or '('
 
 USES=		zip
 NO_WRKSUBDIR=	yes


More information about the svn-ports-head mailing list