Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] [other] GIT changes to master grimoire by Thomas Orgis (62d16371ba036369af1609b9b27ed912f690b33f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <treeve AT scarlet.be>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] [other] GIT changes to master grimoire by Thomas Orgis (62d16371ba036369af1609b9b27ed912f690b33f)
  • Date: Thu, 4 Jan 2007 19:44:00 +0100

On Thursday 04 January 2007 19:12, Thomas Orgis wrote:
> GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:
>
> database/firebird/fb15.patch.bz2 |binary
> kernels/lirc/DEPENDS | 1 +
> net/spfs/PRE_BUILD | 11 +++++++++++
> utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch | 11 +++++++++++
> 4 files changed, 23 insertions(+)
>
> New commits:
> commit 62d16371ba036369af1609b9b27ed912f690b33f
> Author: Thomas Orgis <sobukus AT sourcemage.org>
> Commit: Thomas Orgis <sobukus AT sourcemage.org>
>
> coreutils: re-adding the patch - remind #13377
>
> commit 0297b338bf32f8ff74aa4082d1883f7cf7c47cae
> Author: Thomas Orgis <sobukus AT sourcemage.org>
> Commit: Thomas Orgis <sobukus AT sourcemage.org>
>
> spfs: re-adding PRE_BUILD
>
> commit e90f9874af0841a922113583ddbd88027ae0369b
> Author: Thomas Orgis <sobukus AT sourcemage.org>
> Commit: Thomas Orgis <sobukus AT sourcemage.org>
>
> firebird: re-adding this patch file
>

the patch files have been renamed,. see PRE_BUILD and PREPARE, in
anticipation
of version 2.1

> commit d6962d0eed16a7aab5d292a7e54d3836edf12748
> Author: Thomas Orgis <sobukus AT sourcemage.org>
> Commit: Thomas Orgis <sobukus AT sourcemage.org>
>
> kernels/lirc: re-add DEPENDS from ruskie (#13096)
>
> diff --git a/database/firebird/fb15.patch.bz2
> b/database/firebird/fb15.patch.bz2 new file mode 100644
> index 0000000..df466fb
> Binary files /dev/null and b/database/firebird/fb15.patch.bz2 differ
> diff --git a/kernels/lirc/DEPENDS b/kernels/lirc/DEPENDS
> new file mode 100755
> index 0000000..d2df149
> --- /dev/null
> +++ b/kernels/lirc/DEPENDS
> @@ -0,0 +1 @@
> +depends which
> diff --git a/net/spfs/PRE_BUILD b/net/spfs/PRE_BUILD
> new file mode 100755
> index 0000000..861b4a3
> --- /dev/null
> +++ b/net/spfs/PRE_BUILD
> @@ -0,0 +1,11 @@
> +default_pre_build &&
> +cd $SOURCE_DIRECTORY &&
> +sedit "s:CFLAGS=-Wall:CFLAGS=$CFLAGS\ \-D_FILE_OFFSET_BITS=64\
> \-D_LARGEFILE64_SOURCE\ \-Wall:g" \ + libspclient/Makefile
> && +sedit
> "s:CFLAGS=-Wall:CFLAGS=$CFLAGS\ \-D_FILE_OFFSET_BITS=64\
> \-D_LARGEFILE64_SOURCE\ \-Wall:g" \ + fs/Makefile
> && +sedit
> "s:CFLAGS=-Wall:CFLAGS=$CFLAGS\ \-D_FILE_OFFSET_BITS=64\
> \-D_LARGEFILE64_SOURCE\ \-Wall:g" \ + Makefile
> && +sedit
> "s:CFLAGS=-Wall:CFLAGS=$CFLAGS\ \-D_FILE_OFFSET_BITS=64\
> \-D_LARGEFILE64_SOURCE\ \-Wall:g" \ + libspfs/Makefile
> +
> diff --git a/utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch
> b/utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch new file mode 100644
> index 0000000..729ca39
> --- /dev/null
> +++ b/utils/coreutils/coreutils-6.4_9p_mv_EPERM.patch
> @@ -0,0 +1,11 @@
> +--- old/src/copy.c 2007/01/03 12:43:18 1.1
> ++++ coreutils-6.4/src/copy.c 2007/01/03 12:43:44
> +@@ -1431,7 +1431,7 @@
> + where you'd replace `18' with the integer in parentheses that
> + was output from the perl one-liner above.
> + If necessary, of course, change `/tmp' to some other directory. */
> +- if (errno != EXDEV)
> ++ if (errno != EXDEV && errno != EPERM)
> + {
> + /* There are many ways this can happen due to a race condition.
> + When something happens between the initial XSTAT and the
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Regards, Treeve

Attachment: pgpCif35NW9EZ.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page