Skip to Content.
Sympa Menu

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

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 (1231216ad3305592bad0f098f5c8b087a05eb14b)
  • Date: Wed, 22 May 2019 20:30:05 +0000

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

dev/null |binary
devel/treecc/HISTORY | 3 +++
devel/treecc/PRE_BUILD | 3 +++
libs/librsync/DETAILS | 1 +
libs/librsync/HISTORY | 3 +++
libs/libstree/HISTORY | 3 +++
libs/libstree/PRE_BUILD | 3 +++
xorg-app/luit/DETAILS | 4 ++--
xorg-app/luit/HISTORY | 3 +++
xorg-app/mkfontdir/HISTORY | 3 +++
xorg-app/mkfontdir/PRE_BUILD | 3 +++
xorg-lib/libxfontcache/HISTORY | 3 +++
xorg-lib/libxfontcache/PRE_BUILD | 3 +++
13 files changed, 33 insertions(+), 2 deletions(-)

New commits:
commit 1231216ad3305592bad0f098f5c8b087a05eb14b
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

librsync: Fix missing SOURCE_URL[0]

Fixes: 0273d24c477ca68f3923da13c9339db536a8788a

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

treecc: Fix build against musl

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

libxfontcache: Fix build against musl

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

mkfontdir: Fix build against musl

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

luit 1.1.1

diff --git a/devel/treecc/HISTORY b/devel/treecc/HISTORY
index 977309e..f73a2c8e 100644
--- a/devel/treecc/HISTORY
+++ b/devel/treecc/HISTORY
@@ -1,3 +1,6 @@
+2019-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2011-09-26 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: converted to upstream signature checking
* 39A028CB.gpg: added gpg keyring
diff --git a/devel/treecc/PRE_BUILD b/devel/treecc/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/devel/treecc/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/libs/librsync/DETAILS b/libs/librsync/DETAILS
index 7eabc40..273731f 100755
--- a/libs/librsync/DETAILS
+++ b/libs/librsync/DETAILS
@@ -3,6 +3,7 @@
VERSION=2.0.2
SECURITY_PATCH=1
SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/v$VERSION.tar.gz

SOURCE_HASH=sha512:5d2bc1d62b37e9ed7416203615d0a0e3c05c4c884b5da63eda10dd5c985845b500331bce226e4d45676729382c85b41528282e25d491afda31ba434ac0fefad7
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://librsync.sourceforge.net";
diff --git a/libs/librsync/HISTORY b/libs/librsync/HISTORY
index fee1116..692a5e1 100644
--- a/libs/librsync/HISTORY
+++ b/libs/librsync/HISTORY
@@ -1,3 +1,6 @@
+2019-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed missing SOURCE_URL[0]
+
2019-04-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.0.2, SECURITY_PATCH++, fixes CVE-2014-8242
* DEPENDS, CONFIGURE, DETAILS: use cmake
diff --git a/libs/libstree/HISTORY b/libs/libstree/HISTORY
index 4e404eb..854d3d2 100644
--- a/libs/libstree/HISTORY
+++ b/libs/libstree/HISTORY
@@ -1,2 +1,5 @@
+2019-05-21 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2015-04-06 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: spell created
diff --git a/libs/libstree/PRE_BUILD b/libs/libstree/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/libs/libstree/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/xorg-app/luit/DETAILS b/xorg-app/luit/DETAILS
index cde189e..b6ec794 100755
--- a/xorg-app/luit/DETAILS
+++ b/xorg-app/luit/DETAILS
@@ -1,7 +1,7 @@
SPELL=luit
- VERSION=1.1.0
+ VERSION=1.1.1
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_GPG="gurus.gpg:$SOURCE.sig:UPSTREAM_HASH"
+
SOURCE_HASH=sha512:e834e89fca9987f6d82701f53d3c450cc64b93a804b11465b4a7ec5cb3a5c4ef30115df57dec3cbdbafa46e4a4f1bb4759b723123e2ff2f6b1c12207015638e6

SOURCE_URL[0]=http://xorg.freedesktop.org/releases/individual/app/${SOURCE}
#
SOURCE_HASH=sha512:4a0a4d43bb490d40d874c0484034ba11d2db432bfcbcf66a1ba40a9c9685df448a8b6f6cda3ee7ab8e439772e18889cd7050aa0b981c7f4563b1c3d1656feeb5
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/xorg-app/luit/HISTORY b/xorg-app/luit/HISTORY
index 2b9a1d7..9dcb42d 100644
--- a/xorg-app/luit/HISTORY
+++ b/xorg-app/luit/HISTORY
@@ -1,3 +1,6 @@
+2019-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.1.1
+
2011-03-04 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.1.0
SOURCE matches upstream posted SHA1
diff --git a/xorg-app/luit/luit-1.1.0.tar.bz2.sig
b/xorg-app/luit/luit-1.1.0.tar.bz2.sig
deleted file mode 100644
index 90b5d41..0000000
Binary files a/xorg-app/luit/luit-1.1.0.tar.bz2.sig and /dev/null differ
diff --git a/xorg-app/mkfontdir/HISTORY b/xorg-app/mkfontdir/HISTORY
index bf72628..6990a45 100644
--- a/xorg-app/mkfontdir/HISTORY
+++ b/xorg-app/mkfontdir/HISTORY
@@ -1,3 +1,6 @@
+2019-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2012-02-11 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.0.7
* DEPENDS: add mkfontscale
diff --git a/xorg-app/mkfontdir/PRE_BUILD b/xorg-app/mkfontdir/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/xorg-app/mkfontdir/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/xorg-lib/libxfontcache/HISTORY b/xorg-lib/libxfontcache/HISTORY
index 95c6a6d..f900462 100644
--- a/xorg-lib/libxfontcache/HISTORY
+++ b/xorg-lib/libxfontcache/HISTORY
@@ -1,3 +1,6 @@
+2019-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2018-02-06 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: use xorgproto

diff --git a/xorg-lib/libxfontcache/PRE_BUILD
b/xorg-lib/libxfontcache/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/xorg-lib/libxfontcache/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 (1231216ad3305592bad0f098f5c8b087a05eb14b), Ismael Luceno, 05/22/2019

Archive powered by MHonArc 2.6.24.

Top of Page