Skip to Content.
Sympa Menu

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

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 (96279e5550eb56137ddac084d9dd14647647e9ce)
  • Date: Mon, 3 Jun 2019 08:48:51 +0000

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

archive/cdebootstrap/HISTORY | 4
++
archive/cdebootstrap/PRE_BUILD | 1
archive/cdebootstrap/patches/0001-Remove-canonicalize_file_name.patch | 14
++++++++++
audio-players/timidity/DETAILS | 5
+--
audio-players/timidity/PRE_BUILD | 2
-
dev/null |binary
doc/source-highlight/HISTORY | 3
++
doc/source-highlight/PRE_BUILD | 3
++
gnome2-libs/orbit2/HISTORY | 3
++
gnome2-libs/orbit2/PRE_BUILD | 8
++---
libs/oniguruma/DETAILS | 4
+-
libs/oniguruma/HISTORY | 4
++
12 files changed, 40 insertions(+), 11 deletions(-)

New commits:
commit 96279e5550eb56137ddac084d9dd14647647e9ce
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cdebootstrap: Fix build on non-glibc systems

Replace the non-standard canonicalize_file_name function by realpath.

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

oniguruma 6.9.2

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

timidity 2.15.0

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

orbit2: Fix edits in PRE_BUILD

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

source-highlight: Fix build against musl

diff --git a/archive/cdebootstrap/HISTORY b/archive/cdebootstrap/HISTORY
index 06dc0a4..355ee46 100644
--- a/archive/cdebootstrap/HISTORY
+++ b/archive/cdebootstrap/HISTORY
@@ -1,3 +1,7 @@
+2019-06-03 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD, patches/0001-Remove-canonicalize_file_name.patch: Fixed
+ build on non-glibc systems
+
2019-05-26 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD, DETAILS: Fixed SOURCE_URL[0]
updated spell to 0.7.7
diff --git a/archive/cdebootstrap/PRE_BUILD b/archive/cdebootstrap/PRE_BUILD
index 6138fad..b104b4e 100755
--- a/archive/cdebootstrap/PRE_BUILD
+++ b/archive/cdebootstrap/PRE_BUILD
@@ -1,3 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
+apply_patch_dir patches &&
autoreconf -i
diff --git
a/archive/cdebootstrap/patches/0001-Remove-canonicalize_file_name.patch
b/archive/cdebootstrap/patches/0001-Remove-canonicalize_file_name.patch
new file mode 100644
index 0000000..c09d699
--- /dev/null
+++ b/archive/cdebootstrap/patches/0001-Remove-canonicalize_file_name.patch
@@ -0,0 +1,14 @@
+From: Ismael Luceno <ismael AT sourcemage.org>
+Subject: Replace non-standard canonicalize_file_name by realpath
+
+--- a/src/frontend/standalone/main.c
++++ b/src/frontend/standalone/main.c
+@@ -227,7 +227,7 @@ static void check_target (const char *target, bool
noexec)
+ else
+ log_text (DI_LOG_LEVEL_ERROR, "Target check failed: %s", strerror
(errno));
+
+- target_root = canonicalize_file_name(target);
++ target_root = realpath(target, NULL);
+ if (!target_root)
+ log_text (DI_LOG_LEVEL_ERROR, "Target check failed: %s", strerror
(errno));
+ }
diff --git a/audio-players/timidity/DETAILS b/audio-players/timidity/DETAILS
index 532f058..307f389 100755
--- a/audio-players/timidity/DETAILS
+++ b/audio-players/timidity/DETAILS
@@ -1,10 +1,9 @@
SPELL=timidity
- VERSION=2.14.0
- PATCHLEVEL=1
+ VERSION=2.15.0
SOURCE=TiMidity++-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/TiMidity++-$VERSION
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:274b2a700cd10c7034ffae50b989419f971c79eac71c8e20649e4138f9710be0505bd99379b23e772b5af5aa86a636e4070e522f43d06007ceacc25f61261c8a
+
SOURCE_HASH=sha512:154da865badd5a9752a502ff16cc3fe3f4fd50fea02aeb8020230eb2233d54214faba1ce99adea7f5fa77fd256a491207d540f2ad0ab0c0dcfff59676c0c8666
WEB_SITE=http://timidity.sourceforge.net
ENTERED=20040125
LICENSE[0]=GPL
diff --git a/audio-players/timidity/PRE_BUILD
b/audio-players/timidity/PRE_BUILD
index ef3da84..b7925ce 100755
--- a/audio-players/timidity/PRE_BUILD
+++ b/audio-players/timidity/PRE_BUILD
@@ -2,4 +2,4 @@ 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" &&
-sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
+sedit 's!maybe_os in$!& linux-musl*|\\!' autoconf/config.sub
diff --git a/doc/source-highlight/HISTORY b/doc/source-highlight/HISTORY
index 8c2852e..b783604 100644
--- a/doc/source-highlight/HISTORY
+++ b/doc/source-highlight/HISTORY
@@ -1,3 +1,6 @@
+2019-06-02 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2019-05-22 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: added missing dependency on boost regex library

diff --git a/doc/source-highlight/PRE_BUILD b/doc/source-highlight/PRE_BUILD
new file mode 100755
index 0000000..c179f78
--- /dev/null
+++ b/doc/source-highlight/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' build-aux/config.sub
diff --git a/gnome2-libs/orbit2/HISTORY b/gnome2-libs/orbit2/HISTORY
index 43428c3..ae05b32 100644
--- a/gnome2-libs/orbit2/HISTORY
+++ b/gnome2-libs/orbit2/HISTORY
@@ -1,3 +1,6 @@
+2019-06-02 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed edits
+
2019-06-01 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: Fixed build against musl

diff --git a/gnome2-libs/orbit2/PRE_BUILD b/gnome2-libs/orbit2/PRE_BUILD
index 29c429e..f634c45 100755
--- a/gnome2-libs/orbit2/PRE_BUILD
+++ b/gnome2-libs/orbit2/PRE_BUILD
@@ -1,7 +1,5 @@
default_pre_build &&
-
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub &&
# Remove error on deprecated glib2 symbols
-for file in linc2/src/Makefile{.am,.in}; do
- sedit 's:-DG_DISABLE_DEPRECATED::' "${SOURCE_DIRECTORY}"/"${file}"
-done &&
-sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
+sed -i 's:-DG_DISABLE_DEPRECATED::' linc2/src/Makefile{.am,.in}
diff --git a/libs/oniguruma/DETAILS b/libs/oniguruma/DETAILS
index 8fa043f..5be88bf 100755
--- a/libs/oniguruma/DETAILS
+++ b/libs/oniguruma/DETAILS
@@ -1,7 +1,7 @@
SPELL=oniguruma
- VERSION=5.9.6
+ VERSION=6.9.2
SOURCE=onig-$VERSION.tar.gz
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig:WORKS_FOR_ME"
+
SOURCE_HASH=sha512:c10134e42a3c0b0eeae2027ffb7a3e1bcc9228dee286f6b6e997f8a73d717217fa74de0e19c40975d2e78044c8c4f029eb622f90c8eb4fdc4667eb4804e97001
#
SOURCE_HASH=sha512:6621f4e2e4ea1e71cd263c154ddba6b289a91a0200537c0549cb719f7ec556f790cb3a7e23be04ddc4415302b3beb5fa758de8aef0c54b675158d61de77c6943
SOURCE_DIRECTORY=$BUILD_DIRECTORY/onig-$VERSION

SOURCE_URL[0]=https://github.com/kkos/${SPELL}/releases/download/v${VERSION}/${SOURCE}
diff --git a/libs/oniguruma/HISTORY b/libs/oniguruma/HISTORY
index 716e31a..11ee7d5ee 100644
--- a/libs/oniguruma/HISTORY
+++ b/libs/oniguruma/HISTORY
@@ -1,3 +1,7 @@
+2019-06-03 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: Fixed SOURCE_URL[0]
+ updated spell to 6.9.2
+
2015-11-13 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 5.9.6
Geocities site is way dead, moved to GitHub
diff --git a/libs/oniguruma/onig-5.9.6.tar.gz.sig
b/libs/oniguruma/onig-5.9.6.tar.gz.sig
deleted file mode 100644
index 42dfe08..0000000
Binary files a/libs/oniguruma/onig-5.9.6.tar.gz.sig and /dev/null differ



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (96279e5550eb56137ddac084d9dd14647647e9ce), Ismael Luceno, 06/03/2019

Archive powered by MHonArc 2.6.24.

Top of Page