Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (08c825f2a69f649ea69fe57426d6e6769ccc7e68)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (08c825f2a69f649ea69fe57426d6e6769ccc7e68)
  • Date: Thu, 21 Aug 2008 12:27:06 -0500

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

ftp/wget/HISTORY | 1 +
ftp/wget/REPAIR^all^PRE_SUB_DEPENDS | 5 +++++
2 files changed, 6 insertions(+)

New commits:
commit 08c825f2a69f649ea69fe57426d6e6769ccc7e68
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

wget: yet another fix for my b0rked attempt at sub_depends

diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index 191f2d9..79359d4 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -2,6 +2,7 @@
* SUB_DEPENDS, PRE_SUB_DEPENDS: renamed the sub_depend target
from openssl to SSL
* REPAIR^none^PRE_SUB_DEPENDS: created the file
+ * REPAIR^all^PRE_SUB_DEPENDS: created the file

2008-08-19 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* SUB_DEPENDS, PRE_SUB_DEPENDS: Added openssl as a sub_depend target
diff --git a/ftp/wget/REPAIR^all^PRE_SUB_DEPENDS
b/ftp/wget/REPAIR^all^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..fe1f8b9
--- /dev/null
+++ b/ftp/wget/REPAIR^all^PRE_SUB_DEPENDS
@@ -0,0 +1,5 @@
+case $THIS_SUB_DEPENDS in
+ SSL) is_depends_enabled $SPELL openssl && return 0 ;;
+ *) echo "unknown sub_depends!" ;;
+esac
+return 1



  • [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (08c825f2a69f649ea69fe57426d6e6769ccc7e68), Martin Spitzbarth, 08/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page