Skip to Content.
Sympa Menu

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

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 (4088c2cdc747677aa708d42580f866f9374bb719)
  • Date: Sun, 29 Mar 2015 02:56:52 -0500

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

x11/xautolock/BUILD | 2 ++
x11/xautolock/HISTORY | 3 +++
2 files changed, 5 insertions(+)

New commits:
commit 4088c2cdc747677aa708d42580f866f9374bb719
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

xautolock: use check_tmp_noexec()

(cherry picked from commit 63c2a6be895edac4ddc0c92b2577a477814636e5)

diff --git a/x11/xautolock/BUILD b/x11/xautolock/BUILD
index 0974f91..fa2c026 100755
--- a/x11/xautolock/BUILD
+++ b/x11/xautolock/BUILD
@@ -2,6 +2,8 @@ if [[ $XAUTOLOCK_READXDEF == y ]]; then
CFLAGS="-DReadXdefaultsFile ${CFLAGS}"
fi &&

+check_tmp_noexec /tmp &&
xmkmf -a &&
+check_tmp_noexec /tmp &&

make EXTRA_LDOPTIONS="${LDFLAGS}" CDEBUGFLAGS="${CFLAGS}"
diff --git a/x11/xautolock/HISTORY b/x11/xautolock/HISTORY
index 2dcbfae..ede0c77 100644
--- a/x11/xautolock/HISTORY
+++ b/x11/xautolock/HISTORY
@@ -1,3 +1,6 @@
+2015-03-26 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: use check_tmp_noexec()
+
2014-10-19 Jeremy Blosser <jblosser AT sourcemage.org>
* DEPENDS: gccmakedep




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (4088c2cdc747677aa708d42580f866f9374bb719), Vlad Glagolev, 03/29/2015

Archive powered by MHonArc 2.6.24.

Top of Page