guix-commits
[Top][All Lists]
Advanced

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

05/10: gnu: binutils: Shorten file names of MinGW patches.


From: guix-commits
Subject: 05/10: gnu: binutils: Shorten file names of MinGW patches.
Date: Fri, 10 Apr 2020 10:08:27 -0400 (EDT)

civodul pushed a commit to branch version-1.1.0
in repository guix.

commit 18ffd2f9687a7c8af0041c129c47db31b7e810c3
Author: Ludovic Courtès <address@hidden>
AuthorDate: Fri Apr 10 14:48:02 2020 +0200

    gnu: binutils: Shorten file names of MinGW patches.
    
    This ensures we stay below the POSIX tar file name length limit.
    
    * 
gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch:
    Rename to...
    * gnu/packages/patches/binutils-mingw-w64-deterministic.patch: ... this.
    * gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch:
    Rename to...
    * gnu/packages/patches/binutils-mingw-w64-timestamp.patch: ... this.
    * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
    * gnu/packages/cross-base.scm (cross-binutils): Likewise.
---
 gnu/local.mk                                                         | 4 ++--
 gnu/packages/cross-base.scm                                          | 5 ++---
 ...import-libraries.patch => binutils-mingw-w64-deterministic.patch} | 0
 ...64-specify-timestamp.patch => binutils-mingw-w64-timestamp.patch} | 0
 4 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index f401ef1..a9dda84 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -776,8 +776,8 @@ dist_patch_DATA =                                           
\
   %D%/packages/patches/bidiv-update-fribidi.patch              \
   %D%/packages/patches/binutils-boot-2.20.1a.patch             \
   %D%/packages/patches/binutils-loongson-workaround.patch      \
-  %D%/packages/patches/binutils-mingw-w64-specify-timestamp.patch \
-  %D%/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch \
+  %D%/packages/patches/binutils-mingw-w64-timestamp.patch      \
+  %D%/packages/patches/binutils-mingw-w64-deterministic.patch  \
   %D%/packages/patches/blender-2.79-newer-ffmpeg.patch         \
   %D%/packages/patches/blender-2.79-python-3.7-fix.patch       \
   %D%/packages/patches/bluez-CVE-2020-0556.patch               \
diff --git a/gnu/packages/cross-base.scm b/gnu/packages/cross-base.scm
index b0eb7ab..b07014d 100644
--- a/gnu/packages/cross-base.scm
+++ b/gnu/packages/cross-base.scm
@@ -98,9 +98,8 @@
                  ((target-mingw? target)
                   (package-with-extra-patches
                    binutils
-                   (search-patches
-                    "binutils-mingw-w64-specify-timestamp.patch"
-                    "binutils-mingw-w64-reproducible-import-libraries.patch")))
+                   (search-patches "binutils-mingw-w64-timestamp.patch"
+                                   "binutils-mingw-w64-deterministic.patch")))
                  (else binutils))
            target)))
 
diff --git 
a/gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch 
b/gnu/packages/patches/binutils-mingw-w64-deterministic.patch
similarity index 100%
rename from 
gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch
rename to gnu/packages/patches/binutils-mingw-w64-deterministic.patch
diff --git a/gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch 
b/gnu/packages/patches/binutils-mingw-w64-timestamp.patch
similarity index 100%
rename from gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch
rename to gnu/packages/patches/binutils-mingw-w64-timestamp.patch



reply via email to

[Prev in Thread] Current Thread [Next in Thread]