[SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (bca34221ee4e1edfa3c03364101136a246057ca5)

Mathieu Lonjaret scm at sourcemage.org
Fri Jun 19 10:37:24 EDT 2009


GIT changes to master grimoire by Mathieu Lonjaret <lejatorn at sourcemage.org>:

 utils/plan9port/DEPENDS |   10 ++++++----
 utils/plan9port/HISTORY |    3 +++
 2 files changed, 9 insertions(+), 4 deletions(-)

New commits:
commit bca34221ee4e1edfa3c03364101136a246057ca5
Author: Mathieu Lonjaret <lejatorn at sourcemage.org>
Commit: Mathieu Lonjaret <lejatorn at sourcemage.org>

    plan9port: reworked X11 deps

diff --git a/utils/plan9port/DEPENDS b/utils/plan9port/DEPENDS
index e33773b..e1164a8 100755
--- a/utils/plan9port/DEPENDS
+++ b/utils/plan9port/DEPENDS
@@ -1,7 +1,9 @@
-optional_depends X11-LIBS \
-                 ""       \
-                 ""       \
-                 "for graphical tools (acme, sam, rio...)" &&
+if [ "$P9P_X11" == "y" ]; then
+    depends libx11 &&
+    depends xproto &&
+    depends libxt  
+fi &&
+	
 optional_depends stunnel \
                  ""      \
                  ""      \
diff --git a/utils/plan9port/HISTORY b/utils/plan9port/HISTORY
index b579bde..88549db 100755
--- a/utils/plan9port/HISTORY
+++ b/utils/plan9port/HISTORY
@@ -1,4 +1,7 @@
 2009-06-19 Mathieu Lonjaret <lejatorn at sourcemage.org>
+	* DEPENDS: reworked X11 deps
+
+2009-06-19 Mathieu Lonjaret <lejatorn at sourcemage.org>
 	* DETAILS: update to 20090618
 	* DEPENDS: X11-LIBS as opt dep
 



More information about the SM-Commit mailing list