Skip to Content.
Sympa Menu

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

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 (2c289fce4df2f320b9ff8aaf9d95a2e857ca75ca)
  • Date: Sat, 18 Sep 2021 16:57:32 +0000

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

archive/ncompress/BUILD | 9 +++------
archive/ncompress/DETAILS | 13 +++++--------
archive/ncompress/HISTORY | 6 ++++++
archive/ncompress/ncompress-gcc34.patch | 23 -----------------------
libs/libutempter/DETAILS | 6 +++---
libs/libutempter/HISTORY | 4 ++++
6 files changed, 21 insertions(+), 40 deletions(-)

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

libutempter 1.2.1

commit 32e30224a9bb75c98f1fca4c444704f3fa1c213d
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

ncompress 5.0

diff --git a/archive/ncompress/BUILD b/archive/ncompress/BUILD
index d8579de..189f4b5 100755
--- a/archive/ncompress/BUILD
+++ b/archive/ncompress/BUILD
@@ -1,6 +1,3 @@
-unpack_file 2 &&
-zcat $SOURCE2 | patch -p1 &&
-cat $SCRIPT_DIRECTORY/ncompress-gcc34.patch | patch -p1 &&
-export LBOPT="$CFLAGS $LDFLAGS" &&
-sed -e 's/LBOPT=//' Makefile.def > Makefile &&
-make
+CFLAGS+=' -DLSTAT=1 -DUTIME_H=1' &&
+touch Makefile &&
+make -f Makefile.def CC="$CC"
diff --git a/archive/ncompress/DETAILS b/archive/ncompress/DETAILS
index 082469d..32afb58 100755
--- a/archive/ncompress/DETAILS
+++ b/archive/ncompress/DETAILS
@@ -1,15 +1,12 @@
SPELL=ncompress
- VERSION=4.2.4
- SOURCE=$SPELL-$VERSION.tar.Z
- SOURCE2=ncompress_4.2.4-15.diff.gz
+ VERSION=5.0
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.ibiblio.org/pub/linux/utils/compress/$SOURCE
- SOURCE2_URL[0]=http://ftp.debian.org/debian/pool/main/n/$SPELL/$SOURCE2
- WEB_SITE=http://www.ibiblio.org/pub/linux/utils/compress/
+
SOURCE_URL[0]=https://github.com/vapier/$SPELL/archive/refs/tags/v$VERSION.tar.gz
+ WEB_SITE=https://vapier.github.io/ncompress/
DOCS="README LZW.INFO"
ENTERED=20041108
-
SOURCE_HASH=sha512:c0d2a7f2d2b04225d63488c4c0f8d169d577f750d4d455bab25f46332bc09943600f3f84200736f315d7b255a1f330f6250ef321ba421c2305107f5f9e9cfdf1
-
SOURCE2_HASH=sha512:cf617ee5cae6fe60f7e71c30964a9967265323ec8b3cdf4a4d120ccb2f65e7a52d8af8b02ff7edfafdbf3979b894f850d90a97d054c9ee67c63a8c0545b2c801
+
SOURCE_HASH=sha512:5bc886f98f25b03d034e8d8ebb0ee9388d727ee3e0c6d8a906698b2f8fa5c930f55d857486244b7f40447c7b74f3c620626600db619d0c6d6fd434f52912be42
LICENSE[0]=PD
KEYWORDS="archive"
SHORT="ncompress provides the standard unix compress command."
diff --git a/archive/ncompress/HISTORY b/archive/ncompress/HISTORY
index 724f918..10b9908 100644
--- a/archive/ncompress/HISTORY
+++ b/archive/ncompress/HISTORY
@@ -1,3 +1,9 @@
+2021-09-18 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD, ncompress-gcc34.patch: removed, no longer needed
+ * BUILD: simplified
+ * DETAILS: updated spell to 5.0
+ updated WEB_SITE
+
2006-10-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* INSTALL: use TRACK_ROOT not INSTALL_ROOT when linking #9163

diff --git a/archive/ncompress/ncompress-gcc34.patch
b/archive/ncompress/ncompress-gcc34.patch
deleted file mode 100644
index 0ed2ebf..0000000
--- a/archive/ncompress/ncompress-gcc34.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- ncompress-4.2.4/compress42.c 1992-10-28 06:10:53.000000000 -0500
-+++ ../compress42.c 2004-04-13 16:57:11.325373656 -0400
-@@ -171,9 +171,9 @@
- #ifndef NOFUNCDEF
- extern void *malloc LARGS((int));
- extern void free LARGS((void *));
--#ifndef _IBMR2
-+/* #ifndef _IBMR2
- extern int open LARGS((char const *,int,...));
--#endif
-+#endif */
- extern int close LARGS((int));
- extern int read LARGS((int,void *,int));
- extern int write LARGS((int,void const *,int));
-@@ -184,7 +184,7 @@
- extern char *strcpy LARGS((char *,char const *));
- extern char *strcat LARGS((char *,char const *));
- extern int strcmp LARGS((char const *,char const *));
-- extern unsigned strlen LARGS((char const *));
-+/* extern unsigned strlen LARGS((char const *)); */
- extern void *memset LARGS((void *,char,unsigned int));
- extern void *memcpy LARGS((void *,void const *,unsigned int));
- extern int atoi LARGS((char const *));
diff --git a/libs/libutempter/DETAILS b/libs/libutempter/DETAILS
index 5d4bb3c..201374b 100755
--- a/libs/libutempter/DETAILS
+++ b/libs/libutempter/DETAILS
@@ -1,8 +1,8 @@
SPELL=libutempter
- VERSION=1.1.6
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ VERSION=1.2.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=ftp://ftp.altlinux.org/pub/people/ldv/utempter/${SOURCE}
-
SOURCE_HASH=sha512:6ada410b981d157ae20b578de8ce20997ec0446ec6de6859549b080aa65976fc9900d211600dab09dc3d0d109daabad0994a648b093b8781b442ff26ca17fede
+
SOURCE_HASH=sha512:d3a3bab7d2c2a68534c5ad41dd02bde849eb08df5dbb895a79b50b74d269c48c4cfcd12c4654941ccb7cdd43f486cfdc19148fa470870562f5cd324ce9782429
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://freecode.com/projects/libutempter";
LICENSE[0]=LGPL
diff --git a/libs/libutempter/HISTORY b/libs/libutempter/HISTORY
index c89fdcb..f58534b 100644
--- a/libs/libutempter/HISTORY
+++ b/libs/libutempter/HISTORY
@@ -1,3 +1,7 @@
+2021-09-18 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Changed SOURCE_URL[0] extension
+ updated spell to 1.2.1
+
2019-12-31 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 1.1.6




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

Archive powered by MHonArc 2.6.24.

Top of Page