pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils



Module Name:    pkgsrc
Committed By:   mrg
Date:           Fri Jun 25 08:47:32 UTC 2021

Added Files:
        pkgsrc/sysutils/u-boot: distinfo-2021.01-rc3
        pkgsrc/sysutils/u-boot/patches-2021.01-rc3: patch-lib_bch.c
Removed Files:
        pkgsrc/sysutils/u-boot-pinephone: distinfo
        pkgsrc/sysutils/u-boot-pinephone/patches: patch-lib_bch.c

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

move distinfo and patches where they belong.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/u-boot/distinfo-2021.01-rc3
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/u-boot-pinephone/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/sysutils/u-boot-pinephone/patches/patch-lib_bch.c
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/u-boot/patches-2021.01-rc3/patch-lib_bch.c

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

Added files:

Index: pkgsrc/sysutils/u-boot/distinfo-2021.01-rc3
diff -u /dev/null pkgsrc/sysutils/u-boot/distinfo-2021.01-rc3:1.1
--- /dev/null   Fri Jun 25 08:47:32 2021
+++ pkgsrc/sysutils/u-boot/distinfo-2021.01-rc3 Fri Jun 25 08:47:32 2021
@@ -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

Index: pkgsrc/sysutils/u-boot/patches-2021.01-rc3/patch-lib_bch.c
diff -u /dev/null pkgsrc/sysutils/u-boot/patches-2021.01-rc3/patch-lib_bch.c:1.1
--- /dev/null   Fri Jun 25 08:47:32 2021
+++ pkgsrc/sysutils/u-boot/patches-2021.01-rc3/patch-lib_bch.c  Fri Jun 25 08:47:32 2021
@@ -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