unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH 3/3] gnu: man-db: Update to 2.7.1.
@ 2015-07-21 14:58 Alex Kost
  2015-07-21 15:08 ` Thompson, David
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Kost @ 2015-07-21 14:58 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

The new version tries to create "/usr/lib/tmpfiles.d" during install
phase, so I added "--with-systemdtmpfilesdir=" flag.  Unhappily there is
no "--disable-systemd" or alike.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0003-gnu-man-db-Update-to-2.7.1.patch --]
[-- Type: text/x-patch, Size: 2007 bytes --]

From f1aaef17f561e77b0178ec260e400830ee963bf7 Mon Sep 17 00:00:00 2001
From: Alex Kost <alezost@gmail.com>
Date: Tue, 21 Jul 2015 17:15:09 +0300
Subject: [PATCH 3/3] gnu: man-db: Update to 2.7.1.

* gnu/packages/man.scm (man-db): Update to 2.7.1.
  [arguments]: Add '--with-systemdtmpfilesdir' to configure flags.
---
 gnu/packages/man.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index dce117e..2606006 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -56,14 +56,14 @@ a flexible and convenient way.")
 (define-public man-db
   (package
     (name "man-db")
-    (version "2.6.6")
+    (version "2.7.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://savannah/man-db/man-db-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1hv6byj6sg6cp3jyf08gbmdm4pwhvd5hzmb94xl0w7prin6hzabx"))))
+                "03ly0hbpgjnag576rgccanaisn7f6422q5qxrj64vyzslc2651y4"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases
@@ -92,7 +92,11 @@ a flexible and convenient way.")
                        (string-append "--with-gzip=" gzip "/bin/gzip")
                        (string-append "--with-bzip2=" bzip2 "/bin/gzip")
                        (string-append "--with-xz=" xz "/bin/xz")
-                       (string-append "--with-col=" util "/bin/col"))
+                       (string-append "--with-col=" util "/bin/col")
+                       ;; Default value is "/usr/lib/tmpfiles.d" (not
+                       ;; prefix-sensitive).
+                       (string-append "--with-systemdtmpfilesdir="
+                                      %output "/lib/tmpfiles.d"))
                  (map (lambda (prog)
                         (string-append "--with-" prog "=" groff "/bin/" prog))
                       '("nroff" "eqn" "neqn" "tbl" "refer" "pic"))))
-- 
2.4.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 3/3] gnu: man-db: Update to 2.7.1.
  2015-07-21 14:58 [PATCH 3/3] gnu: man-db: Update to 2.7.1 Alex Kost
@ 2015-07-21 15:08 ` Thompson, David
  0 siblings, 0 replies; 2+ messages in thread
From: Thompson, David @ 2015-07-21 15:08 UTC (permalink / raw)
  To: Alex Kost; +Cc: guix-devel

On Tue, Jul 21, 2015 at 10:58 AM, Alex Kost <alezost@gmail.com> wrote:
> The new version tries to create "/usr/lib/tmpfiles.d" during install
> phase, so I added "--with-systemdtmpfilesdir=" flag.  Unhappily there is
> no "--disable-systemd" or alike.
>

LGTM.

- Dave

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-21 15:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-21 14:58 [PATCH 3/3] gnu: man-db: Update to 2.7.1 Alex Kost
2015-07-21 15:08 ` Thompson, David

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).