[SM-Commit] GIT changes to master grimoire by George Sherwood (8f5f6f61aa07131e34ea1a5e138d5850d36945cf)

George Sherwood scm at mail.sourcemage.org
Tue Mar 20 08:40:31 EDT 2007


GIT changes to master grimoire by George Sherwood <chat at sourcemage.org>:

 utils/xdelta/DETAILS          |   11 +++++------
 utils/xdelta/HISTORY          |    7 +++++++
 utils/xdelta/PRE_BUILD        |    4 ----
 utils/xdelta/config.sub.patch |   12 ------------
 utils/xdelta/gcc4.patch       |   11 -----------
 5 files changed, 12 insertions(+), 33 deletions(-)

New commits:
commit 8f5f6f61aa07131e34ea1a5e138d5850d36945cf
Author: George Sherwood <chat at sourcemage.org>
Commit: George Sherwood <chat at sourcemage.org>

    xdelta: Updated to version 1.1.4.  Removed all patches.  Updated
    SOURCE_URL and WEB_SITE.

diff --git a/utils/xdelta/DETAILS b/utils/xdelta/DETAILS
index e0cf23e..e7c2d4c 100755
--- a/utils/xdelta/DETAILS
+++ b/utils/xdelta/DETAILS
@@ -1,17 +1,16 @@
            SPELL=xdelta
-         VERSION=1.1.3
+         VERSION=1.1.4
           SOURCE=$SPELL-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-     SOURCE_HASH=sha512:b65d453085dfb06e69c9be01408b6c2487730a1bf5acc305db819df38d99bfbb925bfeb4221cde838465acc6b24d31f755a5e09c18f443c03bbd2b825a381e20
-        WEB_SITE=http://xdelta.sourceforge.net
+   SOURCE_URL[0]=http://xdelta.googlecode.com/files/$SOURCE
+     SOURCE_HASH=sha512:eef45f7977e9a7f490b881f33ab8a948cc5eff9300ea850cc30062905c8e883c104961f075f56f7ce8e385142c35de168aef1e0b8169bda66786ea4bee33168b
+        WEB_SITE=http://xdelta.org
          ENTERED=20010922
-         UPDATED=20011221
       LICENSE[0]=GPL
         KEYWORDS="utils"
            SHORT="Diff program that works on binaries."
 cat << EOF
-Announcing version 1.1.2 of Xdelta.  Xdelta is an application program
+Xdelta is an application program
 designed to compute changes between files.  These changes (deltas) are
 similar to the output of the "diff" program in that they may be used
 to store and transmit only the changes between files.  However, unlike
diff --git a/utils/xdelta/HISTORY b/utils/xdelta/HISTORY
index 572beff..bf365b9 100644
--- a/utils/xdelta/HISTORY
+++ b/utils/xdelta/HISTORY
@@ -1,3 +1,10 @@
+2007-03-20 George Sherwood <george at beernabeer.com>
+	* DETAILS: Updated to 1.1.4. Updated SOURCE_URL and WEB_SITE.
+	  Removed UPDATED.
+	* PRE_BUILD: Removed.  No patches needed.
+	* gcc.patch: Removed.  Build with gcc4
+	* config.sub.patch: Removed.  X86_64 now in config.sub
+
 2006-06-28 Eric Sandall <sandalle at sourcemage.org>
 	* DETAILS: Removed BUILD_API=2, set grimoire-wide
 
diff --git a/utils/xdelta/PRE_BUILD b/utils/xdelta/PRE_BUILD
deleted file mode 100755
index 0d3a6eb..0000000
--- a/utils/xdelta/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build      &&
-cd  $SOURCE_DIRECTORY  &&
-patch  -p0  <  $SCRIPT_DIRECTORY/config.sub.patch  &&
-patch  -p0  <  $SCRIPT_DIRECTORY/gcc4.patch
diff --git a/utils/xdelta/config.sub.patch b/utils/xdelta/config.sub.patch
deleted file mode 100644
index c3569a1..0000000
--- a/utils/xdelta/config.sub.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- config.sub.old	2000-02-02 16:53:22.000000000 -0800
-+++ config.sub	2005-04-04 23:12:05.000000000 -0700
-@@ -632,6 +631,9 @@
- 	pentiumii-* | pentium2-*)
- 		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
- 		;;
-+	x86_64-*)
-+		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
-+		;;
- 	pn)
- 		basic_machine=pn-gould
- 		;;
diff --git a/utils/xdelta/gcc4.patch b/utils/xdelta/gcc4.patch
deleted file mode 100644
index 542174d..0000000
--- a/utils/xdelta/gcc4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xdmain.c~	2001-09-24 08:59:18.000000000 +0200
-+++ xdmain.c	2006-03-15 18:51:39.000000000 +0100
-@@ -1441,7 +1441,7 @@
-   return TRUE;
- }
- 
--static HandleFuncTable xd_handle_table =
-+extern HandleFuncTable xd_handle_table =
- {
-   (gssize (*) (FileHandle *fh)) xd_handle_length,
-   (gssize (*) (FileHandle *fh)) xd_handle_pages,



More information about the SM-Commit mailing list