Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (909e1452a551ab7607df5dc18da4215a5fb69e65)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (909e1452a551ab7607df5dc18da4215a5fb69e65)
  • Date: Thu, 21 Apr 2016 14:43:28 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/libcap/BUILD | 2 +-
libs/libcap/CONFIGURE | 1 +
libs/libcap/DEPENDS | 17 +++++++++--------
libs/libcap/HISTORY | 6 ++++++
libs/libcap/INSTALL | 1 +
5 files changed, 18 insertions(+), 9 deletions(-)

New commits:
commit 909e1452a551ab7607df5dc18da4215a5fb69e65
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libcap: corrected dependencies

(cherry picked from commit ebc43d6c80fee87fd96cc6fbc319a159a2c00865)

diff --git a/libs/libcap/BUILD b/libs/libcap/BUILD
index 8f58e6d..8eb5214 100755
--- a/libs/libcap/BUILD
+++ b/libs/libcap/BUILD
@@ -1 +1 @@
-make
+make $OPTS
diff --git a/libs/libcap/CONFIGURE b/libs/libcap/CONFIGURE
new file mode 100755
index 0000000..22fe25c
--- /dev/null
+++ b/libs/libcap/CONFIGURE
@@ -0,0 +1 @@
+persistent_remove LIBCAP_PAM
diff --git a/libs/libcap/DEPENDS b/libs/libcap/DEPENDS
index 3a5d7eb..5332b0f 100755
--- a/libs/libcap/DEPENDS
+++ b/libs/libcap/DEPENDS
@@ -1,8 +1,9 @@
-depends attr &&
-optional_depends linux-pam "" "" "for capabilities PAM module" &&
-persistent_add LIBCAP_PAM &&
-if is_depends_enabled $SPELL linux-pam; then
- LIBCAP_PAM=yes
-else
- LIBCAP_PAM=no
-fi
+optional_depends attr \
+ "LIBATTR=yes" \
+ "LIBATTR=no" \
+ "for extended attributes support" &&
+
+optional_depends linux-pam \
+ "LIBCAP_PAM=yes" \
+ "LIBCAP_PAM=no" \
+ "for capabilities PAM module"
diff --git a/libs/libcap/HISTORY b/libs/libcap/HISTORY
index d423225..10036c1 100644
--- a/libs/libcap/HISTORY
+++ b/libs/libcap/HISTORY
@@ -1,3 +1,9 @@
+2016-04-21 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: use $OPTS
+ * DEPENDS: made attr actually optional; rewritten
+ * CONFIGURE: dropped deprecated persistent var
+ * INSTALL: added, to use OPTS
+
2014-04-12 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.24
* PRE_BUILD, INSTALL, *.patch: deleted
diff --git a/libs/libcap/INSTALL b/libs/libcap/INSTALL
new file mode 100755
index 0000000..8b8f583
--- /dev/null
+++ b/libs/libcap/INSTALL
@@ -0,0 +1 @@
+make $OPTS install



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (909e1452a551ab7607df5dc18da4215a5fb69e65), Vlad Glagolev, 04/21/2016

Archive powered by MHonArc 2.6.24.

Top of Page