svn commit: r529943 - head/sysutils/nut-devel

Cy Schubert cy at FreeBSD.org
Tue Mar 31 03:02:37 UTC 2020


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


More information about the svn-ports-all mailing list