summaryrefslogtreecommitdiffstats
path: root/development/vile
diff options
context:
space:
mode:
author Wayne Cuddy <wcuddy@useunix.net>2016-11-07 06:37:45 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-11-07 06:37:45 +0700
commitf770142bc12d330eee5db0059fe73f825a4b8b84 (patch)
treed708378f1bf6de56fcc823f34de7eb44997c0ec2 /development/vile
parent3aa6682c4219a7e50443d2f842f0c102ae8aa80f (diff)
downloadslackbuilds-f770142bc12d330eee5db0059fe73f825a4b8b84.tar.gz
slackbuilds-f770142bc12d330eee5db0059fe73f825a4b8b84.tar.xz
development/vile: Updated for version 9.8r.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/vile')
-rw-r--r--development/vile/vile-9.8h-flex.patch30
-rw-r--r--development/vile/vile.SlackBuild5
-rw-r--r--development/vile/vile.info6
3 files changed, 4 insertions, 37 deletions
diff --git a/development/vile/vile-9.8h-flex.patch b/development/vile/vile-9.8h-flex.patch
deleted file mode 100644
index bb1c1c3011..0000000000
--- a/development/vile/vile-9.8h-flex.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- vile-9.8h/filters/filters.h
-+++ vile-9.8h/filters/filters.h
-@@ -200,27 +200,6 @@
- #endif
- #endif /* __GNUC__ */
-
--/*
-- * 2003/5/20 - "new" flex 2.5.31:
-- * workaround for "developers" who don't use compiler-warnings...
-- * perhaps by the time "new" flex merits the term "beta", they'll fix this:
-- */
--#if defined(FLEX_BETA)
--extern FILE *yyget_in (void);
--extern FILE *yyget_out (void);
--extern char *yyget_text (void);
--extern int yyget_debug (void);
--extern int yyget_leng (void);
--extern int yyget_lineno (void);
--extern int yylex_destroy (void);
--extern void yyset_debug (int bdebug);
--extern void yyset_in (FILE * in_str);
--extern void yyset_lineno (int line_number);
--extern void yyset_out (FILE * out_str);
--/* there's also warnings for unused 'yyunput()', but I don't see a fix */
--/* flex's skeleton includes <unistd.h> - no particular reason apparent */
--#endif
--
- #define YY_NO_INPUT 1 /* get rid of 'input()' function */
-
- /*
diff --git a/development/vile/vile.SlackBuild b/development/vile/vile.SlackBuild
index ad028199a2..0941e333e9 100644
--- a/development/vile/vile.SlackBuild
+++ b/development/vile/vile.SlackBuild
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=vile
-VERSION=${VERSION:-9.8k}
+VERSION=${VERSION:-9.8r}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,9 +71,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Thanks Gentoo
-patch -p1 < $CWD/vile-9.8h-flex.patch
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/development/vile/vile.info b/development/vile/vile.info
index ecf7a36877..bef92b8148 100644
--- a/development/vile/vile.info
+++ b/development/vile/vile.info
@@ -1,8 +1,8 @@
PRGNAM="vile"
-VERSION="9.8k"
+VERSION="9.8r"
HOMEPAGE="http://invisible-island.net/vile/"
-DOWNLOAD="ftp://invisible-island.net/vile/current/vile-9.8k.tgz"
-MD5SUM="909103492a92ff7e5a72a5eab2bd25c6"
+DOWNLOAD="ftp://invisible-island.net/vile/current/vile-9.8r.tgz"
+MD5SUM="9c96aaeddeb324a3b8a3d74cfe783a96"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""