Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (40a372b2a32e8007386574588aa7419fd4a6bed8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (40a372b2a32e8007386574588aa7419fd4a6bed8)
  • Date: Sun, 18 Feb 2018 15:29:25 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

devel/flex/HISTORY | 3 +++
devel/flex/PROVIDES | 1 +
editors/vile/DEPENDS | 2 +-
editors/vile/HISTORY | 4 ++++
editors/vile/PRE_BUILD | 4 +++-
5 files changed, 12 insertions(+), 2 deletions(-)

New commits:
commit 40a372b2a32e8007386574588aa7419fd4a6bed8
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

vile: fixed build with flex

commit 88263172db48d4fdd6bd3428f93ed587bc4fda02
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

flex: added PROVIDES

diff --git a/devel/flex/HISTORY b/devel/flex/HISTORY
index a4aa7a3..1cd3d1b 100644
--- a/devel/flex/HISTORY
+++ b/devel/flex/HISTORY
@@ -1,3 +1,6 @@
+2018-02-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * PROVIDES: added, provides LEXICAL-SCANNER
+
2018-01-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* PRE_BUILD, 0001-fix-warning-about-undefined-function.patch: fix
warning
* DETAILS: PATCHLEVEL++
diff --git a/devel/flex/PROVIDES b/devel/flex/PROVIDES
new file mode 100644
index 0000000..217e402
--- /dev/null
+++ b/devel/flex/PROVIDES
@@ -0,0 +1 @@
+LEXICAL-SCANNER
diff --git a/editors/vile/DEPENDS b/editors/vile/DEPENDS
index 434b90c..ac2869f 100755
--- a/editors/vile/DEPENDS
+++ b/editors/vile/DEPENDS
@@ -1,4 +1,4 @@
-depends reflex &&
+depends LEXICAL-SCANNER &&
depends ncurses '--with-ncurses' &&

optional_depends perl \
diff --git a/editors/vile/HISTORY b/editors/vile/HISTORY
index 38b3467..c01ed6e 100644
--- a/editors/vile/HISTORY
+++ b/editors/vile/HISTORY
@@ -1,3 +1,7 @@
+2018-02-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: use LEXICAL-SCANNER
+ * PRE_BUILD: fixed build with flex
+
2017-09-23 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 9.8s
* DEPENDS: switched to reflex
diff --git a/editors/vile/PRE_BUILD b/editors/vile/PRE_BUILD
index 622c4db..f49d8f2 100755
--- a/editors/vile/PRE_BUILD
+++ b/editors/vile/PRE_BUILD
@@ -11,7 +11,9 @@ for src in ${patches}; do
local source=SOURCE${src} &&

zcat ${SOURCE_CACHE}/${!source} | patch -p1 || return 1
-done
+done &&
+
+sedit "s:'\[\[':'\\\[\\\[':" filters/sh-filt.l &&

if [ "${VILE_SYMLINK}" == "y" ]; then
sedit "s:@VILE_SYMLINK@:vi:g" makefile.in



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (40a372b2a32e8007386574588aa7419fd4a6bed8), Vlad Glagolev, 02/18/2018

Archive powered by MHonArc 2.6.24.

Top of Page