[SM-Commit] GIT changes to master grimoire by Pol Vinogradov (86d2f1d0e48127466623e1856f4f5d264e88f3bb)

Pol Vinogradov scm at mail.sourcemage.org
Tue Jun 20 10:07:24 EDT 2006


GIT changes to master grimoire by Pol Vinogradov <vin.public at gmail.com>:

 x11-toolkits/fxruby/HISTORY     |    1 +
 x11-toolkits/fxruby/SUB_DEPENDS |    5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 86d2f1d0e48127466623e1856f4f5d264e88f3bb
Merge: 6e56a168ca86c82ccef528c09bc9163f6e798db8 cc78a59f66d22c269769bed6345254dcb628cacd
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    Merge branch 'master' of ssh://scm.sourcemage.org/smgl/grimoire

commit 6e56a168ca86c82ccef528c09bc9163f6e798db8
Author: Pol Vinogradov <vin.public at gmail.com>
Commit: Pol Vinogradov <vin.public at gmail.com>

    SUB_DEPENDS: transferred options to depends

diff --git a/x11-toolkits/fxruby/HISTORY b/x11-toolkits/fxruby/HISTORY
index ff3b984..a284c22 100644
--- a/x11-toolkits/fxruby/HISTORY
+++ b/x11-toolkits/fxruby/HISTORY
@@ -1,5 +1,6 @@
 2006-06-20 Pol Vinogradov <vin.public at gmail.com>
 	* DETAILS: version 1.6.0, BUILD_API=2 and UPDATED removed
+	* SUB_DEPENDS: transferred options to depends
 
 2006-04-22 Pol Vinogradov <vin.public at gmail.com>
 	* REPAIR^none^PRE_SUB_DEPENDS: removed
diff --git a/x11-toolkits/fxruby/SUB_DEPENDS b/x11-toolkits/fxruby/SUB_DEPENDS
index 0448f52..74ecfe3 100755
--- a/x11-toolkits/fxruby/SUB_DEPENDS
+++ b/x11-toolkits/fxruby/SUB_DEPENDS
@@ -1,7 +1,6 @@
 case $THIS_SUB_DEPENDS in
-  fxscintilla) depends fxscintilla  &&
-               OPTS="${OPTS} --with-fxscintilla-include=${INSTALL_ROOT}/usr/include/fxscintilla  \
-                             --with-fxscintilla-lib=${INSTALL_ROOT}/usr/lib" ;;
+  fxscintilla) depends fxscintilla  "--with-fxscintilla-include=${INSTALL_ROOT}/usr/include/fxscintilla  \
+                                     --with-fxscintilla-lib=${INSTALL_ROOT}/usr/lib" ;;
             *) echo unknown sub-depends!!! ; return 1 ;;
 esac
 



More information about the SM-Commit mailing list