Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f39f9fc4e6f2ad484a586a6593ac9795c812ff31)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f39f9fc4e6f2ad484a586a6593ac9795c812ff31)
  • Date: Thu, 5 May 2022 00:19:39 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

devel/colm/DETAILS | 1 -
devel/colm/HISTORY | 4 ----
devel/colm/PRE_BUILD | 4 ----
devel/ragel/HISTORY | 2 +-
devel/ragel/PRE_BUILD | 5 +----
5 files changed, 2 insertions(+), 14 deletions(-)

New commits:
commit f39f9fc4e6f2ad484a586a6593ac9795c812ff31
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

Revert "ragel: Remove dep on colm's .la files"

This reverts commit 5e26dc7c7e4ccd23048a7efa1b87af91a3f5654d.

ragel fails at link stage
(https://pastebot.rmdir.de/6DcE5N6CjCRzcouTMB03vQ)

commit c804d1377697ea0350300153908750edf26a6cba
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

Revert "colm: Disable installation of .la files"

This reverts commit d213761c280801c01d61472708de71c414326693.

ragel fails when trying to link w/o .la files

diff --git a/devel/colm/DETAILS b/devel/colm/DETAILS
index 2187ef8..80c3e1d 100755
--- a/devel/colm/DETAILS
+++ b/devel/colm/DETAILS
@@ -1,6 +1,5 @@
SPELL=colm
VERSION=0.14.7
- PATCHLEVEL=1
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL[0]=https://www.colm.net/files/$SPELL/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/devel/colm/HISTORY b/devel/colm/HISTORY
index 5f9a68b..9ecbc42 100644
--- a/devel/colm/HISTORY
+++ b/devel/colm/HISTORY
@@ -1,7 +1,3 @@
-2022-05-03 Ismael Luceno <ismael AT sourcemage.org>
- * PRE_BUILD: disabled installation of libtool pseudo-libraries
- * DETAILS: PATCHLEVEL++
-
2021-02-22 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.14.7

diff --git a/devel/colm/PRE_BUILD b/devel/colm/PRE_BUILD
deleted file mode 100755
index d8204d3..0000000
--- a/devel/colm/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-# disable instalation of libtool pseudo-libraries
-sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d'
ltmain.sh
diff --git a/devel/ragel/HISTORY b/devel/ragel/HISTORY
index 5e9b050..d3bec1e 100644
--- a/devel/ragel/HISTORY
+++ b/devel/ragel/HISTORY
@@ -3,9 +3,9 @@

2022-05-03 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD: disabled installation of libtool pseudo-libraries
- removed dependency on colm's .la files
* DETAILS: PATCHLEVEL++
* BUILD: added missing space
+
2021-03-20 Florian Franzmann <bwlf AT bandrate.org>
* TRIGGERS: on cast colm check self
* DEPENDS: optionally depend on texlive
diff --git a/devel/ragel/PRE_BUILD b/devel/ragel/PRE_BUILD
index a9d06cb..d8204d3 100755
--- a/devel/ragel/PRE_BUILD
+++ b/devel/ragel/PRE_BUILD
@@ -1,7 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
# disable instalation of libtool pseudo-libraries
-sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d' \
- ltmain.sh &&
-# remove dependency on .la files from colm
-sed -E -i '/^[\t ]*LIB[^_]*_LA=/{s@[.]la"$@.so"@}' configure
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d'
ltmain.sh



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (f39f9fc4e6f2ad484a586a6593ac9795c812ff31), Pavel Vinogradov, 05/04/2022

Archive powered by MHonArc 2.6.24.

Top of Page