Skip to Content.
Sympa Menu

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

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 (f28461d90c757858c5a3c2f10b88055a10632fe6)
  • Date: Wed, 6 Oct 2021 17:24:26 +0000

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

libs/jansson/BUILD | 1 +
libs/jansson/DEPENDS | 3 ---
libs/jansson/DETAILS | 1 +
libs/jansson/HISTORY | 5 +++++
4 files changed, 7 insertions(+), 3 deletions(-)

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

jansson: Build DSO, PATCHLEVEL++

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

jansson: Remove dep on autotools and gcc

diff --git a/libs/jansson/BUILD b/libs/jansson/BUILD
index 20a96a7..5a60c4e 100755
--- a/libs/jansson/BUILD
+++ b/libs/jansson/BUILD
@@ -1 +1,2 @@
+OPTS+=' -DJANSSON_BUILD_SHARED_LIBS=ON' &&
default_build
diff --git a/libs/jansson/DEPENDS b/libs/jansson/DEPENDS
index 47f9c83..1d64dc4 100755
--- a/libs/jansson/DEPENDS
+++ b/libs/jansson/DEPENDS
@@ -1,4 +1 @@
. "$GRIMOIRE/CMAKE_DEPENDS"
-depends gcc &&
-depends autoconf &&
-depends automake
diff --git a/libs/jansson/DETAILS b/libs/jansson/DETAILS
index bba3bb3..fdad16c 100755
--- a/libs/jansson/DETAILS
+++ b/libs/jansson/DETAILS
@@ -1,6 +1,7 @@
. "$GRIMOIRE/CMAKE_FUNCTIONS"
SPELL=jansson
VERSION=2.14
+ PATCHLEVEL=1

SOURCE_HASH=sha512:c56e2e8d18819e3f5caa46edd4819694a240aeb3524a6f9d9f4465edf65b183d1870bd5d256cdd378d411a52979121369b951406fdf7bf323db5c30001fa1bc4
SOURCE="${SPELL}-${VERSION}.tar.bz2"

SOURCE_URL[0]=https://github.com/akheron/jansson/archive/refs/tags/v${VERSION}.tar.gz
diff --git a/libs/jansson/HISTORY b/libs/jansson/HISTORY
index 34fd208..f1e9606 100644
--- a/libs/jansson/HISTORY
+++ b/libs/jansson/HISTORY
@@ -1,3 +1,8 @@
+2021-10-06 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * DEPENDS: removed autoconf, automake, and gcc
+ * BUILD: added option to build DSO
+
2021-09-25 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 2.14
* DEPENDS, BUILD, CONFIGURE: use cmake



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (f28461d90c757858c5a3c2f10b88055a10632fe6), Ismael Luceno, 10/06/2021

Archive powered by MHonArc 2.6.24.

Top of Page