From: "Ludovic Courtès" <ludo@gnu.org>
To: Lars-Dominik Braun <ldb@leibniz-psychology.org>
Cc: 40925@debbugs.gnu.org
Subject: [bug#40925] [PATCH] Add collectd
Date: Fri, 01 May 2020 01:08:54 +0200 [thread overview]
Message-ID: <87wo5winax.fsf@gnu.org> (raw)
In-Reply-To: <20200428092938.GB3395@zpidnp36> (Lars-Dominik Braun's message of "Tue, 28 Apr 2020 11:29:38 +0200")
Hi,
Lars-Dominik Braun <ldb@leibniz-psychology.org> skribis:
> From 05110cd7f0af5f870daa48a1e32bff56efb2676a Mon Sep 17 00:00:00 2001
> From: Lars-Dominik Braun <ldb@leibniz-psychology.org>
> Date: Tue, 28 Apr 2020 10:50:10 +0200
> Subject: [PATCH] gnu: Add collectd
>
> * gnu/packages/monitoring.scm (collectd): New variable
> * gnu/local.mk (dist_patch_DATA): Add new patch
> * gnu/packages/patches/collectd-5.11.0-noinstallvar.patch: New file
[...]
> + (arguments
> + `(#:configure-flags (list "--localstatedir=/var" "--sysconfdir=/etc")
> + #:phases
> + (modify-phases %standard-phases
> + ;; Required because of patched sources.
> + (add-before 'configure 'autoreconf
> + (lambda _ (invoke "autoreconf" "-vfi") #t)))))
Another option is to patch Makefile.in to avoid the dependency on
Autoconf/Automake/Libool + this phase.
> + (license '(licenses:expat licenses:gpl2))))
This is incorrect (see patch below, which also includes indentation
fixes and minor changes to the description to placate ‘guix lint’.)
Also, could you add a comment stating whether it’s dual-licensing or
just that there’s code in both licenses?
> diff --git a/gnu/packages/patches/collectd-5.11.0-noinstallvar.patch b/gnu/packages/patches/collectd-5.11.0-noinstallvar.patch
> new file mode 100644
> index 0000000000..a8ca142147
> --- /dev/null
> +++ b/gnu/packages/patches/collectd-5.11.0-noinstallvar.patch
A one-line comment at the top explaining what it does would be great.
Otherwise LGTM. Could you send an updated patch?
Thanks in advance!
Ludo’.
next prev parent reply other threads:[~2020-04-30 23:12 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 8:57 [bug#40925] [PATCH] Add collectd Lars-Dominik Braun
2020-04-28 9:29 ` Lars-Dominik Braun
2020-04-30 23:08 ` Ludovic Courtès [this message]
2020-05-04 6:06 ` Lars-Dominik Braun
2020-05-04 9:52 ` bug#40925: " Ludovic Courtès
2020-04-30 23:10 ` [bug#40925] " Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87wo5winax.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=40925@debbugs.gnu.org \
--cc=ldb@leibniz-psychology.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.