Skip to Content.
Sympa Menu

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

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 (1d0ebed3d5c3a57fbcee0764e6f75f57253ee0f9)
  • Date: Sat, 20 Mar 2021 21:53:46 +0000

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

shell-term-fm/tcsh/DETAILS | 4 ++--
shell-term-fm/tcsh/HISTORY | 4 ++++
shell-term-fm/tcsh/PRE_BUILD | 4 ++++
3 files changed, 10 insertions(+), 2 deletions(-)

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

tcsh: Fix musl build

The internal malloc implementation is buggy; use system malloc like
with glibc.

commit 4e3ee17bc5a9596a12c6b192136d90a9a3432d57
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tcsh 6.22.03

diff --git a/shell-term-fm/tcsh/DETAILS b/shell-term-fm/tcsh/DETAILS
index fd4c209..e824e7e 100755
--- a/shell-term-fm/tcsh/DETAILS
+++ b/shell-term-fm/tcsh/DETAILS
@@ -1,10 +1,10 @@
SPELL=tcsh
- VERSION=6.21.00
+ VERSION=6.22.03
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.astron.com/pub/tcsh/$SOURCE
SOURCE_URL[1]=ftp://ftp.funet.fi/pub/unix/shells/tcsh/$SOURCE
-
SOURCE_HASH=sha512:d7f46588a35b9cd01cfa33d0f9bbae09e9692605b5c045c2b58e66dba958ab904ddfe45aa7361767034e6cc03a34ad9ba4d14fa836df723bade29f3f6a18a46c
+
SOURCE_HASH=sha512:348ab3706ad334133f211251458b40e9e68816ae0b505aba9091589b77ddb10a444fea6662844f6366fa6026a71fac5e7f3c4bbc7ff972bce7f5a8d19612f390
LICENSE[0]=BSD
WEB_SITE=http://www.tcsh.org/Home
KEYWORDS="console"
diff --git a/shell-term-fm/tcsh/HISTORY b/shell-term-fm/tcsh/HISTORY
index ad04dcf..42b791c 100644
--- a/shell-term-fm/tcsh/HISTORY
+++ b/shell-term-fm/tcsh/HISTORY
@@ -1,3 +1,7 @@
+2021-03-20 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 6.22.03
+ * PRE_BUILD: fixed musl build; use system malloc like with glibc
+
2019-05-27 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 6.21.00

diff --git a/shell-term-fm/tcsh/PRE_BUILD b/shell-term-fm/tcsh/PRE_BUILD
new file mode 100755
index 0000000..994b488
--- /dev/null
+++ b/shell-term-fm/tcsh/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# XXX the internal malloc implementation is buggy
+sedit '/^# *undef SYSMALLOC/s/undef/define/' config_f.h



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1d0ebed3d5c3a57fbcee0764e6f75f57253ee0f9), Ismael Luceno, 03/20/2021

Archive powered by MHonArc 2.6.24.

Top of Page