pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/rvault



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Dec 24 00:10:27 UTC 2022

Modified Files:
        pkgsrc/security/rvault: Makefile distinfo
Removed Files:
        pkgsrc/security/rvault/patches: patch-core_http__req.c

Log Message:
rvault: curl fix was incorrect

Doesn't build for me for fuse reasons, so testing is hard. Let's
remove -Werror, we don't want that in pkgsrc anyway.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/rvault/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/rvault/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/security/rvault/patches/patch-core_http__req.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/rvault/Makefile
diff -u pkgsrc/security/rvault/Makefile:1.13 pkgsrc/security/rvault/Makefile:1.14
--- pkgsrc/security/rvault/Makefile:1.13        Wed Oct 26 10:31:57 2022
+++ pkgsrc/security/rvault/Makefile     Sat Dec 24 00:10:26 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/10/26 10:31:57 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2022/12/24 00:10:26 wiz Exp $
 
 DISTNAME=      rvault-0.3
 PKGREVISION=   7
@@ -21,6 +21,8 @@ MAKE_ENV+=    DESTDIR=${DESTDIR}
 MAKE_ENV+=     BINDIR=${PREFIX}/bin
 MAKE_ENV+=     MANDIR=${PREFIX}/${PKGMANDIR}
 
+BUILDLINK_TRANSFORM+=  rm:-Werror
+
 .include "../../security/scrypt/buildlink3.mk"
 .include "../../mk/fuse.buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"

Index: pkgsrc/security/rvault/distinfo
diff -u pkgsrc/security/rvault/distinfo:1.8 pkgsrc/security/rvault/distinfo:1.9
--- pkgsrc/security/rvault/distinfo:1.8 Fri Dec 23 12:42:09 2022
+++ pkgsrc/security/rvault/distinfo     Sat Dec 24 00:10:26 2022
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.8 2022/12/23 12:42:09 wiz Exp $
+$NetBSD: distinfo,v 1.9 2022/12/24 00:10:26 wiz Exp $
 
 BLAKE2s (rvault-0.3.tar.gz) = 4ff52e5edf6156c4c9cc0046f02ef8845e9678a2c4719c64a1f7e83a040bd1b6
 SHA512 (rvault-0.3.tar.gz) = 0687d14cf646adccb3c09a3d5a16e771ef9b046bd4e596a487413e83e06709b27a62c2f08a9a23d47f6253cadc1fb7cbe53262455faa6628d5b23d8539f12271
 Size (rvault-0.3.tar.gz) = 76921 bytes
 SHA1 (patch-core_cli.c) = 8214fe7f75273a0d434751b600d89d70f735a24c
-SHA1 (patch-core_http__req.c) = fbdcb674c577a21a36713fe9868294539e8b229c



Home | Main Index | Thread Index | Old Index