pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/u-boot-jetson-nano



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan 30 22:17:12 UTC 2025

Modified Files:
        pkgsrc/sysutils/u-boot-jetson-nano: distinfo
Added Files:
        pkgsrc/sysutils/u-boot-jetson-nano/patches:
            patch-scripts_dtc_pylibfdt_Makefile

Log Message:
u-boot-jetson-nano: fix VERSION

It needs to be acceptable by Python's packaging, so remove 'u-boot-' from
it and just leave the version number.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/u-boot-jetson-nano/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/u-boot-jetson-nano/patches/patch-scripts_dtc_pylibfdt_Makefile

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

Modified files:

Index: pkgsrc/sysutils/u-boot-jetson-nano/distinfo
diff -u pkgsrc/sysutils/u-boot-jetson-nano/distinfo:1.3 pkgsrc/sysutils/u-boot-jetson-nano/distinfo:1.4
--- pkgsrc/sysutils/u-boot-jetson-nano/distinfo:1.3     Tue Oct 26 11:20:19 2021
+++ pkgsrc/sysutils/u-boot-jetson-nano/distinfo Thu Jan 30 22:17:12 2025
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:20:19 nia Exp $
+$NetBSD: distinfo,v 1.4 2025/01/30 22:17:12 wiz Exp $
 
 BLAKE2s (u-boot-2020.04.tar.bz2) = 6717cf845a555ab1089685a76407a9ebe183816adb9446907dc2a2597d7d72c3
 SHA512 (u-boot-2020.04.tar.bz2) = e04fe54883149123730605b084324ac0d1d72ce6913467bbe587a5a2675bcf7bb393405d9a446dc0c64ba42abc1e862ae5a132e9e51aa7390e2e9fce045af8d8
 Size (u-boot-2020.04.tar.bz2) = 15065656 bytes
 SHA1 (patch-include_image.h) = 46f9efc0b9bbeea407e18f2b7e02b265dc0b58e1
+SHA1 (patch-scripts_dtc_pylibfdt_Makefile) = 9197ce95127e698f0d3e17539f18700eb2a1cdc7

Added files:

Index: pkgsrc/sysutils/u-boot-jetson-nano/patches/patch-scripts_dtc_pylibfdt_Makefile
diff -u /dev/null pkgsrc/sysutils/u-boot-jetson-nano/patches/patch-scripts_dtc_pylibfdt_Makefile:1.1
--- /dev/null   Thu Jan 30 22:17:12 2025
+++ pkgsrc/sysutils/u-boot-jetson-nano/patches/patch-scripts_dtc_pylibfdt_Makefile      Thu Jan 30 22:17:12 2025
@@ -0,0 +1,16 @@
+$NetBSD: patch-scripts_dtc_pylibfdt_Makefile,v 1.1 2025/01/30 22:17:12 wiz Exp $
+
+Fix VERSION to be a standard version number, to be accepted by Python's
+packaging.
+
+--- scripts/dtc/pylibfdt/Makefile.orig 2025-01-30 22:15:03.859854708 +0000
++++ scripts/dtc/pylibfdt/Makefile
+@@ -17,7 +17,7 @@ quiet_cmd_pymod = PYMOD   $@
+       cmd_pymod = unset CROSS_COMPILE; unset CFLAGS; \
+               CC="$(HOSTCC)" LDSHARED="$(HOSTCC) -shared " \
+               LDFLAGS="$(HOSTLDFLAGS)" \
+-              VERSION="u-boot-$(UBOOTVERSION)" \
++              VERSION="$(UBOOTVERSION)" \
+               CPPFLAGS="$(HOSTCFLAGS) -I$(LIBFDT_srcdir)" OBJDIR=$(obj) \
+               SOURCES="$(PYLIBFDT_srcs)" \
+               SWIG_OPTS="-I$(LIBFDT_srcdir) -I$(LIBFDT_srcdir)/.." \



Home | Main Index | Thread Index | Old Index