Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-rc-0.8 grimoire by Jaka Kranjc (f8219f1a3c60b0eeb3df191f1648cf82eec139d7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-rc-0.8 grimoire by Jaka Kranjc (f8219f1a3c60b0eeb3df191f1648cf82eec139d7)
  • Date: Thu, 1 Mar 2007 15:07:58 -0600

GIT changes to stable-rc-0.8 grimoire by Jaka Kranjc
<lynxlynxlynx AT sourcemage.org>:

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

New commits:
commit f8219f1a3c60b0eeb3df191f1648cf82eec139d7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

Fix vnc dependencies if using xorg-modular
(cherry picked from commit d7621fdbecd99a17c95af70d9eda1197207b82a5)

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 stable-rc-0.8 grimoire by Jaka Kranjc (f8219f1a3c60b0eeb3df191f1648cf82eec139d7), Jaka Kranjc, 03/01/2007

Archive powered by MHonArc 2.6.24.

Top of Page