Skip to Content.
Sympa Menu

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

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 (fcab0650ff2115199b6dada3ec2eaae93ad7f586)
  • Date: Sun, 25 Jul 2021 18:14:01 +0000

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

devel/duktape/BUILD | 1 +
devel/duktape/DETAILS | 9 +++++----
devel/duktape/HISTORY | 4 ++++
3 files changed, 10 insertions(+), 4 deletions(-)

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

duktape: Fix long description wrap

commit 38688ee5e1feb58edf368404f7d894769c2faabd
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

duktape: Remove -ffast-math

It makes the build fail.

diff --git a/devel/duktape/BUILD b/devel/duktape/BUILD
index e013b8d..d5b6d5d 100755
--- a/devel/duktape/BUILD
+++ b/devel/duktape/BUILD
@@ -1 +1,2 @@
+CFLAGS="${CFLAGS//-ffast-math}" &&
cmake_build
diff --git a/devel/duktape/DETAILS b/devel/duktape/DETAILS
index 7ae1344..c30a6d4 100755
--- a/devel/duktape/DETAILS
+++ b/devel/duktape/DETAILS
@@ -10,9 +10,10 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
KEYWORDS=""
SHORT="embeddable Javascript engine"
cat << EOF
-Duktape is an embeddable Javascript engine, with a focus on portability and
compact
-footprint.
+Duktape is an embeddable Javascript engine, with a focus on portability and
+compact footprint.

-Duktape is easy to integrate into a C/C++ project: add duktape.c and
duktape.h to your
-build, and use the Duktape API to call Ecmascript functions from C code and
vice versa.
+Duktape is easy to integrate into a C/C++ project: add duktape.c and
duktape.h
+to your build, and use the Duktape API to call Ecmascript functions from C
code
+and vice versa.
EOF
diff --git a/devel/duktape/HISTORY b/devel/duktape/HISTORY
index f893abc..573e186 100644
--- a/devel/duktape/HISTORY
+++ b/devel/duktape/HISTORY
@@ -1,3 +1,7 @@
+2021-07-25 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: added removal of -ffast-math from CFLAGS
+ * DETAILS: fixed long description wrap
+
2021-07-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.6.0
* CMakeLists.txt: also update



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (fcab0650ff2115199b6dada3ec2eaae93ad7f586), Ismael Luceno, 07/25/2021

Archive powered by MHonArc 2.6.24.

Top of Page