Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (6e87971602ca73403c8a88e45a7bbcdaf4994131)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (6e87971602ca73403c8a88e45a7bbcdaf4994131)
  • Date: Fri, 7 Jan 2011 17:10:51 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

x11/gtk-vnc/DEPENDS | 2 +-
x11/gtk-vnc/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 6e87971602ca73403c8a88e45a7bbcdaf4994131
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gtk-vnc: Requires cyrus-sasl specifically, not any LIBSASL
configure: error: You must install the Cyrus SASL development package in
order to compile GTK-VNC

diff --git a/x11/gtk-vnc/DEPENDS b/x11/gtk-vnc/DEPENDS
index 32dea9c..8e08ad6 100755
--- a/x11/gtk-vnc/DEPENDS
+++ b/x11/gtk-vnc/DEPENDS
@@ -11,7 +11,7 @@ optional_depends python \
# '--enable-plugin=no' \
# 'for web browser plugin' &&

-optional_depends LIBSASL \
+optional_depends cyrus-sasl \
'--with-sasl' \
'--without-sasl' \
'for SASL authentication support'
diff --git a/x11/gtk-vnc/HISTORY b/x11/gtk-vnc/HISTORY
index 1266107..3f7f53e 100644
--- a/x11/gtk-vnc/HISTORY
+++ b/x11/gtk-vnc/HISTORY
@@ -1,3 +1,6 @@
+2011-01-07 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Requires cyrus-sasl specifically, not any LIBSASL
+
2010-02-23 Vasil Yonkov <spirtbrat AT sourcemage.org>
* DETAILS: updated spell to 0.3.10




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (6e87971602ca73403c8a88e45a7bbcdaf4994131), Eric Sandall, 01/07/2011

Archive powered by MHonArc 2.6.24.

Top of Page