Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3b7dc0f014e0783faae6541f25de6bef8ad4c02c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3b7dc0f014e0783faae6541f25de6bef8ad4c02c)
  • Date: Wed, 4 Jan 2023 02:44:20 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

ruby-raa/ruby-3.0/BUILD | 2 +-
ruby-raa/ruby-3.0/DEPENDS | 1 +
ruby-raa/ruby-3.0/HISTORY | 4 ++++
ruby-raa/ruby-3.1/BUILD | 2 +-
ruby-raa/ruby-3.1/DEPENDS | 1 +
ruby-raa/ruby-3.1/HISTORY | 4 ++++
ruby-raa/ruby-3.2/BUILD | 2 +-
ruby-raa/ruby-3.2/DEPENDS | 1 +
ruby-raa/ruby-3.2/HISTORY | 4 ++++
9 files changed, 18 insertions(+), 3 deletions(-)

New commits:
commit 3b7dc0f014e0783faae6541f25de6bef8ad4c02c
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

ruby-raa/ruby-3.0: disabled bootstrapping, needs libyaml

commit aeb75968456abc290fb04355204c204746c2588b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

ruby-raa/ruby-3.1: disabled bootstrapping, needs libyaml

commit a17173b38df55505424a39b1a5e234afdfabdadb
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

ruby-raa/ruby-3.2: disabled bootstrapping, needs libyaml

diff --git a/ruby-raa/ruby-3.0/BUILD b/ruby-raa/ruby-3.0/BUILD
index 47d08e0..8eb8acf 100755
--- a/ruby-raa/ruby-3.0/BUILD
+++ b/ruby-raa/ruby-3.0/BUILD
@@ -1,2 +1,2 @@
-OPTS+=" --enable-shared $RUBY_DOCS" &&
+OPTS+=" --enable-shared --without-baseruby $RUBY_DOCS" &&
default_build
diff --git a/ruby-raa/ruby-3.0/DEPENDS b/ruby-raa/ruby-3.0/DEPENDS
index 97256c1..58da625 100755
--- a/ruby-raa/ruby-3.0/DEPENDS
+++ b/ruby-raa/ruby-3.0/DEPENDS
@@ -1,4 +1,5 @@
depends gmp &&
+depends libyaml &&
depends zlib &&
optional_depends gdbm "" "" "for gdbm support" &&
optional_depends tk "" "" "for tk support" &&
diff --git a/ruby-raa/ruby-3.0/HISTORY b/ruby-raa/ruby-3.0/HISTORY
index 05646c7..f69808c 100644
--- a/ruby-raa/ruby-3.0/HISTORY
+++ b/ruby-raa/ruby-3.0/HISTORY
@@ -1,3 +1,7 @@
+2023-01-03 Pavel Vinpgradov <public AT sourcemage.org>
+ * BUILD: disabled bootstrapping with installed ruby
+ * DEPENDS: needs libyaml
+
2022-12-25 Pavel Vinogradov <public AT sourcemage.org>
* CONFLICTS: added ruby-3.2

diff --git a/ruby-raa/ruby-3.1/BUILD b/ruby-raa/ruby-3.1/BUILD
index 47d08e0..8eb8acf 100755
--- a/ruby-raa/ruby-3.1/BUILD
+++ b/ruby-raa/ruby-3.1/BUILD
@@ -1,2 +1,2 @@
-OPTS+=" --enable-shared $RUBY_DOCS" &&
+OPTS+=" --enable-shared --without-baseruby $RUBY_DOCS" &&
default_build
diff --git a/ruby-raa/ruby-3.1/DEPENDS b/ruby-raa/ruby-3.1/DEPENDS
index 97256c1..58da625 100755
--- a/ruby-raa/ruby-3.1/DEPENDS
+++ b/ruby-raa/ruby-3.1/DEPENDS
@@ -1,4 +1,5 @@
depends gmp &&
+depends libyaml &&
depends zlib &&
optional_depends gdbm "" "" "for gdbm support" &&
optional_depends tk "" "" "for tk support" &&
diff --git a/ruby-raa/ruby-3.1/HISTORY b/ruby-raa/ruby-3.1/HISTORY
index 3099c2e..d65023e 100644
--- a/ruby-raa/ruby-3.1/HISTORY
+++ b/ruby-raa/ruby-3.1/HISTORY
@@ -1,3 +1,7 @@
+2023-01-03 Pavel Vinpgradov <public AT sourcemage.org>
+ * BUILD: disabled bootstrapping with installed ruby
+ * DEPENDS: needs libyaml
+
2022-12-25 Pavel Vinogradov <public AT sourcemage.org>
* CONFLICTS: added ruby-3.2

diff --git a/ruby-raa/ruby-3.2/BUILD b/ruby-raa/ruby-3.2/BUILD
index 47d08e0..8eb8acf 100755
--- a/ruby-raa/ruby-3.2/BUILD
+++ b/ruby-raa/ruby-3.2/BUILD
@@ -1,2 +1,2 @@
-OPTS+=" --enable-shared $RUBY_DOCS" &&
+OPTS+=" --enable-shared --without-baseruby $RUBY_DOCS" &&
default_build
diff --git a/ruby-raa/ruby-3.2/DEPENDS b/ruby-raa/ruby-3.2/DEPENDS
index 97256c1..58da625 100755
--- a/ruby-raa/ruby-3.2/DEPENDS
+++ b/ruby-raa/ruby-3.2/DEPENDS
@@ -1,4 +1,5 @@
depends gmp &&
+depends libyaml &&
depends zlib &&
optional_depends gdbm "" "" "for gdbm support" &&
optional_depends tk "" "" "for tk support" &&
diff --git a/ruby-raa/ruby-3.2/HISTORY b/ruby-raa/ruby-3.2/HISTORY
index 80d5ede..fd6337d 100644
--- a/ruby-raa/ruby-3.2/HISTORY
+++ b/ruby-raa/ruby-3.2/HISTORY
@@ -1,3 +1,7 @@
+2023-01-03 Pavel Vinpgradov <public AT sourcemage.org>
+ * BUILD: disabled bootstrapping with installed ruby
+ * DEPENDS: needs libyaml
+
2022-12-25 Pavel Vinogradov <public AT sourcemage.org>
* BUILD, CONFIGURE, CONFLICTS, DEPENDS, DETAILS, PROVIDES:
version 3.2.0, spell created, copied from ruby-3.1



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3b7dc0f014e0783faae6541f25de6bef8ad4c02c), Pavel Vinogradov, 01/03/2023

Archive powered by MHonArc 2.6.24.

Top of Page