[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/64: gnu: commencement: Add patch-mesboot.
From: |
guix-commits |
Subject: |
15/64: gnu: commencement: Add patch-mesboot. |
Date: |
Tue, 18 Feb 2020 01:18:02 -0500 (EST) |
janneke pushed a commit to branch core-updates
in repository guix.
commit 1a433d396400577aa6da5c18507dfbe09645acc9
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Sun Oct 6 14:57:54 2019 +0200
gnu: commencement: Add patch-mesboot.
* gnu/packages/commencement.scm (patch-mesboot): New variable.
---
gnu/packages/commencement.scm | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 9fcb69f..d930063 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1097,6 +1097,42 @@ $MES -e '(mescc)' module/mescc.scm -- \"$@\"
(install-file "diff" bin)
#t))))))))
+(define patch-mesboot
+ ;; The initial patch.
+ (package
+ (inherit patch)
+ (name "patch-mesboot")
+ (version "2.5.9")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://gnu/patch/patch-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "12nv7jx3gxfp50y11nxzlnmqqrpicjggw6pcsq0wyavkkm3cddgc"))))
+ (supported-systems '("i686-linux" "x86_64-linux"))
+ (inputs '())
+ (propagated-inputs '())
+ (native-inputs (%boot-tcc0-inputs))
+ (arguments
+ `(#:implicit-inputs? #f
+ #:guile ,%bootstrap-guile
+ #:parallel-build? #f
+ #:tests? #f ; check is naive, also checks non-built PROGRAMS
+ #:strip-binaries? #f ; no strip yet
+ #:configure-flags '("AR=tcc -ar" "CC=tcc" "LD-tcc")
+ #:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'scripted-patch
+ (lambda _
+ ;; avoid another segfault
+ (substitute* "pch.c"
+ (("while [(]p_end >= 0[)]" all)
+ "p_end = -1;\nwhile (0)"))
+ #t))
+ ;; FIXME: no compressing gzip yet
+ (delete 'compress-documentation))))))
+
(define binutils-mesboot0
(package
(inherit binutils)
- 06/64: gnu: commencement: Add %bootstrap-mes-rewired., (continued)
- 06/64: gnu: commencement: Add %bootstrap-mes-rewired., guix-commits, 2020/02/18
- 05/64: gnu: commencement: Add gash-core-utils-boot., guix-commits, 2020/02/18
- 07/64: gnu: commencement: mes-boot: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 09/64: gnu: commencement: Add gzip-mesboot., guix-commits, 2020/02/18
- 12/64: gnu: commencement: Add bash-mesboot0., guix-commits, 2020/02/18
- 08/64: gnu: commencement: tcc-boot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 10/64: gnu: commencement: make-mesboot0: Use Gash instead of coreutils&co., guix-commits, 2020/02/18
- 11/64: gnu: commencement: Add bzip2-mesboot., guix-commits, 2020/02/18
- 14/64: gnu: commencement: diffutils-mesboot: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 13/64: gnu: commencement: tcc-boot: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 15/64: gnu: commencement: Add patch-mesboot.,
guix-commits <=
- 22/64: gnu: commencement: gcc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 17/64: gnu: commencement: binutils-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 19/64: gnu: commencement: Add gawk-mesboot0., guix-commits, 2020/02/18
- 23/64: gnu: commencement: Add tar-mesboot., guix-commits, 2020/02/18
- 16/64: gnu: commencement: Add sed-mesboot0., guix-commits, 2020/02/18
- 20/64: gnu: commencement: mesboot-headers: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 18/64: gnu: commencement: gcc-core-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 21/64: gnu: commencement: glibc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/18
- 28/64: gnu: commencement: Add gawk-mesboot., guix-commits, 2020/02/18
- 24/64: gnu: commencement: Add grep-mesboot., guix-commits, 2020/02/18