pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Guitar: add upstream pull requests
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Sun Jul 27 10:32:52 2025 +0200
Changeset: c0e75f3508c9e5a273c1335a6d6eb5226f0962b6
Modified Files:
Guitar/distinfo
Guitar/patches/patch-filetype_file_src_gmtime__r.c
Guitar/patches/patch-src_common_jstream.h
Guitar/patches/patch-src_common_rwfile.h
Guitar/patches/patch-src_platform.cpp
Guitar/patches/patch-src_webclient.cpp
Guitar/patches/patch-src_zip_ziparchive.cpp
Log Message:
Guitar: add upstream pull requests
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c0e75f3508c9e5a273c1335a6d6eb5226f0962b6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Guitar/distinfo | 12 ++++++------
Guitar/patches/patch-filetype_file_src_gmtime__r.c | 1 +
Guitar/patches/patch-src_common_jstream.h | 2 +-
Guitar/patches/patch-src_common_rwfile.h | 1 +
Guitar/patches/patch-src_platform.cpp | 1 +
Guitar/patches/patch-src_webclient.cpp | 1 +
Guitar/patches/patch-src_zip_ziparchive.cpp | 1 +
7 files changed, 12 insertions(+), 7 deletions(-)
diffs:
diff --git a/Guitar/distinfo b/Guitar/distinfo
index ee5e566e70..ef17ed2083 100644
--- a/Guitar/distinfo
+++ b/Guitar/distinfo
@@ -3,9 +3,9 @@ $NetBSD$
BLAKE2s (Guitar-1.3.0.tar.gz) = c5be125f311985924b14b0397ff2d1c88ec0f88e889fd70bd0c9119c30ad03de
SHA512 (Guitar-1.3.0.tar.gz) = bb5484c9a618b0b5ef08846b28ac79c05728ceffa2fdb668dc092461c13010b979484b9680695ae0e00f0748b661e92ef66aaf332954f34f65c0d47e0f8bac87
Size (Guitar-1.3.0.tar.gz) = 29348519 bytes
-SHA1 (patch-filetype_file_src_gmtime__r.c) = 1bd8654b1a1db51443cac26b104de58536c9745c
-SHA1 (patch-src_common_jstream.h) = ed5dab0522b36747c1a0f3e282b9f45b8f9d214d
-SHA1 (patch-src_common_rwfile.h) = b068466022d5e7d24bddae39aa1d148fe3dc96af
-SHA1 (patch-src_platform.cpp) = 67f1abb657d499ce1e6b9272c0450219e6333dd5
-SHA1 (patch-src_webclient.cpp) = 8d20eb5b498daa9b065bbc7a99606bab1a2ee78d
-SHA1 (patch-src_zip_ziparchive.cpp) = 1a5c6be12bc7126aa16319dbd645e238a0a9bcca
+SHA1 (patch-filetype_file_src_gmtime__r.c) = ab52c180e4165fa1c541e6268481ddeb5f3e6329
+SHA1 (patch-src_common_jstream.h) = 0a6108072d5bb61b388f2b55fdf92899b30c4bc6
+SHA1 (patch-src_common_rwfile.h) = d693c7b9534d20c33e935527a6c182726a0a4f0a
+SHA1 (patch-src_platform.cpp) = 4e21e50e30bfef60f823daa5278c25cd828e1410
+SHA1 (patch-src_webclient.cpp) = 2c4a38cf3e298aa1dc6b31727a983f4d15bb2d31
+SHA1 (patch-src_zip_ziparchive.cpp) = 54cb11ab0e3995f5a32fcf1ef0cfa102a102f520
diff --git a/Guitar/patches/patch-filetype_file_src_gmtime__r.c b/Guitar/patches/patch-filetype_file_src_gmtime__r.c
index 996dfc1543..666f417b65 100644
--- a/Guitar/patches/patch-filetype_file_src_gmtime__r.c
+++ b/Guitar/patches/patch-filetype_file_src_gmtime__r.c
@@ -1,6 +1,7 @@
$NetBSD$
NetBSD provides gmtime_r().
+https://github.com/soramimi/Guitar/pull/165
--- filetype/file/src/gmtime_r.c.orig 2025-07-27 08:17:07.378630293 +0000
+++ filetype/file/src/gmtime_r.c
diff --git a/Guitar/patches/patch-src_common_jstream.h b/Guitar/patches/patch-src_common_jstream.h
index ff31a6a3af..0fb066e8df 100644
--- a/Guitar/patches/patch-src_common_jstream.h
+++ b/Guitar/patches/patch-src_common_jstream.h
@@ -1,6 +1,6 @@
$NetBSD$
-https://github.com/0-wiz-0/Guitar/commit/ad88334a0ba555585ea653924fb749c5805d9aa1
+https://github.com/soramimi/Guitar/commit/ad88334a0ba555585ea653924fb749c5805d9aa1
--- src/common/jstream.h.orig 2025-07-21 19:46:10.990061174 +0000
+++ src/common/jstream.h
diff --git a/Guitar/patches/patch-src_common_rwfile.h b/Guitar/patches/patch-src_common_rwfile.h
index 4ec99f5e4f..a25694ff3f 100644
--- a/Guitar/patches/patch-src_common_rwfile.h
+++ b/Guitar/patches/patch-src_common_rwfile.h
@@ -1,6 +1,7 @@
$NetBSD$
For size_t.
+https://github.com/soramimi/Guitar/pull/165
--- src/common/rwfile.h.orig 2025-07-21 19:38:54.440889238 +0000
+++ src/common/rwfile.h
diff --git a/Guitar/patches/patch-src_platform.cpp b/Guitar/patches/patch-src_platform.cpp
index e96ecda022..00bd75e8c3 100644
--- a/Guitar/patches/patch-src_platform.cpp
+++ b/Guitar/patches/patch-src_platform.cpp
@@ -1,6 +1,7 @@
$NetBSD$
For environ.
+https://github.com/soramimi/Guitar/pull/165
--- src/platform.cpp.orig 2025-07-21 19:39:15.714158714 +0000
+++ src/platform.cpp
diff --git a/Guitar/patches/patch-src_webclient.cpp b/Guitar/patches/patch-src_webclient.cpp
index 54dbe69ec2..815f1ff1c1 100644
--- a/Guitar/patches/patch-src_webclient.cpp
+++ b/Guitar/patches/patch-src_webclient.cpp
@@ -1,6 +1,7 @@
$NetBSD$
NetBSD does not provide gethostbyname_r.
+https://github.com/soramimi/Guitar/pull/165
--- src/webclient.cpp.orig 2025-07-21 19:55:26.509062241 +0000
+++ src/webclient.cpp
diff --git a/Guitar/patches/patch-src_zip_ziparchive.cpp b/Guitar/patches/patch-src_zip_ziparchive.cpp
index 2e60a5281e..7e49b4b623 100644
--- a/Guitar/patches/patch-src_zip_ziparchive.cpp
+++ b/Guitar/patches/patch-src_zip_ziparchive.cpp
@@ -1,6 +1,7 @@
$NetBSD$
For read() etc.
+https://github.com/soramimi/Guitar/pull/165
--- src/zip/ziparchive.cpp.orig 2025-07-21 19:41:18.048472674 +0000
+++ src/zip/ziparchive.cpp
Home |
Main Index |
Thread Index |
Old Index