Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e20c7eef93bfc4df9561293810f6856c5970aa1b)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e20c7eef93bfc4df9561293810f6856c5970aa1b)
  • Date: Sat, 18 Sep 2021 19:21:24 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

archive/ncompress/DETAILS | 1 +
archive/ncompress/HISTORY | 2 ++
archive/ncompress/INSTALL | 6 +++---
3 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit e20c7eef93bfc4df9561293810f6856c5970aa1b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ncompress: Install main binary without suffix

There's no conflict with gzip. Keep a symlink for compatibility.

diff --git a/archive/ncompress/DETAILS b/archive/ncompress/DETAILS
index 32afb58..71f30b5 100755
--- a/archive/ncompress/DETAILS
+++ b/archive/ncompress/DETAILS
@@ -1,5 +1,6 @@
SPELL=ncompress
VERSION=5.0
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION

SOURCE_URL[0]=https://github.com/vapier/$SPELL/archive/refs/tags/v$VERSION.tar.gz
diff --git a/archive/ncompress/HISTORY b/archive/ncompress/HISTORY
index 10b9908..63682a6 100644
--- a/archive/ncompress/HISTORY
+++ b/archive/ncompress/HISTORY
@@ -1,8 +1,10 @@
2021-09-18 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD, ncompress-gcc34.patch: removed, no longer needed
* BUILD: simplified
+ * INSTALL: switched to installing main binary without .real suffix
(no conflict)
* DETAILS: updated spell to 5.0
updated WEB_SITE
+ PATCHLEVEL++

2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT not INSTALL_ROOT when linking #9163
diff --git a/archive/ncompress/INSTALL b/archive/ncompress/INSTALL
index 2cc57e4..f7a1461 100755
--- a/archive/ncompress/INSTALL
+++ b/archive/ncompress/INSTALL
@@ -1,9 +1,9 @@
-cp -f compress $INSTALL_ROOT/usr/bin/compress.real &&
+cp -f compress $INSTALL_ROOT/usr/bin/compress &&
cp -f zcmp $INSTALL_ROOT/usr/bin/zcmp.real &&
cp -f zdiff $INSTALL_ROOT/usr/bin/zdiff.real &&
cp -f zmore $INSTALL_ROOT/usr/bin/zmore.real &&
cp -f compress.1 $INSTALL_ROOT/usr/man/man1/compress.real.1 &&
cp -f zcmp.1 $INSTALL_ROOT/usr/man/man1/zcmp.real.1 &&
cp -f zmore.1 $INSTALL_ROOT/usr/man/man1/zmore.real.1 &&
-ln -sf $TRACK_ROOT/usr/bin/compress.real
$INSTALL_ROOT/usr/bin/uncompress.real
-
+ln -sf compress $INSTALL_ROOT/usr/bin/compress.real &&
+ln -sf compress $INSTALL_ROOT/usr/bin/uncompress.real



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (e20c7eef93bfc4df9561293810f6856c5970aa1b), Ismael Luceno, 09/18/2021

Archive powered by MHonArc 2.6.24.

Top of Page