svn commit: r499635 - branches/2019Q2/lang/ccl

Antoine Brodin antoine at FreeBSD.org
Mon Apr 22 12:37:37 UTC 2019


Author: antoine
Date: Mon Apr 22 12:37:36 2019
New Revision: 499635
URL: https://svnweb.freebsd.org/changeset/ports/499635

Log:
  MFH: r499633
  
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout

Modified:
  branches/2019Q2/lang/ccl/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/lang/ccl/Makefile
==============================================================================
--- branches/2019Q2/lang/ccl/Makefile	Mon Apr 22 12:37:08 2019	(r499634)
+++ branches/2019Q2/lang/ccl/Makefile	Mon Apr 22 12:37:36 2019	(r499635)
@@ -14,6 +14,8 @@ LICENSE=	LGPL21
 
 WRKSRC=		${WRKDIR}/ccl
 
+BROKEN_FreeBSD_12=	SHF_MERGE section size must be a multiple of sh_entsize
+BROKEN_FreeBSD_13=	SHF_MERGE section size must be a multiple of sh_entsize
 ONLY_FOR_ARCHS=	i386 amd64
 
 CCL_DIRECTORY=	${PREFIX}/lib/ccl


More information about the svn-ports-all mailing list