Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] util-linux: compile with eudev
@ 2019-10-30  1:32 voidlinux-github
  2019-10-30  4:16 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-30  1:32 UTC (permalink / raw)
  To: ml

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

There is a new pull request by zdtcd against master on the void-packages repository

https://github.com/zdtcd/void-packages util-linux-udev
https://github.com/void-linux/void-packages/pull/15920

util-linux: compile with eudev
lsblk needs udev support to read LABEL, UUID and filesystem without root
permission.

eudev is already a dependency of base-voidstrap and base-system,
so most of people won't be effected by this new dependencies.

However, base-minimal depends on util-linux but not eudev.

A patch file from https://github.com/void-linux/void-packages/pull/15920.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-util-linux-udev-15920.patch --]
[-- Type: text/x-diff, Size: 1518 bytes --]

From cadad28d4abc1e544be80ff3f4320624aacd6b68 Mon Sep 17 00:00:00 2001
From: Doan Tran Cong Danh <congdanhqx@gmail.com>
Date: Wed, 30 Oct 2019 08:24:20 +0700
Subject: [PATCH] util-linux: compile with eudev

lsblk needs udev support to read LABEL, UUID and filesystem without root
permission.

eudev is already a dependency of base-voidstrap and base-system,
so most of people won't be effected by this new dependencies.

However, base-minimal depends on util-linux but not eudev.
---
 srcpkgs/util-linux/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/util-linux/template b/srcpkgs/util-linux/template
index 9f912097d85..122c9a4f0e1 100644
--- a/srcpkgs/util-linux/template
+++ b/srcpkgs/util-linux/template
@@ -1,9 +1,9 @@
 # Template file for 'util-linux'
 pkgname=util-linux
 version=2.34
-revision=2
+revision=3
 hostmakedepends="automake bison gettext-devel libtool pkg-config"
-makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel"
+makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel eudev-libudev-devel"
 checkdepends="ncurses" # Some tests require terminfo-entries
 short_desc="Miscellaneous linux utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
@@ -40,8 +40,7 @@ do_configure() {
 		--enable-fs-paths-extra=/usr/sbin:/usr/bin \
 		--enable-vipw --enable-newgrp --enable-chfn-chsh \
 		--with-systemdsystemunitdir=no \
-		--without-udev --without-python \
-		--enable-write
+		--without-python --enable-write
 }
 
 do_build() {

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

end of thread, other threads:[~2019-11-08 22:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30  1:32 [PR PATCH] util-linux: compile with eudev voidlinux-github
2019-10-30  4:16 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-30  4:16 ` voidlinux-github
2019-11-02  9:36 ` [PR PATCH] [Merged]: " voidlinux-github
2019-11-08 22:05 ` voidlinux-github
2019-11-08 22:05 ` voidlinux-github
2019-11-08 22:06 ` voidlinux-github
2019-11-08 22:39 ` voidlinux-github

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 NNTP newsgroup(s).