svn commit: r422439 - head/devel/e2fsprogs-libss

Mark Linimon linimon at FreeBSD.org
Mon Sep 19 13:25:09 UTC 2016


Author: linimon
Date: Mon Sep 19 13:25:08 2016
New Revision: 422439
URL: https://svnweb.freebsd.org/changeset/ports/422439

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

Modified:
  head/devel/e2fsprogs-libss/Makefile

Modified: head/devel/e2fsprogs-libss/Makefile
==============================================================================
--- head/devel/e2fsprogs-libss/Makefile	Mon Sep 19 13:20:22 2016	(r422438)
+++ head/devel/e2fsprogs-libss/Makefile	Mon Sep 19 13:25:08 2016	(r422439)
@@ -8,11 +8,14 @@ PKGNAMESUFFIX=	-libss
 MAINTAINER=	kaduk-fbsd at mit.edu
 COMMENT=	Command-line interface parsing library from e2fsprogs
 
-BROKEN_powerpc64=	Does not build
-
 CONFLICTS=	heimdal-[0-9]*
 CONFLICTS+=	krb4-[0-9]*
 
+BROKEN_mips=		Does not build: expected declaration specifiers before size_t
+BROKEN_mips64=		Does not build: expected declaration specifiers before size_t
+BROKEN_powerpc64=	Does not build
+BROKEN_sparc64=		Does not build: expected declaration specifiers before size_t
+
 OPTIONS_EXCLUDE=	DOCS EXAMPLES IPV6 NLS
 CONFIGURE_ARGS=	--enable-elf-shlibs
 MASTERDIR=	${.CURDIR}/../../sysutils/e2fsprogs


More information about the svn-ports-head mailing list