Skip to Content.
Sympa Menu

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

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 (12c1ba1e830f04f906d34137cd3bf23f40efab73)
  • Date: Wed, 6 Dec 2023 06:20:03 +0000

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

libs/libuv/CONFIGURE | 1 +
libs/libuv/DEPENDS | 4 +---
libs/libuv/DETAILS | 1 +
libs/libuv/HISTORY | 4 ++++
libs/libuv/PRE_BUILD | 3 ---
5 files changed, 7 insertions(+), 6 deletions(-)

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

libuv: Switch to CMake

diff --git a/libs/libuv/CONFIGURE b/libs/libuv/CONFIGURE
new file mode 100755
index 0000000..b1e2770
--- /dev/null
+++ b/libs/libuv/CONFIGURE
@@ -0,0 +1 @@
+. "$GRIMOIRE"/CMAKE_CONFIGURE
diff --git a/libs/libuv/DEPENDS b/libs/libuv/DEPENDS
index 37e7b7c..dade019 100755
--- a/libs/libuv/DEPENDS
+++ b/libs/libuv/DEPENDS
@@ -1,4 +1,2 @@
-depends autoconf &&
-depends automake &&
-depends libtool &&
+. "$GRIMOIRE"/CMAKE_DEPENDS &&
depends PKG-CONFIG
diff --git a/libs/libuv/DETAILS b/libs/libuv/DETAILS
index 9a71690..acde15d 100755
--- a/libs/libuv/DETAILS
+++ b/libs/libuv/DETAILS
@@ -1,3 +1,4 @@
+. "$GRIMOIRE"/CMAKE_FUNCTIONS
SPELL=libuv
VERSION=1.46.0

SOURCE_HASH=sha512:e3a7c10ffd909f9b128fb2316e09b8456e87278107178b49368f31ba30e7f62d64e7eba650cc59ef2d7eb178199c7a2c5b5c99b333849200492235116d7aee7a
diff --git a/libs/libuv/HISTORY b/libs/libuv/HISTORY
index 1e5cb7d..4095ae8 100644
--- a/libs/libuv/HISTORY
+++ b/libs/libuv/HISTORY
@@ -1,3 +1,7 @@
+2023-12-04 Ismael Luceno <ismael AT sourcemage.org>
+ * CONFIGURE, DEPENDS, DETAILS: switched to CMake
+ * PRE_BUILD: removed, no longer needed
+
2023-09-07 Pavel Vinogradov <public AT sorcemage.org>
* DETAILS: version 1.46.0

diff --git a/libs/libuv/PRE_BUILD b/libs/libuv/PRE_BUILD
deleted file mode 100755
index 5daf71e..0000000
--- a/libs/libuv/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (12c1ba1e830f04f906d34137cd3bf23f40efab73), Ismael Luceno, 12/06/2023

Archive powered by MHonArc 2.6.24.

Top of Page