svn commit: r473157 - head/devel/elfutils

Antoine Brodin antoine at FreeBSD.org
Sat Jun 23 19:51:40 UTC 2018


Author: antoine
Date: Sat Jun 23 19:51:39 2018
New Revision: 473157
URL: https://svnweb.freebsd.org/changeset/ports/473157

Log:
  Fix incorrect IGNORE

Modified:
  head/devel/elfutils/Makefile

Modified: head/devel/elfutils/Makefile
==============================================================================
--- head/devel/elfutils/Makefile	Sat Jun 23 19:43:24 2018	(r473156)
+++ head/devel/elfutils/Makefile	Sat Jun 23 19:51:39 2018	(r473157)
@@ -15,7 +15,7 @@ LICENSE_FILE_GPLv3+ =	${WRKSRC}/COPYING
 LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING-GPLV2
 LICENSE_FILE_LGPL3=	${WRKSRC}/COPYING-LGPLV3
 
-IGNORE_FreeBSD_11=	stable/10 and 11.0 base libelf.h lack needed ELF types
+IGNORE_FreeBSD_10=	stable/10 base libelf.h lacks needed ELF types
 
 BROKEN_aarch64=		fails to build: fatal error: linux/uio.h: No such file or directory
 BROKEN_armv6=		fails to build: fails to compile i386_disasm.c


More information about the svn-ports-all mailing list