pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/git-base
Module Name: pkgsrc
Committed By: nia
Date: Tue Oct 15 06:22:18 UTC 2024
Modified Files:
pkgsrc/devel/git-base: distinfo
Added Files:
pkgsrc/devel/git-base/patches: patch-builtin_credential-cache.c
Log Message:
git-base: Fix the non-unix-sockets build.
To generate a diff of this commit:
cvs rdiff -u -r1.149 -r1.150 pkgsrc/devel/git-base/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/git-base/patches/patch-builtin_credential-cache.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/git-base/distinfo
diff -u pkgsrc/devel/git-base/distinfo:1.149 pkgsrc/devel/git-base/distinfo:1.150
--- pkgsrc/devel/git-base/distinfo:1.149 Mon Oct 14 11:16:56 2024
+++ pkgsrc/devel/git-base/distinfo Tue Oct 15 06:22:17 2024
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.149 2024/10/14 11:16:56 adam Exp $
+$NetBSD: distinfo,v 1.150 2024/10/15 06:22:17 nia Exp $
BLAKE2s (git-2.47.0.tar.xz) = 0b416845f40e1889016fdb7a80e0526d43b7f6ec25920f1063ca77b6dbae7e6f
SHA512 (git-2.47.0.tar.xz) = 58683aa59dba25ffec9fe2c185267c77b34d573e9738c133a15d25071e37095e99486c231c35b8f71aabe3c1e305238b56d2c10039318bfc08f137919bad66ec
Size (git-2.47.0.tar.xz) = 7652728 bytes
SHA1 (patch-Documentation_Makefile) = 6025adac0fbb4b403f3954e6dac9d690dfb22daa
SHA1 (patch-Makefile) = bf8cf3ed8168241265b258a29d62210dc59a5f72
+SHA1 (patch-builtin_credential-cache.c) = dfe63a6bc3ac32069d96760a2d3e3b4a48c6942d
SHA1 (patch-config.mak.uname) = 32b9c120ff3f947ebe3d32107eaaa2be61775a18
SHA1 (patch-contrib_completion_git-completion.zsh) = 695c78c8be7cc2a3792d1c428ebc5739b049852e
SHA1 (patch-dircompat.h) = f0cf20a95f2144c0dee17a2aa45955c57141452d
Added files:
Index: pkgsrc/devel/git-base/patches/patch-builtin_credential-cache.c
diff -u /dev/null pkgsrc/devel/git-base/patches/patch-builtin_credential-cache.c:1.1
--- /dev/null Tue Oct 15 06:22:18 2024
+++ pkgsrc/devel/git-base/patches/patch-builtin_credential-cache.c Tue Oct 15 06:22:17 2024
@@ -0,0 +1,19 @@
+$NetBSD: patch-builtin_credential-cache.c,v 1.1 2024/10/15 06:22:17 nia Exp $
+
+Sync the prototype with reality to fix non-unix-sockets builds
+(needed for old Darwin)
+
+--- builtin/credential-cache.c.orig 2024-10-15 06:20:35.585417706 +0000
++++ builtin/credential-cache.c
+@@ -189,7 +189,10 @@ int cmd_credential_cache(int argc,
+
+ #else
+
+-int cmd_credential_cache(int argc, const char **argv, const char *prefix)
++int cmd_credential_cache(int argc,
++ const char **argv,
++ const char *prefix,
++ struct repository *repo UNUSED)
+ {
+ const char * const usage[] = {
+ "git credential-cache [options] <action>",
Home |
Main Index |
Thread Index |
Old Index