GNU bug report logs - #54153
gnu: mblaze: Offer contrib executables.

Previous Next

Package: guix-patches;

Reported by: elaexuotee <at> wilsonb.com

Date: Fri, 25 Feb 2022 06:43:01 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#54153: closed (gnu: mblaze: Offer contrib executables.)
Date: Fri, 15 Apr 2022 15:56:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 15 Apr 2022 17:55:32 +0200
with message-id <87mtgm49zf.fsf <at> gnu.org>
and subject line Re: [bug#54153] gnu: mblaze: Offer contrib executables.
has caused the debbugs.gnu.org bug report #54153,
regarding gnu: mblaze: Offer contrib executables.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
54153: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54153
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: elaexuotee <at> wilsonb.com
To: guix-patches <at> gnu.org
Subject: gnu: mblaze: Offer contrib executables.
Date: Fri, 25 Feb 2022 15:42:37 +0900
Upstream offers several extra useful utilities under the `contrib' directory.
These are intentially not installed by the `install' make target, as the
scripts are provided "as-is" without portability, testing, etc. guarantees.

I would be nice to offer these somehow. Attached is a patch that installs them
into a "contrib" output. It might also make sense to just throw them in the
default output, instead.

Cheers,

#x-patch 0001-gnu-mblaze-Offer-contrib-executables.patch


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: elaexuotee <at> wilsonb.com
Cc: Maxime Devos <maximedevos <at> telenet.be>, 54153-done <at> debbugs.gnu.org
Subject: Re: [bug#54153] gnu: mblaze: Offer contrib executables.
Date: Fri, 15 Apr 2022 17:55:32 +0200
Hi,

elaexuotee <at> wilsonb.com skribis:

> From 5f14f56a51cb340a54472a76610cb4672d36134f Mon Sep 17 00:00:00 2001
> From: "B. Wilson" <elaexuotee <at> wilsonb.com>
> Date: Fri, 25 Feb 2022 15:31:05 +0900
> Subject: [PATCH] gnu: mblaze: Offer contrib executables.
> To: guix-patches <at> gnu.org
>
> * gnu/packages/mail.scm(mblaze): New contrib output.

Applied…

>        #:make-flags
> -      #~(list #$(string-append "CC=" (cc-for-target))
> +      #~(list (string-append "CC=" #$(cc-for-target))
>                "PREFIX="
> -              (string-append "DESTDIR=" #$output))
> +              (string-append "DESTDIR=" %output))

… without this hunk.

I also added details to the commit log.

Thanks!

Ludo’.


This bug report was last modified 3 years and 98 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.