Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (86de14691e010ffa076e22b9ad117cc0ea238cbf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (86de14691e010ffa076e22b9ad117cc0ea238cbf)
  • Date: Wed, 7 Jan 2009 15:43:11 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ftp/wget/BUILD | 5 ++---
ftp/wget/HISTORY | 4 ++++
ftp/wget/POST_REMOVE | 4 ----
ftp/wget/REPAIR^all^POST_REMOVE | 2 ++
4 files changed, 8 insertions(+), 7 deletions(-)

New commits:
commit 86de14691e010ffa076e22b9ad117cc0ea238cbf
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wget: fixed for new sorcery restrictions

diff --git a/ftp/wget/BUILD b/ftp/wget/BUILD
index 8ef856d..608e960 100755
--- a/ftp/wget/BUILD
+++ b/ftp/wget/BUILD
@@ -1,9 +1,8 @@
OPTS="$OPTS --build=${BUILD}"
[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"

-if use_gcc 4.0
-then
- CFLAGS="${CFLAGS/-O3/-O2}"
+if use_gcc 4.0; then
+ CFLAGS="${CFLAGS/-O3/-O2}"
fi &&

./configure --prefix=${TRACK_ROOT}/usr \
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index 36db53d..c980f56 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,7 @@
+2009-01-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * REPAIR^all^POST_REMOVE: fixed for new devel sorcery restrictions
+ * BUILD: spaces ftw
+
2008-11-30 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS: Add optional_depends ca-certificates if using openssl

diff --git a/ftp/wget/POST_REMOVE b/ftp/wget/POST_REMOVE
deleted file mode 100755
index da4eb9a..0000000
--- a/ftp/wget/POST_REMOVE
+++ /dev/null
@@ -1,4 +0,0 @@
-if [[ -e "${INSTALL_ROOT}/usr/share/info/wget.info" ]]; then
- install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
- ${INSTALL_ROOT}/usr/share/info/wget.info
-fi
diff --git a/ftp/wget/REPAIR^all^POST_REMOVE b/ftp/wget/REPAIR^all^POST_REMOVE
index 76b363f..dcebce3 100755
--- a/ftp/wget/REPAIR^all^POST_REMOVE
+++ b/ftp/wget/REPAIR^all^POST_REMOVE
@@ -1,2 +1,4 @@
install-info --remove --info-dir="${INSTALL_ROOT}/usr/share/info"\
${INSTALL_ROOT}/usr/share/info/wget.info
+
+true



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (86de14691e010ffa076e22b9ad117cc0ea238cbf), Vlad Glagolev, 01/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page