summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Wayne Cuddy2018-10-15 08:03:28 +0200
committer Willy Sudiarto Raharjo2018-10-21 01:47:00 +0200
commit374a85ba468048cada8042ad97fb363a3281c612 (patch)
tree20f2391210db0d134a96084bf46bc6733c350aae /development
parent60b7ee62a56362410f3ecb446675ab42b6d35157 (diff)
downloadslackbuilds-374a85ba468048cada8042ad97fb363a3281c612.tar.gz
development/vile: Updated for version 9.8s.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/vile/README4
-rw-r--r--development/vile/patches/sh-filt.patch12
-rw-r--r--development/vile/vile.SlackBuild10
-rw-r--r--development/vile/vile.info6
4 files changed, 23 insertions, 9 deletions
diff --git a/development/vile/README b/development/vile/README
index de59d08ca0..ef7918e095 100644
--- a/development/vile/README
+++ b/development/vile/README
@@ -1,9 +1,9 @@
Vile retains the "finger-feel", if you will, of vi, while adding the
-multiple buffer and multiple window features of emacs and other editors.
+multiple buffer and multiple window features of emacs and other editors.
It is definitely not a vi clone, in that some substantial stuff is
missing, and the screen doesn't look quite the same. The things that
you tend to type over and over probably work. Things done less
frequently, like configuring a startup file, are somewhat (or very,
depending on how ambitious you are) different. But what matters most is
that one's "muscle memory" does the right thing to the text in front of
-you, and that is what vile tries to do for vi users.
+you, and that is what vile tries to do for vi users.
diff --git a/development/vile/patches/sh-filt.patch b/development/vile/patches/sh-filt.patch
new file mode 100644
index 0000000000..e5b8e0806c
--- /dev/null
+++ b/development/vile/patches/sh-filt.patch
@@ -0,0 +1,12 @@
+diff -ru vile-9.8s.orig/filters/sh-filt.l vile-9.8s/filters/sh-filt.l
+--- vile-9.8s.orig/filters/sh-filt.l 2016-12-17 18:24:00.000000000 -0500
++++ vile-9.8s/filters/sh-filt.l 2018-10-13 13:40:34.077559351 -0400
+@@ -198,7 +198,7 @@
+ }
+ }
+ <NORMAL>{KSH_TEST_UP} { if (!pop_backtic1(yytext, yyleng, LEN_KSH_TEST_DOWN)) {
+- FLEX_PRINTF((stderr, "cannot pop '[[' level %d\n", stk_level));
++ FLEX_PRINTF((stderr, "cannot pop '\[\[' level %d\n", stk_level));
+ handle_parens(yytext, 1, 1, -1, NORMAL);
+ unput(R_BLOCK);
+ }
diff --git a/development/vile/vile.SlackBuild b/development/vile/vile.SlackBuild
index 0941e333e9..a46080dac6 100644
--- a/development/vile/vile.SlackBuild
+++ b/development/vile/vile.SlackBuild
@@ -25,13 +25,13 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=vile
-VERSION=${VERSION:-9.8r}
+VERSION=${VERSION:-9.8s}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -81,6 +81,8 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--build=$ARCH-slackware-linux
+patch -p1 <$CWD/patches/sh-filt.patch
+
make
make DESTDIR=$PKG docdir=/usr/doc/$PRGNAM-$VERSION install install-doc
diff --git a/development/vile/vile.info b/development/vile/vile.info
index 912f57b95e..79849bad0f 100644
--- a/development/vile/vile.info
+++ b/development/vile/vile.info
@@ -1,8 +1,8 @@
PRGNAM="vile"
-VERSION="9.8r"
+VERSION="9.8s"
HOMEPAGE="http://invisible-island.net/vile/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/vile-9.8r.tgz"
-MD5SUM="9c96aaeddeb324a3b8a3d74cfe783a96"
+DOWNLOAD="ftp://ftp.invisible-island.net/vile/current/vile-9.8s.tgz"
+MD5SUM="001f42ecb8120d8e88c00779a6318f83"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""