[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/12: gnu: mactelnet: Unbundle uthash.
From: |
guix-commits |
Subject: |
04/12: gnu: mactelnet: Unbundle uthash. |
Date: |
Mon, 17 Jul 2023 18:45:35 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit bdcf1de75621f443553b68d7ae1b99a020cf6bac
Author: Bruno Victal <mirai@makinata.eu>
AuthorDate: Wed Jul 5 17:34:05 2023 +0100
gnu: mactelnet: Unbundle uthash.
* gnu/packages/admin.scm (mactelnet)[source]: Unbundle uthash.
[inputs]: Add uthash.
[license]: Remove bsd-2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/admin.scm | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f2378b0d8a..ec32041055 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -114,6 +114,7 @@
#:use-module (gnu packages cryptsetup)
#:use-module (gnu packages curl)
#:use-module (gnu packages cyrus-sasl)
+ #:use-module (gnu packages datastructures)
#:use-module (gnu packages dns)
#:use-module (gnu packages elf)
#:use-module (gnu packages file)
@@ -5867,12 +5868,19 @@ text mode.")
(sha256
(base32
"1z63dz22crrvrm0sh2cwpyqb7wqd9m45m6f2641mwmyp6hcpf4k4"))
- (patches (search-patches "mactelnet-remove-init.patch"))))
+ (patches (search-patches "mactelnet-remove-init.patch"))
+ (modules '((guix build utils)))
+ (snippet
+ #~(begin
+ (delete-file "src/utlist.h")
+ (substitute* (find-files "src/" "\\.c$")
+ (("\"utlist\\.h\"") "<utlist.h>"))))))
(build-system gnu-build-system)
(arguments
(list
#:tests? #f)) ; no tests
(native-inputs (list autoconf automake gettext-minimal))
+ (inputs (list uthash))
(synopsis "MAC-Telnet utilities for communicating with RouterOS devices")
(description "This package provides an implementation of the MAC-Telnet
protocol
used by RouterOS devices. It provides the following commands:
@@ -5891,6 +5899,4 @@ Discover other RouterOS devices or @command{mactelnetd}
hosts.
(list license:gpl2+
;; Note: applies to src/md5.{c,h}
;; This file is likely to be gone in the next release.
- license:zlib
- ;; Bundled uthash-1.9.9.
- license:bsd-2))))
+ license:zlib))))
- branch master updated (1cd3eb66b1 -> 56a7e20f4a), guix-commits, 2023/07/17
- 01/12: gnu: shepherd: Update to 0.10.2., guix-commits, 2023/07/17
- 07/12: gnu: Add python-gixy., guix-commits, 2023/07/17
- 09/12: gnu: qbittorrent-enhanced: Update to 4.5.4.10., guix-commits, 2023/07/17
- 11/12: gnu: Add perl-json-parse., guix-commits, 2023/07/17
- 04/12: gnu: mactelnet: Unbundle uthash.,
guix-commits <=
- 12/12: gnu: gnucash: Update to 5.3., guix-commits, 2023/07/17
- 03/12: gnu: Add mactelnet., guix-commits, 2023/07/17
- 02/12: doc: Update GDB "guix shell" example to use autoconf-2.69, guix-commits, 2023/07/17
- 06/12: gnu: x42-plugins: Update to 20230701., guix-commits, 2023/07/17
- 05/12: gnu: cppzmq: Update to 4.10.0., guix-commits, 2023/07/17
- 10/12: gnu: tree-sitter-json: Update to 0.20.0., guix-commits, 2023/07/17
- 08/12: gnu: reptyr: Update to 0.10.0., guix-commits, 2023/07/17