Skip to Content.
Sympa Menu

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

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 (8b967a8ad8093dbc14331c063545a1ce493c4b84)
  • Date: Thu, 23 May 2019 22:45:58 +0000

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

audio-libs/libid3tag/HISTORY | 3 +++
audio-libs/libid3tag/PRE_BUILD | 3 ++-
net/arpwatch/HISTORY | 3 +++
net/arpwatch/PRE_BUILD | 3 +++
4 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 8b967a8ad8093dbc14331c063545a1ce493c4b84
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libid3tag: Fix build against musl

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

arpwatch: Fix build against musl

diff --git a/audio-libs/libid3tag/HISTORY b/audio-libs/libid3tag/HISTORY
index d5794b0..0c77409 100644
--- a/audio-libs/libid3tag/HISTORY
+++ b/audio-libs/libid3tag/HISTORY
@@ -1,3 +1,6 @@
+2019-05-23 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/libid3tag/PRE_BUILD b/audio-libs/libid3tag/PRE_BUILD
index 55c2ac3..e4b1381 100755
--- a/audio-libs/libid3tag/PRE_BUILD
+++ b/audio-libs/libid3tag/PRE_BUILD
@@ -7,4 +7,5 @@ patch -p1 <
$SPELL_DIRECTORY/patches/libid3tag-0.15.1b-file-write.patch &&
patch -p0 < $SPELL_DIRECTORY/patches/libid3tag-0.15.1b-fix_overflow.patch &&
patch -p0 < $SPELL_DIRECTORY/patches/libid3tag-0.15.1b-tag.patch &&
patch -p1 <
$SPELL_DIRECTORY/patches/libid3tag-0.15.1b-unknown-encoding.patch &&
-patch -p1 <
$SPELL_DIRECTORY/patches/libid3tag-0.15.1b-utf16.patchlibid3tag-0.15.1b-utf16.patch
+patch -p1 <
$SPELL_DIRECTORY/patches/libid3tag-0.15.1b-utf16.patchlibid3tag-0.15.1b-utf16.patch
&&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/net/arpwatch/HISTORY b/net/arpwatch/HISTORY
index bd166ef..f48d810 100644
--- a/net/arpwatch/HISTORY
+++ b/net/arpwatch/HISTORY
@@ -1,3 +1,6 @@
+2019-05-23 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2018-02-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: use proper version number; quoting paths
* DEPENDS: add missing syslog provider
diff --git a/net/arpwatch/PRE_BUILD b/net/arpwatch/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/net/arpwatch/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 (8b967a8ad8093dbc14331c063545a1ce493c4b84), Ismael Luceno, 05/23/2019

Archive powered by MHonArc 2.6.24.

Top of Page