all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#28537] gnURL: Update to 7.55.1-4 (and drop autotools dependency).
@ 2017-09-21 15:03 ng0
  2017-09-23 15:44 ` bug#28537: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: ng0 @ 2017-09-21 15:03 UTC (permalink / raw)
  To: 28537


[-- Attachment #1.1: Type: text/plain, Size: 208 bytes --]

This patch release gets rid of the autotools dependency.
-- 
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://krosos.org/dist/keys/
https://www.infotropique.org https://www.krosos.org

[-- Attachment #1.2: 0001-gnu-gnurl-Update-to-7.55.1-4.patch --]
[-- Type: text/plain, Size: 2179 bytes --]

From 2c5509942f3dc8eee94a6d4b45eddb96cf6f0bfb Mon Sep 17 00:00:00 2001
From: ng0 <ng0@infotropique.org>
Date: Thu, 21 Sep 2017 14:59:43 +0000
Subject: [PATCH] gnu: gnurl: Update to 7.55.1-4.

* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-4.
(native-inputs): Remove 'autoconf' and 'automake'.
(arguments)[phases]: Remove 'autoconf' phase.
---
 gnu/packages/gnunet.scm | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm
index 426d0eec4..82702e4e8 100644
--- a/gnu/packages/gnunet.scm
+++ b/gnu/packages/gnunet.scm
@@ -186,14 +186,14 @@ and support for SSL3 and TLS.")
 (define-public gnurl
   (package
    (name "gnurl")
-   (version "7.55.1-3")
+   (version "7.55.1-4")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://gnunet.org/sites/default/files/"
                                 name "-" version ".tar.bz2"))
             (sha256
              (base32
-              "1p2qdh44hgsxjlzh4d3n51xr66cg2z517vpr818flvcrmpq2vxpq"))))
+              "09c1bfwiwxqlh0dl839lslwhvkf98bvpyg9x4pcn3sagz0i8hxfl"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                             ; 1.5 MiB of man3 pages
@@ -201,9 +201,7 @@ and support for SSL3 and TLS.")
              ("libidn" ,libidn)
              ("zlib" ,zlib)))
    (native-inputs
-    `(("autoconf" ,autoconf)
-      ("automake" ,automake)
-      ("libtool" ,libtool)
+    `(("libtool" ,libtool)
       ("groff" ,groff)
       ("perl" ,perl)
       ("pkg-config" ,pkg-config)
@@ -234,10 +232,6 @@ and support for SSL3 and TLS.")
               (rename-file (string-append out "/share/man/man3")
                            (string-append doc "/share/man/man3"))
               #t)))
-        (add-after 'unpack 'autoconf
-          ;; Clear artifacts left (shebangs) from release preparation.
-          (lambda _
-            (zero? (system* "sh" "buildconf"))))
         (replace 'check
           (lambda _
             ;; It is unclear why test1026 fails, however the content of it
-- 
2.14.1


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* bug#28537: gnURL: Update to 7.55.1-4 (and drop autotools dependency).
  2017-09-21 15:03 [bug#28537] gnURL: Update to 7.55.1-4 (and drop autotools dependency) ng0
@ 2017-09-23 15:44 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-09-23 15:44 UTC (permalink / raw)
  To: ng0; +Cc: 28537-done

ng0 <ng0@infotropique.org> skribis:

> From 2c5509942f3dc8eee94a6d4b45eddb96cf6f0bfb Mon Sep 17 00:00:00 2001
> From: ng0 <ng0@infotropique.org>
> Date: Thu, 21 Sep 2017 14:59:43 +0000
> Subject: [PATCH] gnu: gnurl: Update to 7.55.1-4.
>
> * gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-4.
> (native-inputs): Remove 'autoconf' and 'automake'.
> (arguments)[phases]: Remove 'autoconf' phase.

Applied, thanks!

Ludo'.

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

end of thread, other threads:[~2017-09-23 15:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-21 15:03 [bug#28537] gnURL: Update to 7.55.1-4 (and drop autotools dependency) ng0
2017-09-23 15:44 ` bug#28537: " Ludovic Courtès

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.