pkgsrc-WIP-changes archive

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

slade: Add links to Github issues in patches



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Fri Jul 16 13:14:44 2021 +0200
Changeset:	86744c470695641fa874fbb888fce5b3435fac26

Modified Files:
	slade/TODO
	slade/distinfo
	slade/patches/patch-src_External_zreaders_m__alloc.cpp
	slade/patches/patch-src_External_zreaders_portable__endian.h

Log Message:
slade: Add links to Github issues in patches

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=86744c470695641fa874fbb888fce5b3435fac26

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

diffstat:
 slade/TODO                                                   | 2 +-
 slade/distinfo                                               | 4 ++--
 slade/patches/patch-src_External_zreaders_m__alloc.cpp       | 1 +
 slade/patches/patch-src_External_zreaders_portable__endian.h | 1 +
 4 files changed, 5 insertions(+), 3 deletions(-)

diffs:
diff --git a/slade/TODO b/slade/TODO
index 58a0264733..53ca55d3a1 100644
--- a/slade/TODO
+++ b/slade/TODO
@@ -1,4 +1,4 @@
 [X] Fix pkglint errors
 [X] Unbreak installation
 [X] Create PLIST
-[ ] Propose merge of pkgsrc patches upstream
+[X] Propose merge of pkgsrc patches upstream
diff --git a/slade/distinfo b/slade/distinfo
index ebebb98145..7d2b67cf51 100644
--- a/slade/distinfo
+++ b/slade/distinfo
@@ -4,5 +4,5 @@ SHA1 (SLADE-3.1.13.tar.gz) = 4a11c744284ef884650f356bc0a892deb49c84f3
 RMD160 (SLADE-3.1.13.tar.gz) = 921ed1ebd0465e9a7bd61c947c8bd748d6034b0b
 SHA512 (SLADE-3.1.13.tar.gz) = 4f1f8ca86df7eb2a2ec8d0e9ba8a8a80c69a87910f9c4ab9fb705fc128324a131a26c4b1ed122dbd0b685652328097dd9dffd49e4fc356bf44ba2254505c8ea9
 Size (SLADE-3.1.13.tar.gz) = 5890835 bytes
-SHA1 (patch-src_External_zreaders_m__alloc.cpp) = 7c42fa1ca0add5c2b6b147fdd7dfa3f21e7fb0a9
-SHA1 (patch-src_External_zreaders_portable__endian.h) = df66b810b2a6a9272d8c668d7d4debd78bba95b5
+SHA1 (patch-src_External_zreaders_m__alloc.cpp) = 0e4afab8ca06013e4ff81560b91fcd0af5f7ca70
+SHA1 (patch-src_External_zreaders_portable__endian.h) = f2ed7cb8ffeca8d86047c84766a75c1b6ba088e2
diff --git a/slade/patches/patch-src_External_zreaders_m__alloc.cpp b/slade/patches/patch-src_External_zreaders_m__alloc.cpp
index 57d3b413ad..95f2cece78 100644
--- a/slade/patches/patch-src_External_zreaders_m__alloc.cpp
+++ b/slade/patches/patch-src_External_zreaders_m__alloc.cpp
@@ -2,6 +2,7 @@ $NetBSD$
 
 Explicitly check for FreeBSD, Linux, macOS and Windows.
 Use the generic algorithm for all other OS (formerly only for "__sun").
+https://github.com/sirjuddington/SLADE/issues/1274
 
 --- src/External/zreaders/m_alloc.cpp.orig	2020-05-27 23:08:34.000000000 +0000
 +++ src/External/zreaders/m_alloc.cpp
diff --git a/slade/patches/patch-src_External_zreaders_portable__endian.h b/slade/patches/patch-src_External_zreaders_portable__endian.h
index d20c7a73ec..132c829dc2 100644
--- a/slade/patches/patch-src_External_zreaders_portable__endian.h
+++ b/slade/patches/patch-src_External_zreaders_portable__endian.h
@@ -1,6 +1,7 @@
 $NetBSD$
 
 NetBSD already has defined beXXtoh() and leXXtoh(x) in "sys/endian.h".
+https://github.com/sirjuddington/SLADE/issues/988
 
 --- src/External/zreaders/portable_endian.h.orig	2020-05-27 23:08:34.000000000 +0000
 +++ src/External/zreaders/portable_endian.h


Home | Main Index | Thread Index | Old Index