pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bitkeeper: add patches to fix build on NetBSD-current.
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Jan 25 10:33:22 2017 +0100
Changeset: 0eb2a50b7b8dc7d73bce9860f8803307d11892f8
Modified Files:
bitkeeper/distinfo
Added Files:
bitkeeper/patches/patch-src_cmd.pl
bitkeeper/patches/patch-src_slib.c
Log Message:
bitkeeper: add patches to fix build on NetBSD-current.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0eb2a50b7b8dc7d73bce9860f8803307d11892f8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
bitkeeper/distinfo | 2 ++
bitkeeper/patches/patch-src_cmd.pl | 13 +++++++++++++
bitkeeper/patches/patch-src_slib.c | 13 +++++++++++++
3 files changed, 28 insertions(+)
diffs:
diff --git a/bitkeeper/distinfo b/bitkeeper/distinfo
index 18814bb..6527754 100644
--- a/bitkeeper/distinfo
+++ b/bitkeeper/distinfo
@@ -5,5 +5,7 @@ RMD160 (bk-7.3ce.src.tar.gz) = 6573ddcaef75dfa5b0c8578cbb3525754c351825
SHA512 (bk-7.3ce.src.tar.gz) = 671828afe094a2c834f70ea2e70070eec823e6c67e0e3eaa84fb7f7259caf026764194c04356ba5b6439f3813124a20eed7fc283f82de324b587c3bf779a8678
Size (bk-7.3ce.src.tar.gz) = 20257094 bytes
SHA1 (patch-Ldoc-install) = f7d8f10d501240f08f7a27d058a700ce5b09a6d6
+SHA1 (patch-src_cmd.pl) = d5ac40c44b6688890e20bad917b26eae9d2a3284
SHA1 (patch-src_gui_tcltk_tcl_unix_Makefile.in) = 4811d75e4b37a8be0c2389c6d8265ce7ecae536c
SHA1 (patch-src_gui_tcltk_tktable_configure) = 3b7feaa8a675e4c4b3e4a0e0d48537250610ea29
+SHA1 (patch-src_slib.c) = 23b3c7af2ba4e523ec827215ac0942908827b99b
diff --git a/bitkeeper/patches/patch-src_cmd.pl b/bitkeeper/patches/patch-src_cmd.pl
new file mode 100644
index 0000000..9e72bf2
--- /dev/null
+++ b/bitkeeper/patches/patch-src_cmd.pl
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- src/cmd.pl.orig 2016-07-15 19:21:30.000000000 +0000
++++ src/cmd.pl
+@@ -63,7 +63,7 @@ typedef struct CMD {
+ u8 remote:1; /* always allowed as a remote command */
+ } CMD;
+
+-CMD *cmd_lookup(const char *str, unsigned int len);
++CMD *cmd_lookup(const char *str, size_t len);
+
+ END
+
diff --git a/bitkeeper/patches/patch-src_slib.c b/bitkeeper/patches/patch-src_slib.c
new file mode 100644
index 0000000..f261a9b
--- /dev/null
+++ b/bitkeeper/patches/patch-src_slib.c
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- src/slib.c.orig 2016-07-15 19:21:30.000000000 +0000
++++ src/slib.c
+@@ -14888,7 +14888,7 @@ printTagDetails(sccs *s, ser_t d, symbol
+ * Makefile).
+ */
+ extern struct kwval *kw2val_lookup(register const char *str,
+- register unsigned int len);
++ register size_t len);
+ #include "kw2val_lookup.c"
+
+ #define notKeyword -1
Home |
Main Index |
Thread Index |
Old Index