svn commit: r564070 - head/security/rnp

Stefan Eßer se at FreeBSD.org
Thu Feb 4 23:33:49 UTC 2021


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
 


More information about the svn-ports-all mailing list