summaryrefslogtreecommitdiffstats
path: root/archive
diff options
context:
space:
mode:
authorTreeve Jelbert2021-05-05 18:47:15 +0200
committerTreeve Jelbert2021-05-06 08:25:25 +0200
commit394aeb2cb935807c25907fcacf6f8fe106ce9f69 (patch)
treed2a659600c9de5adff65cd28db7df7668430f476 /archive
parenta73e4b172117b911988ada0e68076f91df1a698e (diff)
p7zip: => 17.04
Diffstat (limited to 'archive')
-rwxr-xr-xarchive/p7zip/DETAILS15
-rw-r--r--archive/p7zip/HISTORY5
-rwxr-xr-xarchive/p7zip/PRE_BUILD2
3 files changed, 11 insertions, 11 deletions
diff --git a/archive/p7zip/DETAILS b/archive/p7zip/DETAILS
index 16de8cd097..b8c7777e78 100755
--- a/archive/p7zip/DETAILS
+++ b/archive/p7zip/DETAILS
@@ -1,14 +1,11 @@
SPELL=p7zip
- VERSION=16.02
- SOURCE=${SPELL}_${VERSION}_src_all.tar.bz2
- SOURCE2=${SPELL}-${VERSION}-consolidated_fixes-1.patch
- SOURCE_HASH=sha512:d2c4d53817f96bb4c7683f42045198d4cd509cfc9c3e2cb85c8d9dc4ab6dfa7496449edeac4e300ecf986a9cbbc90bd8f8feef8156895d94617c04e507add55f
- SOURCE2_HASH=sha512:4fd4ddcc4d35071e9ae14097a52b4ce6c3ab07ed08307424ad8025e9ba821405fce476dcd26667a0ec7893eb352eaa41103096969987122e5f9b8959e60d3423
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}_$VERSION"
- SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/$SPELL/files/$SOURCE
- SOURCE2_URL[0]=http://www.linuxfromscratch.org/patches/blfs/svn/${SOURCE2}
+ VERSION=17.04
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_HASH=sha512:ad176db5b657b1c39584f6792c47978d94f2f1ccb1cf5bdb0f52ab31a7356b3822f4a922152c4253f4aa7e79166ba052b6592530b7a38f548cd555fe9c008be3
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}-${VERSION}"
DOCS=""
- WEB_SITE=http://p7zip.sourceforge.net/
+ WEB_SITE=https://github.com/jinfeihan57/p7zip
+ SOURCE_URL[0]=$WEB_SITE/archive/refs/tags/v${VERSION}.tar.gz
ENTERED=20050123
LICENSE[0]=LGPL
KEYWORDS="archive"
diff --git a/archive/p7zip/HISTORY b/archive/p7zip/HISTORY
index f764acc1c9..cec71e9b11 100644
--- a/archive/p7zip/HISTORY
+++ b/archive/p7zip/HISTORY
@@ -1,3 +1,8 @@
+2021-05-05 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 17.04
+ now download from a forked site
+ * PRE_BUILD: adjust
+
2020-09-01 Eric Sandall <sandalle@sourcemage.org>
* DETAILS: Add SOURCE2 to download patch from http://www.linuxfromscratch.org/blfs/view/svn/general/p7zip.html
Now compiles with modern GCC.
diff --git a/archive/p7zip/PRE_BUILD b/archive/p7zip/PRE_BUILD
index b6098383c8..964168fa6c 100755
--- a/archive/p7zip/PRE_BUILD
+++ b/archive/p7zip/PRE_BUILD
@@ -1,7 +1,5 @@
default_pre_build &&
-verify_file 2 &&
cd "$SOURCE_DIRECTORY" &&
-patch -Np1 < "${SOURCE_CACHE}/${SOURCE2}" &&
sed -i "/DEST_HOME/s/local//" install.sh makefile.common &&
sedit "s:HOME)/man:HOME)/share/man:" makefile &&