summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandall2014-12-30 09:52:15 -0800
committerEric Sandall2014-12-30 09:52:15 -0800
commit309f26ae9000bb5ca7c829071489670f3c1ff81e (patch)
tree26f070d384dfa2b51c5341b271650e67aa483d0e
parent9212d00d4a200d1da92dd77d7f440142fcc4dee4 (diff)
gzip: Don't use own compression for a compression utility
$ sudo cast -c -V on gzip ... gpg signature verified! Unpacking source file gzip-1.6.tar.gz for spell gzip. Building gzip Building in dir: /usr/src/gzip-1.6 gzip 1.6 /var/lib/sorcery/codex/test/archive/gzip/BUILD: line 4: ./configure: No such file or directory ! Problem Detected ! Switching to upstream .xz format fixes this on x86 and x86_64, at least, with castfs enabled.
-rwxr-xr-xarchive/gzip/DEPENDS1
-rwxr-xr-xarchive/gzip/DETAILS2
-rw-r--r--archive/gzip/HISTORY5
3 files changed, 7 insertions, 1 deletions
diff --git a/archive/gzip/DEPENDS b/archive/gzip/DEPENDS
index 18594eb242..24de7f9cde 100755
--- a/archive/gzip/DEPENDS
+++ b/archive/gzip/DEPENDS
@@ -1,2 +1,3 @@
depends gnupg &&
+depends LZMA &&
depends smgl-fhs
diff --git a/archive/gzip/DETAILS b/archive/gzip/DETAILS
index 22c5bcbfde..226e4e30a4 100755
--- a/archive/gzip/DETAILS
+++ b/archive/gzip/DETAILS
@@ -1,7 +1,7 @@
SPELL=gzip
VERSION=1.6
SECURITY_PATCH=1
- SOURCE=$SPELL-${VERSION}.tar.gz
+ SOURCE=$SPELL-${VERSION}.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION}
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/archive/gzip/HISTORY b/archive/gzip/HISTORY
index bc838db2f9..b95f956f59 100644
--- a/archive/gzip/HISTORY
+++ b/archive/gzip/HISTORY
@@ -1,3 +1,8 @@
+2014-12-30 Eric Sandall <sandalle@sourcemage.org>
+ * DETAILS: Don't use own compression for a compression utility
+ Switch to .xz, otherwise seems to fail with castfs
+ * DEPENDS: Depends on LZMA
+
2013-06-10 Ladislav Hagara <hgr@vabo.cz>
* DETAILS: 1.6