Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 13:10:05 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422388 - head/databases/libpbl
Message-ID:  <201609181310.u8IDA5sV022771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep 18 13:10:04 2016
New Revision: 422388
URL: https://svnweb.freebsd.org/changeset/ports/422388

Log:
  Mark as broken on armv6 and mips.

Modified:
  head/databases/libpbl/Makefile

Modified: head/databases/libpbl/Makefile
==============================================================================
--- head/databases/libpbl/Makefile	Sun Sep 18 13:00:59 2016	(r422387)
+++ head/databases/libpbl/Makefile	Sun Sep 18 13:10:04 2016	(r422388)
@@ -15,6 +15,9 @@ LICENSE=	LGPL21+
 MAKEFILE=	makefile
 TEST_TARGET=	test
 
+BROKEN_armv6=	Fails to build: cannot compile pblPerform.c
+BROKEN_mips=	Fails to build: cannot compile pblPerform.c
+
 WRKSRC=		${WRKDIR}/${DISTNAME}/src
 
 PLIST_FILES=	include/pbl.h \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609181310.u8IDA5sV022771>