Skip to Content.
Sympa Menu

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

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 (036dd250e41402ce2506942e1521adefde6f4de8)
  • Date: Thu, 27 Jan 2022 16:22:15 +0000

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

audio-libs/liblrdf/DETAILS | 1 +
audio-libs/liblrdf/HISTORY | 4 ++++
audio-libs/liblrdf/PRE_BUILD | 4 +++-
libs/raptor/DETAILS | 1 +
libs/raptor/HISTORY | 4 ++++
libs/raptor/PRE_BUILD | 5 +++++
libs/rasqal/DETAILS | 1 +
libs/rasqal/HISTORY | 4 ++++
libs/rasqal/PRE_BUILD | 5 ++++-
9 files changed, 27 insertions(+), 2 deletions(-)

New commits:
commit 036dd250e41402ce2506942e1521adefde6f4de8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

liblrdf: Disable installation of .la files

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

rasqal: Disable installation of .la files

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

raptor: Disable installation of .la files

diff --git a/audio-libs/liblrdf/DETAILS b/audio-libs/liblrdf/DETAILS
index d1e8627..276184a 100755
--- a/audio-libs/liblrdf/DETAILS
+++ b/audio-libs/liblrdf/DETAILS
@@ -1,5 +1,6 @@
SPELL=liblrdf
VERSION=0.6.1
+ PATCHLEVEL=1
SOURCE=LRDF-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/LRDF-$VERSION
SOURCE_URL[0]=https://github.com/swh/LRDF/archive/v$VERSION.tar.gz
diff --git a/audio-libs/liblrdf/HISTORY b/audio-libs/liblrdf/HISTORY
index a3bf5b7..f077bcf 100644
--- a/audio-libs/liblrdf/HISTORY
+++ b/audio-libs/liblrdf/HISTORY
@@ -1,3 +1,7 @@
+2022-01-27 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * DETAILS: PATCHLEVEL++
+
2018-06-20 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: improved, call autogen.sh
* DETAILS: updated spell to 0.6.1,
diff --git a/audio-libs/liblrdf/PRE_BUILD b/audio-libs/liblrdf/PRE_BUILD
index 0495192..64d7de7 100755
--- a/audio-libs/liblrdf/PRE_BUILD
+++ b/audio-libs/liblrdf/PRE_BUILD
@@ -5,4 +5,6 @@ sedit 's:^AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.ac &&
sedit 's:<raptor.h>:<raptor2/raptor2.h>:' lrdf.h &&
# Call autogen.sh, but avoid running the configure script
sedit '/[.][/]configure/,$ d' autogen.sh &&
-./autogen.sh
+./autogen.sh &&
+# disable instalation of libtool pseudo-libraries
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d'
ltmain.sh
diff --git a/libs/raptor/DETAILS b/libs/raptor/DETAILS
index 8baa7a5..3964c93 100755
--- a/libs/raptor/DETAILS
+++ b/libs/raptor/DETAILS
@@ -1,5 +1,6 @@
SPELL=raptor
SPELLX=raptor2
+ PATCHLEVEL=1
VERSION=2.0.15
SECURITY_PATCH=1
SOURCE=$SPELLX-$VERSION.tar.gz
diff --git a/libs/raptor/HISTORY b/libs/raptor/HISTORY
index c7f2188..8573600 100644
--- a/libs/raptor/HISTORY
+++ b/libs/raptor/HISTORY
@@ -1,3 +1,7 @@
+2022-01-27 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * DETAILS: PATCHLEVEL++
+
2018-09-09 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.0.15

diff --git a/libs/raptor/PRE_BUILD b/libs/raptor/PRE_BUILD
new file mode 100755
index 0000000..ce77d99
--- /dev/null
+++ b/libs/raptor/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# disable instalation of libtool pseudo-libraries
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' \
+ build/ltmain.sh
diff --git a/libs/rasqal/DETAILS b/libs/rasqal/DETAILS
index 1f92908..7c010f1 100755
--- a/libs/rasqal/DETAILS
+++ b/libs/rasqal/DETAILS
@@ -1,5 +1,6 @@
SPELL=rasqal
VERSION=0.9.33
+ PATCHLEVEL=1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://download.librdf.org/source/$SOURCE
diff --git a/libs/rasqal/HISTORY b/libs/rasqal/HISTORY
index 6338478..feb19b6 100644
--- a/libs/rasqal/HISTORY
+++ b/libs/rasqal/HISTORY
@@ -1,3 +1,7 @@
+2022-01-27 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * DETAILS: PATCHLEVEL++
+
2019-08-19 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: Fixed build against musl

diff --git a/libs/rasqal/PRE_BUILD b/libs/rasqal/PRE_BUILD
index e994bd2..d4ef16b 100755
--- a/libs/rasqal/PRE_BUILD
+++ b/libs/rasqal/PRE_BUILD
@@ -1,3 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-sedit 's!maybe_os in$!& linux-musl*|\\!' build/config.sub
+sedit 's!maybe_os in$!& linux-musl*|\\!' build/config.sub &&
+# disable instalation of libtool pseudo-libraries
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' \
+ build/ltmain.sh



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (036dd250e41402ce2506942e1521adefde6f4de8), Ismael Luceno, 01/27/2022

Archive powered by MHonArc 2.6.24.

Top of Page