Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (44277bd0484ee845524815aa9f9ce8433af0a7e5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (44277bd0484ee845524815aa9f9ce8433af0a7e5)
  • Date: Mon, 27 May 2019 18:50:24 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 3 +++
accounts | 1 +
audio-drivers/sndio/DEPENDS | 3 ++-
audio-drivers/sndio/HISTORY | 2 ++
audio-drivers/sndio/INSTALL | 5 -----
audio-drivers/sndio/PRE_BUILD | 3 +++
groups | 1 +
7 files changed, 12 insertions(+), 6 deletions(-)

New commits:
commit 44277bd0484ee845524815aa9f9ce8433af0a7e5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

add sndiod user

commit 3852d632b0caca1520202e9e63ab31e4c98933bb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

sndio - create user/group

diff --git a/ChangeLog b/ChangeLog
index 0f02d9b..49f0098 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-05-27 Treeve Jelbert <treeve AT sourcemage.org>
+ * accounts, group: add sndiod
+
2019-05-25 Ismael Luceno <ismael AT sourcemage.org>
* libs/libiconv: new spell, GNU iconv implementation
* database/vbisam: new spell, ISAM File Handler
diff --git a/accounts b/accounts
index a086bbd..7e15b3e 100755
--- a/accounts
+++ b/accounts
@@ -116,4 +116,5 @@ rslsync:211:211
hitch:213:213
gerbera:214:214
lighttpd:215:215
+sndiod:216:216
nobody:65534:65534
diff --git a/audio-drivers/sndio/DEPENDS b/audio-drivers/sndio/DEPENDS
index d851231..9ce1ca8 100755
--- a/audio-drivers/sndio/DEPENDS
+++ b/audio-drivers/sndio/DEPENDS
@@ -1 +1,2 @@
-depends alsa-lib
+depends alsa-lib &&
+optional_depends libbsd '--with-libbsd' '--without-libbsd' 'use system
libbsd'
diff --git a/audio-drivers/sndio/HISTORY b/audio-drivers/sndio/HISTORY
index 2e4f1b9..d733714 100644
--- a/audio-drivers/sndio/HISTORY
+++ b/audio-drivers/sndio/HISTORY
@@ -3,6 +3,8 @@

2019-05-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.5.0
+ * PRE_BUILD: added, create user
+ * INSTALL: deleted

2017-02-07 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, INSTALL: spell created
diff --git a/audio-drivers/sndio/INSTALL b/audio-drivers/sndio/INSTALL
deleted file mode 100755
index e610c5a..0000000
--- a/audio-drivers/sndio/INSTALL
+++ /dev/null
@@ -1,5 +0,0 @@
-default_install &&
-mkdir -p /var/run/sndiod &&
-if ! grep -q "^sndiod:" "$INSTALL_ROOT"/etc/passwd; then
- useradd -r -g audio -s /sbin/nologin -d /var/run/sndiod sndiod
-fi
diff --git a/audio-drivers/sndio/PRE_BUILD b/audio-drivers/sndio/PRE_BUILD
new file mode 100755
index 0000000..40cff2a
--- /dev/null
+++ b/audio-drivers/sndio/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+create_group audio &&
+create_account sndiod
diff --git a/groups b/groups
index 6728d27..ce9cd4b 100755
--- a/groups
+++ b/groups
@@ -142,5 +142,6 @@ rslsync:211:
hitch:213:
gerbera:214
lighttpd:215:
+sndiod:216:
users:1000:
nogroup:65534:




Archive powered by MHonArc 2.6.24.

Top of Page