diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-02-04 23:33:48 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-02-04 23:33:48 +0000 |
commit | 109e30df0460afdac56c9d641d8c8984ed17bc95 (patch) | |
tree | 3b43d18d46cab88c9a64ab9475db18668771c271 | |
parent | - Update to 1.2.10 (diff) |
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)
Notes
Notes:
svn path=/head/; revision=564070
-rw-r--r-- | security/rnp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/rnp/Makefile b/security/rnp/Makefile index 419dd6c42fef..6403af628579 100644 --- a/security/rnp/Makefile +++ b/security/rnp/Makefile @@ -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 |