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

Piotr Kubaj pkubaj at FreeBSD.org
Mon Dec 28 23:41:37 UTC 2020


Author: pkubaj
Date: Mon Dec 28 23:41:36 2020
New Revision: 559532
URL: https://svnweb.freebsd.org/changeset/ports/559532

Log:
  sysutils/nut-devel: unbreak on powerpc, powerpc64
  
  Builds fine on with GCC from ports or clang:
  common.c: In function 'snprintfcat':
  common.c:316: error: #pragma GCC diagnostic not allowed inside functions

Modified:
  head/sysutils/nut-devel/Makefile

Modified: head/sysutils/nut-devel/Makefile
==============================================================================
--- head/sysutils/nut-devel/Makefile	Mon Dec 28 23:02:12 2020	(r559531)
+++ head/sysutils/nut-devel/Makefile	Mon Dec 28 23:41:36 2020	(r559532)
@@ -17,12 +17,9 @@ GH_ACCOUNT=     networkupstools 
 GH_TAGNAME=     503f6eae
 NUT_COMMIT_DATE=	2020.11.30
 
-BROKEN_powerpc64=	Poudriere builds fail.
-BROKEN_powerpc=		Poudriere builds fail.
-
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		autoreconf:build gmake libtool pkgconfig python:build
+USES=		autoreconf:build compiler:c11 gmake libtool pkgconfig python:build
 
 NUT_USER?=	uucp
 NUT_GROUP?=	uucp


More information about the svn-ports-head mailing list