Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (adb327da5907a3f801272c21c0b3c295fedaca40)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (adb327da5907a3f801272c21c0b3c295fedaca40)
  • Date: Mon, 21 Aug 2006 17:41:46 -0500

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

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

New commits:
commit adb327da5907a3f801272c21c0b3c295fedaca40
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

x11-toolkits/fxruby:

SUB_DEPENDS: no more options for fxscintilla supported, it's autodetected
now

diff --git a/x11-toolkits/fxruby/HISTORY b/x11-toolkits/fxruby/HISTORY
index 3e5cead..4dd10da 100644
--- a/x11-toolkits/fxruby/HISTORY
+++ b/x11-toolkits/fxruby/HISTORY
@@ -1,3 +1,7 @@
+2006-08-22 Pol Vinogradov <vin.public AT gmail.com>
+ * SUB_DEPENDS: no more options for fxscintilla supported, it's
+ autodetected now
+
2006-08-19 Anton Brondz <dinolinux AT sourcemage.org>
* DETAILS: updated to 1.6.1

diff --git a/x11-toolkits/fxruby/SUB_DEPENDS b/x11-toolkits/fxruby/SUB_DEPENDS
index 74ecfe3..f1d0df3 100755
--- a/x11-toolkits/fxruby/SUB_DEPENDS
+++ b/x11-toolkits/fxruby/SUB_DEPENDS
@@ -1,6 +1,5 @@
case $THIS_SUB_DEPENDS in
- fxscintilla) depends fxscintilla
"--with-fxscintilla-include=${INSTALL_ROOT}/usr/include/fxscintilla \
-
--with-fxscintilla-lib=${INSTALL_ROOT}/usr/lib" ;;
+ fxscintilla) depends fxscintilla ;;
*) echo unknown sub-depends!!! ; return 1 ;;
esac




  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (adb327da5907a3f801272c21c0b3c295fedaca40), Pol Vinogradov, 08/21/2006

Archive powered by MHonArc 2.6.24.

Top of Page