[clfswm-cvs] [clfswm-git]CLFSWM - A(nother) Common Lisp FullScreen Window Manager branch master updated. R-1106-6-g8b8ecaa
Philippe Brochard
pbrochard at common-lisp.net
Mon Jun 27 20:25:50 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CLFSWM - A(nother) Common Lisp FullScreen Window Manager".
The branch, master has been updated
via 8b8ecaab723374838d43fd9fafc098ab4f63da7c (commit)
from 216af7bfc32b8bfc577ccbd2ae07c04c6029bd80 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8b8ecaab723374838d43fd9fafc098ab4f63da7c
Author: Desmond O. Chang <dochang at gmail.com>
Date: Mon Jun 27 22:25:51 2011 +0200
[PATCH] CLFSWM should depend on sb-posix since src/tools.lisp uses sb-posix:getenv & sb-posix:putenv.
diff --git a/clfswm.asd b/clfswm.asd
index 8884df2..6f27c6d 100644
--- a/clfswm.asd
+++ b/clfswm.asd
@@ -78,7 +78,7 @@
(:file "bindings-second-mode"
:depends-on ("clfswm" "clfswm-util" "clfswm-query" "bindings" "clfswm-pack" "clfswm-menu" "menu-def"
"clfswm-layout")))))
- :depends-on ( #-:CLX :clx ))
+ :depends-on ( #-:CLX :clx #+:sbcl :sb-posix ))
diff --git a/load.lisp b/load.lisp
index aa2baeb..e6d5299 100644
--- a/load.lisp
+++ b/load.lisp
@@ -38,12 +38,6 @@
#+SBCL
(require :asdf)
-#+SBCL
-(require :sb-posix)
-
-;;#+SBCL
-;; (require :clx)
-
#+(or CMU ECL)
(require :clx)
-----------------------------------------------------------------------
Summary of changes:
clfswm.asd | 2 +-
load.lisp | 6 ------
2 files changed, 1 insertions(+), 7 deletions(-)
hooks/post-receive
--
CLFSWM - A(nother) Common Lisp FullScreen Window Manager
More information about the clfswm-cvs
mailing list