pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils catch up u-boot-pinephone with uboot infrastr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31b15497a0c8
branches:  trunk
changeset: 454983:31b15497a0c8
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Fri Jun 25 08:47:32 2021 +0000

description:
catch up u-boot-pinephone with uboot infrastructure changes.

move distinfo and patches where they belong.

diffstat:

 sysutils/u-boot-pinephone/distinfo                  |   7 -------
 sysutils/u-boot-pinephone/patches/patch-lib_bch.c   |  13 -------------
 sysutils/u-boot/distinfo-2021.01-rc3                |   7 +++++++
 sysutils/u-boot/patches-2021.01-rc3/patch-lib_bch.c |  13 +++++++++++++
 4 files changed, 20 insertions(+), 20 deletions(-)

diffs (56 lines):

diff -r 1cfc10339e9d -r 31b15497a0c8 sysutils/u-boot-pinephone/distinfo
--- a/sysutils/u-boot-pinephone/distinfo        Fri Jun 25 08:40:53 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.1 2020/12/01 06:52:30 riastradh Exp $
-
-SHA1 (u-boot-2021.01-rc3.tar.bz2) = be748544928dec0117608cdbf067da2ec9fa2dce
-RMD160 (u-boot-2021.01-rc3.tar.bz2) = ce12dd23023829fe671a502e4cbaf5fd8cf34097
-SHA512 (u-boot-2021.01-rc3.tar.bz2) = 4c88bbdeb1e39e52bb069c4bf65c9829290a51da9a21de8e60d50b62c74ae98a35d22a235fdc0a86467aedc34f85dff5d63b874af247323d0d5bdcb2e82cd4a3
-Size (u-boot-2021.01-rc3.tar.bz2) = 16363623 bytes
-SHA1 (patch-lib_bch.c) = 01a1704adfb60fd3a7e72eaf6396c86d63a4d450
diff -r 1cfc10339e9d -r 31b15497a0c8 sysutils/u-boot-pinephone/patches/patch-lib_bch.c
--- a/sysutils/u-boot-pinephone/patches/patch-lib_bch.c Fri Jun 25 08:40:53 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-lib_bch.c,v 1.1 2020/12/01 06:52:30 riastradh Exp $
-
---- lib/bch.c.orig     2020-02-28 06:52:51.000000000 +0000
-+++ lib/bch.c
-@@ -62,7 +62,7 @@
- #include <linux/bitops.h>
- #else
- #include <errno.h>
--#if defined(__FreeBSD__)
-+#if defined(__FreeBSD__) || defined(__NetBSD__)
- #include <sys/endian.h>
- #elif defined(__APPLE__)
- #include <machine/endian.h>
diff -r 1cfc10339e9d -r 31b15497a0c8 sysutils/u-boot/distinfo-2021.01-rc3
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot/distinfo-2021.01-rc3      Fri Jun 25 08:47:32 2021 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo-2021.01-rc3,v 1.1 2021/06/25 08:47:32 mrg Exp $
+
+SHA1 (u-boot-2021.01-rc3.tar.bz2) = be748544928dec0117608cdbf067da2ec9fa2dce
+RMD160 (u-boot-2021.01-rc3.tar.bz2) = ce12dd23023829fe671a502e4cbaf5fd8cf34097
+SHA512 (u-boot-2021.01-rc3.tar.bz2) = 4c88bbdeb1e39e52bb069c4bf65c9829290a51da9a21de8e60d50b62c74ae98a35d22a235fdc0a86467aedc34f85dff5d63b874af247323d0d5bdcb2e82cd4a3
+Size (u-boot-2021.01-rc3.tar.bz2) = 16363623 bytes
+SHA1 (patch-lib_bch.c) = 01a1704adfb60fd3a7e72eaf6396c86d63a4d450
diff -r 1cfc10339e9d -r 31b15497a0c8 sysutils/u-boot/patches-2021.01-rc3/patch-lib_bch.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/u-boot/patches-2021.01-rc3/patch-lib_bch.c       Fri Jun 25 08:47:32 2021 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-lib_bch.c,v 1.1 2021/06/25 08:47:32 mrg Exp $
+
+--- lib/bch.c.orig     2020-02-28 06:52:51.000000000 +0000
++++ lib/bch.c
+@@ -62,7 +62,7 @@
+ #include <linux/bitops.h>
+ #else
+ #include <errno.h>
+-#if defined(__FreeBSD__)
++#if defined(__FreeBSD__) || defined(__NetBSD__)
+ #include <sys/endian.h>
+ #elif defined(__APPLE__)
+ #include <machine/endian.h>



Home | Main Index | Thread Index | Old Index