From e858326a0f8574e98336046752a4bf786a2c1d0a Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Mon, 19 Aug 2013 19:02:05 +0200 Subject: gnu: bigloo: Update to 4.0b. * gnu/packages/scheme.scm (bigloo): Update to 4.0b. Patch the `configure-gc' scripts. Remove `patch-absolute-file-names' phase. * gnu/packages/patches/bigloo-gc-shebangs.patch: Adjust to new version. --- gnu/packages/patches/bigloo-gc-shebangs.patch | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'gnu/packages/patches/bigloo-gc-shebangs.patch') diff --git a/gnu/packages/patches/bigloo-gc-shebangs.patch b/gnu/packages/patches/bigloo-gc-shebangs.patch index 07af261887..9ead2ba979 100644 --- a/gnu/packages/patches/bigloo-gc-shebangs.patch +++ b/gnu/packages/patches/bigloo-gc-shebangs.patch @@ -1,17 +1,18 @@ Patch shebangs in source that gets unpacked by `configure'. ---- bigloo3.9a/gc/install-gc-7.2d 2013-01-14 15:24:01.000000000 +0100 -+++ bigloo3.9a/gc/install-gc-7.2d 2013-01-14 15:23:51.000000000 +0100 -@@ -29,9 +29,11 @@ fi +--- bigloo4.0b/gc/install-gc-7.3alpha3-20130330 2013-08-19 10:45:20.000000000 +0200 ++++ bigloo4.0b/gc/install-gc-7.3alpha3-20130330 2013-08-19 10:46:36.000000000 +0200 +@@ -29,10 +29,12 @@ fi + # untar the two versions of the GC $tar xfz $src -C ../gc || (echo "$tar xfz $src failed"; exit 1) - /bin/rm -rf "../gc/$gc"_fth -+find ../gc/gc-7.2 -perm /111 -type f | xargs sed -i -e"s|/bin/sh|`type -P bash`|g" - mv ../gc/gc-7.2 "../gc/$gc"_fth || (echo "mv gc-7.2 failed"; exit 1) +-/bin/rm -rf "../gc/$gc"_fth ++rm -rf "../gc/$gc"_fth ++find ../gc/$gc -perm /111 -type f | xargs sed -i -e"s|/bin/sh|`type -P sh`|g" + mv ../gc/$gc "../gc/$gc"_fth || (echo "mv $gc failed"; exit 1) $tar xfz $src -C ../gc || (echo "$tar xfz $src failed"; exit 1) -+find ../gc/gc-7.2 -perm /111 -type f | xargs sed -i -e"s|/bin/sh|`type -P bash`|g" - mv ../gc/gc-7.2 "../gc/$gc" ++find ../gc/$gc -perm /111 -type f | xargs sed -i -e"s|/bin/sh|`type -P sh`|g" # general Bigloo patch - + (cd "../gc/$gc"_fth && $patch -p1 < ../$gc.patch > /dev/null) -- cgit v1.2.3