Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (9408cbdb4199562824b407994be24d800a0b3855)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (9408cbdb4199562824b407994be24d800a0b3855)
  • Date: Mon, 17 Nov 2008 08:38:08 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

ftp/lftp/DETAILS | 2 +-
ftp/lftp/HISTORY | 5 +++++
ftp/lftp/PRE_BUILD | 5 +++++
ftp/lftp/lftp-3.7.5.patch | 11 +++++++++++
4 files changed, 22 insertions(+), 1 deletion(-)

New commits:
commit 9408cbdb4199562824b407994be24d800a0b3855
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

lftp: Updated to version 3.7.5 Added upstream patch to
fix compile problem.

diff --git a/ftp/lftp/DETAILS b/ftp/lftp/DETAILS
index 89e8f7d..bd16b61 100755
--- a/ftp/lftp/DETAILS
+++ b/ftp/lftp/DETAILS
@@ -1,5 +1,5 @@
SPELL=lftp
- VERSION=3.7.4
+ VERSION=3.7.5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/ftp/lftp/HISTORY b/ftp/lftp/HISTORY
index 7f11693..6fbe0ed 100644
--- a/ftp/lftp/HISTORY
+++ b/ftp/lftp/HISTORY
@@ -1,3 +1,8 @@
+2008-11-17 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 3.7.5
+ * PRE_BUILD: Added to apply patch
+ * lftp-1.7.5.patch: Added upstream patch to fix missing header file
+
2008-08-06 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.7.4, fixed descs, quoting the paths!

diff --git a/ftp/lftp/PRE_BUILD b/ftp/lftp/PRE_BUILD
new file mode 100755
index 0000000..2033467
--- /dev/null
+++ b/ftp/lftp/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+
+cd "$SOURCE_DIRECTORY" &&
+
+patch -p0 < "$SCRIPT_DIRECTORY/lftp-3.7.5.patch"
diff --git a/ftp/lftp/lftp-3.7.5.patch b/ftp/lftp/lftp-3.7.5.patch
new file mode 100644
index 0000000..3225596
--- /dev/null
+++ b/ftp/lftp/lftp-3.7.5.patch
@@ -0,0 +1,11 @@
+--- src/commands.cc 2008-11-06 05:56:35.000000000 -0500
++++ src/commands.cc 2008-11-08 17:51:58.503521321
+-0500
+@@ -21,6 +21,7 @@
+ /* $Id: commands.cc,v 1.289 2008/11/06 10:56:35 lav Exp $ */
+
+ #include <config.h>
++#include <sys/wait.h>
+
+ #include "modconfig.h"
+



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (9408cbdb4199562824b407994be24d800a0b3855), George Sherwood, 11/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page