Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2020 02:55:43 +0000 (UTC)
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529943 - head/sysutils/nut-devel
Message-ID:  <202003310255.02V2thPo020677@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cy
Date: Tue Mar 31 02:55:43 2020
New Revision: 529943
URL: https://svnweb.freebsd.org/changeset/ports/529943

Log:
  Flag BROKEN on powerpc. Though the nut-devel builds on ref13-ppc64
  it fails to build under poudriere on powerpc but does build ok on
  amd64 and i386 poudriere.
  
  Reported by:	linimon

Modified:
  head/sysutils/nut-devel/Makefile   (contents, props changed)

Modified: head/sysutils/nut-devel/Makefile
==============================================================================
--- head/sysutils/nut-devel/Makefile	Tue Mar 31 02:29:28 2020	(r529942)
+++ head/sysutils/nut-devel/Makefile	Tue Mar 31 02:55:43 2020	(r529943)
@@ -17,6 +17,9 @@ GH_ACCOUNT=     networkupstools 
 GH_TAGNAME=     e27f1f9
 NUT_COMMIT_DATE=	2020.02.09
 
+BROKEN_powerpc64=	Poudriere builds fail.
+BROKEN_powerpc=		Poudriere builds fail.
+
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USES=		autoreconf:build gmake libtool pkgconfig python:build



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