Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2021 23:33:49 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564070 - head/security/rnp
Message-ID:  <202102042333.114NXnEh035644@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Thu Feb  4 23:33:48 2021
New Revision: 564070
URL: https://svnweb.freebsd.org/changeset/ports/564070

Log:
  Mark as broken due to pkg-fallout messages indicating a cmake abort
  
  I cannot reproduce the issue due to poudriere failures, which need to be
  resolved before I can perform local test builds again.
  
  (Poudriere error: cannot rollback '<zfs file system>': dataset is busy)

Modified:
  head/security/rnp/Makefile

Modified: head/security/rnp/Makefile
==============================================================================
--- head/security/rnp/Makefile	Thu Feb  4 23:17:40 2021	(r564069)
+++ head/security/rnp/Makefile	Thu Feb  4 23:33:48 2021	(r564070)
@@ -16,10 +16,12 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.md
 LICENSE_PERMS_OCB_Patent=	dist-mirror dist-sell pkg-mirror pkg-sell \
 				auto-accept
 
+BROKEN=		Not yet diagnosed pkg-fallout errors in configure phase, local builds succeed
+
 LIB_DEPENDS=	libbotan-2.so:security/botan2 \
 		libjson-c.so:devel/json-c
 
-USES=		cmake
+USES=		cmake pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	rnpgp
 



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