Skip to Content.
Sympa Menu

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

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 (5b72ee7aaf6c1384c55bf182e2c88c7d7498ac92)
  • Date: Fri, 31 May 2019 16:54:21 +0000

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

audio-libs/libcddb/HISTORY | 3 +++
audio-libs/libcddb/PRE_BUILD | 3 +++
audio-players/timidity/HISTORY | 7 +++++++
audio-players/timidity/PRE_BUILD | 3 ++-
devel/cmph/HISTORY | 3 +++
devel/cmph/PRE_BUILD | 3 +++
gnome2-libs/libidl/HISTORY | 3 +++
gnome2-libs/libidl/PRE_BUILD | 3 ++-
libs/liboil/HISTORY | 3 +++
libs/liboil/PRE_BUILD | 3 +++
10 files changed, 32 insertions(+), 2 deletions(-)

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

liboil: Fix build against musl

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

timidity: Fix build against musl

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

libcddb: Fix build against musl

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

cmph: Fix build against musl

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

libidl: Fix build against musl

diff --git a/audio-libs/libcddb/HISTORY b/audio-libs/libcddb/HISTORY
index 6016109..ee1619e 100644
--- a/audio-libs/libcddb/HISTORY
+++ b/audio-libs/libcddb/HISTORY
@@ -1,3 +1,6 @@
+2019-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/audio-libs/libcddb/PRE_BUILD b/audio-libs/libcddb/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/audio-libs/libcddb/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/audio-players/timidity/HISTORY b/audio-players/timidity/HISTORY
index b4790bd..4c1b414 100644
--- a/audio-players/timidity/HISTORY
+++ b/audio-players/timidity/HISTORY
@@ -1,3 +1,10 @@
+2019-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
+2019-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.15.0
+ Fixed SOURCE_URL[0]
+
2015-12-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: freepats is not needed for build
improve xorg dependnencies
diff --git a/audio-players/timidity/PRE_BUILD
b/audio-players/timidity/PRE_BUILD
index 9517d3d..ef3da84 100755
--- a/audio-players/timidity/PRE_BUILD
+++ b/audio-players/timidity/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
message "${MESSAGE_COLOR}Patching to make -iA -Oj work.$DEFAULT_COLOR" &&
-patch -p0 < "$SCRIPT_DIRECTORY/timidity-2.14-alsajack.patch"
+patch -p0 < "$SCRIPT_DIRECTORY/timidity-2.14-alsajack.patch" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/devel/cmph/HISTORY b/devel/cmph/HISTORY
index 0b30c09..d107b1e 100644
--- a/devel/cmph/HISTORY
+++ b/devel/cmph/HISTORY
@@ -1,2 +1,5 @@
+2019-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-12-05 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: spell created
diff --git a/devel/cmph/PRE_BUILD b/devel/cmph/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/devel/cmph/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/gnome2-libs/libidl/HISTORY b/gnome2-libs/libidl/HISTORY
index be037ab..80d583d 100644
--- a/gnome2-libs/libidl/HISTORY
+++ b/gnome2-libs/libidl/HISTORY
@@ -1,3 +1,6 @@
+2019-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2014-09-09 Remko van der Vossen <wich AT sourcemage.org>
DETAILS: pcre

diff --git a/gnome2-libs/libidl/PRE_BUILD b/gnome2-libs/libidl/PRE_BUILD
index 178eceb..10f45c2 100755
--- a/gnome2-libs/libidl/PRE_BUILD
+++ b/gnome2-libs/libidl/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-patch -p1 < "$SPELL_DIRECTORY/libIDL-0.8.9-flex_fix.patch"
+patch -p1 < "$SPELL_DIRECTORY/libIDL-0.8.9-flex_fix.patch" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/libs/liboil/HISTORY b/libs/liboil/HISTORY
index cb45cff..6eaf556 100644
--- a/libs/liboil/HISTORY
+++ b/libs/liboil/HISTORY
@@ -1,3 +1,6 @@
+2019-05-31 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2010-03-10 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.3.17

diff --git a/libs/liboil/PRE_BUILD b/libs/liboil/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/libs/liboil/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (5b72ee7aaf6c1384c55bf182e2c88c7d7498ac92), Ismael Luceno, 05/31/2019

Archive powered by MHonArc 2.6.24.

Top of Page