Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (394aeb2cb935807c25907fcacf6f8fe106ce9f69)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (394aeb2cb935807c25907fcacf6f8fe106ce9f69)
  • Date: Thu, 6 May 2021 09:40:37 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

archive/p7zip/DETAILS | 15 ++++++---------
archive/p7zip/HISTORY | 5 +++++
archive/p7zip/PRE_BUILD | 2 --
3 files changed, 11 insertions(+), 11 deletions(-)

New commits:
commit 394aeb2cb935807c25907fcacf6f8fe106ce9f69
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

p7zip: => 17.04

diff --git a/archive/p7zip/DETAILS b/archive/p7zip/DETAILS
index 16de8cd..b8c7777 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 f764acc..cec71e9 100644
--- a/archive/p7zip/HISTORY
+++ b/archive/p7zip/HISTORY
@@ -1,3 +1,8 @@
+2021-05-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 17.04
+ now download from a forked site
+ * PRE_BUILD: adjust
+
2020-09-01 Eric Sandall <sandalle AT 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 b609838..964168f 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 &&



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (394aeb2cb935807c25907fcacf6f8fe106ce9f69), Treeve Jelbert, 05/06/2021

Archive powered by MHonArc 2.6.24.

Top of Page