Skip to Content.
Sympa Menu

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

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 (35cc7776f6d2ee92ea83864aca9439f737edb241)
  • Date: Sun, 9 Jun 2019 11:34:23 +0000

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

smgl/fakeroot/BUILD | 4 ++++
smgl/fakeroot/DETAILS | 6 +++---
smgl/fakeroot/HISTORY | 4 ++++
3 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 35cc7776f6d2ee92ea83864aca9439f737edb241
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fakeroot: Fix build against musl

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

fakeroot 1.23

diff --git a/smgl/fakeroot/BUILD b/smgl/fakeroot/BUILD
new file mode 100755
index 0000000..7b666a7
--- /dev/null
+++ b/smgl/fakeroot/BUILD
@@ -0,0 +1,4 @@
+case "$HOST" in *-musl)
+ CFLAGS+=" -D_STAT_VER=0" ;;
+esac &&
+default_build
diff --git a/smgl/fakeroot/DETAILS b/smgl/fakeroot/DETAILS
index 5e995d9..f18ab4c 100755
--- a/smgl/fakeroot/DETAILS
+++ b/smgl/fakeroot/DETAILS
@@ -1,8 +1,8 @@
SPELL=fakeroot
- VERSION=1.22
- SOURCE=${SPELL}_${VERSION}.orig.tar.bz2
+ VERSION=1.23
+ SOURCE=${SPELL}_${VERSION}.orig.tar.xz
SOURCE_URL[0]=http://ftp.debian.org/debian/pool/main/f/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:193478d9ff88ca2ae69fe47b73b6c61aeb2ba3f2a9e7ed5d455022705857c6f34cdcbe2d3f614c4c4c9509368dc78b9a7b7aa56fb3b50bb3309448140abd796a
+
SOURCE_HASH=sha512:0984679207e6e340abf715d4b26a213f85420cd8c58f21e65eb069337a3bd67436c6f80168412c10b28701689ec63290f122a5ff5d44a57b2b166aa72799d036
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://fakeroot.alioth.debian.org/
ENTERED=20050604
diff --git a/smgl/fakeroot/HISTORY b/smgl/fakeroot/HISTORY
index 9705ac6..3e360e4 100644
--- a/smgl/fakeroot/HISTORY
+++ b/smgl/fakeroot/HISTORY
@@ -1,3 +1,7 @@
+2019-06-09 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.23
+ * BUILD: Fixed build against musl
+
2017-10-08 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.22




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (35cc7776f6d2ee92ea83864aca9439f737edb241), Ismael Luceno, 06/09/2019

Archive powered by MHonArc 2.6.24.

Top of Page