Skip to Content.
Sympa Menu

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

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 (1e2ee8385886230ada7049e16b3631edb84658d0)
  • Date: Mon, 27 May 2019 10:27:38 +0000

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

devel/cloog-ppl/HISTORY | 3 +++
devel/cloog-ppl/PRE_BUILD | 5 +++++
ftp/cvsync/HISTORY | 3 +++
ftp/cvsync/PRE_BUILD | 1 +
ftp/cvsync/missing-includes.patch | 11 +++++++++++
net/iftop/HISTORY | 3 +++
net/iftop/PRE_BUILD | 3 +++
7 files changed, 29 insertions(+)

New commits:
commit 1e2ee8385886230ada7049e16b3631edb84658d0
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

iftop: Fix build against musl

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

cvsync: Fix build against musl

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

cloog-ppl: Fix build against musl

diff --git a/devel/cloog-ppl/HISTORY b/devel/cloog-ppl/HISTORY
index 91db481..3c2d7e9 100644
--- a/devel/cloog-ppl/HISTORY
+++ b/devel/cloog-ppl/HISTORY
@@ -1,3 +1,6 @@
+2019-05-27 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2011-02-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: spell created

diff --git a/devel/cloog-ppl/PRE_BUILD b/devel/cloog-ppl/PRE_BUILD
new file mode 100755
index 0000000..c4aabf9
--- /dev/null
+++ b/devel/cloog-ppl/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sed -i 's!maybe_os in$!& linux-musl*|\\!' \
+ autoconf/config.sub \
+ cloog-core/autoconf/config.sub
diff --git a/ftp/cvsync/HISTORY b/ftp/cvsync/HISTORY
index 9a1edc7..b3d70fe 100644
--- a/ftp/cvsync/HISTORY
+++ b/ftp/cvsync/HISTORY
@@ -1,2 +1,5 @@
+2019-05-27 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD, missing-includes.patch: Fixed build against musl
+
2015-10-21 Ismael Luceno <ismael AT sourcemage.org>
* BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/ftp/cvsync/PRE_BUILD b/ftp/cvsync/PRE_BUILD
index a127cb0..121f07d 100755
--- a/ftp/cvsync/PRE_BUILD
+++ b/ftp/cvsync/PRE_BUILD
@@ -1,5 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
+patch -fp1 -i "$SPELL_DIRECTORY/missing-includes.patch" &&
sed -ri '
1{
iPREFIX = "'"$INSTALL_ROOT"'"/usr
diff --git a/ftp/cvsync/missing-includes.patch
b/ftp/cvsync/missing-includes.patch
new file mode 100644
index 0000000..8aa619c
--- /dev/null
+++ b/ftp/cvsync/missing-includes.patch
@@ -0,0 +1,11 @@
+--- a/common/rcslib.h
++++ b/common/rcslib.h
+@@ -30,6 +30,8 @@
+ #ifndef __RCSLIB_H__
+ #define __RCSLIB_H__
+
++#include <inttypes.h> /* int32_t */
++
+ /*
+ * rcsfile(5) - Manual Page Revision: 1.5.2.1; Release Date: 2001/07/22
+ */
diff --git a/net/iftop/HISTORY b/net/iftop/HISTORY
index d276d21..9eb3a69 100644
--- a/net/iftop/HISTORY
+++ b/net/iftop/HISTORY
@@ -1,3 +1,6 @@
+2019-05-27 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2007-03-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: fix array indices

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



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (1e2ee8385886230ada7049e16b3631edb84658d0), Ismael Luceno, 05/27/2019

Archive powered by MHonArc 2.6.24.

Top of Page