svn commit: r499633 - head/lang/ccl

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


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

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

Modified:
  head/lang/ccl/Makefile

Modified: head/lang/ccl/Makefile
==============================================================================
--- head/lang/ccl/Makefile	Mon Apr 22 12:29:44 2019	(r499632)
+++ head/lang/ccl/Makefile	Mon Apr 22 12:36:53 2019	(r499633)
@@ -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