Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (01767f950431a26d68c2ffdb58262cf4b0d835a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (01767f950431a26d68c2ffdb58262cf4b0d835a4)
  • Date: Tue, 15 Sep 2026 22:13:39 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

smgl/openrc/HISTORY | 1
smgl/openrc/PRE_BUILD | 4 --
smgl/openrc/patches/openrc-0.63-lock-1.patch | 45
---------------------------
3 files changed, 1 insertion(+), 49 deletions(-)

New commits:
commit 01767f950431a26d68c2ffdb58262cf4b0d835a4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

smgl/openrc: removed the BLFS patch

diff --git a/smgl/openrc/HISTORY b/smgl/openrc/HISTORY
index 67dab8b..1e62151 100644
--- a/smgl/openrc/HISTORY
+++ b/smgl/openrc/HISTORY
@@ -3,6 +3,7 @@

2026-07-05 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.63.3
+ * PRE_BUILD, patches/openrc-0.63-lock-1.patch: removed, not needed
anymore

2026-06-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.63.2
diff --git a/smgl/openrc/PRE_BUILD b/smgl/openrc/PRE_BUILD
deleted file mode 100755
index 6c5c8c9..0000000
--- a/smgl/openrc/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-
-apply_patch_dir "patches"
diff --git a/smgl/openrc/patches/openrc-0.63-lock-1.patch
b/smgl/openrc/patches/openrc-0.63-lock-1.patch
deleted file mode 100644
index d0beaf4..0000000
--- a/smgl/openrc/patches/openrc-0.63-lock-1.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-Submitted by: Zeckma
-Date: 2026-06-06
-Initial Package Version: 0.63
-Origin: Upstream
-Upstream Status: Merged
-Description: Makes the group who manages /run/lock configurable.
-
-diff --git a/meson_options.txt b/meson_options.txt
-index d529daf8c..62daa863c 100644
---- a/meson_options.txt
-+++ b/meson_options.txt
-@@ -24,6 +24,8 @@ option('sysvinit', type : 'boolean', value : false,
- description : 'enable SysVinit compatibility (linux only)')
- option('zsh-completions', type : 'boolean',
- description : 'install zsh completions')
-+option('uucp_group', type : 'string', value : 'uucp',
-+ description : 'group to use for /run/lock')
- option('agetty', type: 'array',
- value: ['tty1', 'tty2', 'tty3', 'tty4', 'tty5', 'tty6'],
- description : 'agetty symlinks to install when sysvinit is also
specified')
-diff --git a/sh/init.sh.Linux.in b/sh/init.sh.Linux.in
-index 31ab27639..33823a2d9 100644
---- a/sh/init.sh.Linux.in
-+++ b/sh/init.sh.Linux.in
-@@ -83,7 +83,7 @@ elif ! mountinfo -q /run; then
- fi
-
- checkpath -d "$RC_SVCDIR"
--checkpath -d -m 0775 -o root:uucp /run/lock
-+checkpath -d -m 0775 -o root:@UUCP_GROUP@ /run/lock
-
- # Try to mount xenfs as early as possible, otherwise rc_sys() will always
- # return RC_SYS_XENU and will think that we are in a domU while it's not.
-diff --git a/sh/meson.build b/sh/meson.build
-index a567380c7..7d4473f0d 100644
---- a/sh/meson.build
-+++ b/sh/meson.build
-@@ -6,6 +6,7 @@ sh_conf_data.set('PKG_PREFIX', pkg_prefix)
- sh_conf_data.set('SBINDIR', sbindir)
- sh_conf_data.set('SHELL', get_option('shell'))
- sh_conf_data.set('SYSCONFDIR', get_option('sysconfdir'))
-+sh_conf_data.set('UUCP_GROUP', get_option('uucp_group'))
-
- sh = [
- 'rc-functions.sh',


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (01767f950431a26d68c2ffdb58262cf4b0d835a4), Pavel Vinogradov, 09/15/2026

Archive powered by MHonArc 2.6.24.

Top of Page