Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (04d9b21b71ec1514dcc3627ff639c7d4ea10091f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (04d9b21b71ec1514dcc3627ff639c7d4ea10091f)
  • Date: Thu, 4 Jan 2024 15:54:46 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus 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, 6 insertions(+), 7 deletions(-)

New commits:
commit 04d9b21b71ec1514dcc3627ff639c7d4ea10091f
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

Revert "libuv: Switch to CMake"

This reverts commit 12c1ba1e830f04f906d34137cd3bf23f40efab73.

Libuv is a dependency of cmake. Depending on it thus is bad and breaks
going forward from a basesystem chroot.

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

SOURCE_HASH=sha512:e3a7c10ffd909f9b128fb2316e09b8456e87278107178b49368f31ba30e7f62d64e7eba650cc59ef2d7eb178199c7a2c5b5c99b333849200492235116d7aee7a
diff --git a/libs/libuv/HISTORY b/libs/libuv/HISTORY
index 4095ae8..1e5cb7d 100644
--- a/libs/libuv/HISTORY
+++ b/libs/libuv/HISTORY
@@ -1,7 +1,3 @@
-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
new file mode 100755
index 0000000..5daf71e
--- /dev/null
+++ b/libs/libuv/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+./autogen.sh



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (04d9b21b71ec1514dcc3627ff639c7d4ea10091f), Thomas Orgis, 01/04/2024

Archive powered by MHonArc 2.6.24.

Top of Page