Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Thomas Orgis (de7301faec8a20551eba2516bd5ea068a4814ce1)

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 sorcery by Thomas Orgis (de7301faec8a20551eba2516bd5ea068a4814ce1)
  • Date: Fri, 21 Aug 2020 12:36:27 +0000

GIT changes to master sorcery by Thomas Orgis <sobukus AT sourcemage.org>:

ChangeLog | 3 +++
var/lib/sorcery/protected | 2 ++
2 files changed, 5 insertions(+)

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

protected: also adding guile stuff

GNU Make has a possible dependency on guile. If you enable it and upgrade
guile, you could break make and have a hosed system again.

diff --git a/ChangeLog b/ChangeLog
index 1062568..5f4207c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2020-09-19 Thomas Orgis <sobukus AT sourcemage.org>
* protected: added readline, ncurses, isl, icu (bug 16112)
+ * protected: also added guile libs, in case you make make
+ depend on it (untested if normal make operation still works without
+ other guile files, though)

2020-08-05 Ismael Luceno <ismael AT sourcemage.org>
* protected: Added libintl
diff --git a/var/lib/sorcery/protected b/var/lib/sorcery/protected
index 878c97b..145c1ce 100755
--- a/var/lib/sorcery/protected
+++ b/var/lib/sorcery/protected
@@ -77,3 +77,5 @@
^/lib/libncursesw\.so\.
^/usr/lib/libisl\.so\.
^/usr/lib/libicu.*\.so\.
+^/usr/lib/libguile-.*\.so\.
+^/usr/lib/libguilereadline-.*\.so\.



  • [SM-Commit] GIT changes to master sorcery by Thomas Orgis (de7301faec8a20551eba2516bd5ea068a4814ce1), Thomas Orgis, 08/21/2020

Archive powered by MHonArc 2.6.24.

Top of Page