Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (d5125259384c450926892806d6b5889df6c60b84)
  • Date: Thu, 1 Mar 2007 13:17:34 -0600

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

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

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

Fix vnc dependencies if using xorg-modular

diff --git a/x11/vnc/DEPENDS b/x11/vnc/DEPENDS
index 886aef1..24f1d75 100755
--- a/x11/vnc/DEPENDS
+++ b/x11/vnc/DEPENDS
@@ -1,2 +1,11 @@
depends zlib '--with-installed-zlib' &&
-depends X11-LIBS
+depends X11-LIBS &&
+
+. $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs; then
+ depends libice &&
+ depends libsm &&
+ depends libxext &&
+ depends libxtst
+fi
diff --git a/x11/vnc/HISTORY b/x11/vnc/HISTORY
index 540810e..2c09953 100644
--- a/x11/vnc/HISTORY
+++ b/x11/vnc/HISTORY
@@ -1,3 +1,7 @@
+2007-03-01 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: If using xorg-modular, depend on libice, libsm, libxext,
+ and libxtst
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (d5125259384c450926892806d6b5889df6c60b84), Eric Sandall, 03/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page