summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Zbigniew Baniewski2018-02-01 23:07:33 +0100
committer Willy Sudiarto Raharjo2018-02-01 23:07:33 +0100
commit36b6a7f8be4bc4688137b22252ab1067318df4fa (patch)
treec88e85a8e2616c4878004b25d2a59acb75e83816
parent6579a6ae60b6d955aafba0184b0b8c49edfdabcd (diff)
downloadslackbuilds-36b6a7f8be4bc4688137b22252ab1067318df4fa.tar.gz
development/4th: Updated for version 3.62.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/4th/01-directories.patch11
-rw-r--r--development/4th/02-to_preserve_32bit_compatibility.patch6
-rw-r--r--development/4th/4th.SlackBuild2
-rw-r--r--development/4th/4th.info6
4 files changed, 13 insertions, 12 deletions
diff --git a/development/4th/01-directories.patch b/development/4th/01-directories.patch
index d7c9415c5d..5f82f36aa5 100644
--- a/development/4th/01-directories.patch
+++ b/development/4th/01-directories.patch
@@ -1,6 +1,6 @@
-diff -Nur 4th-3.62.2-unix/sources/Makefile 4th-3.62.2-unix.new/sources/Makefile
---- 4th-3.62.2-unix/sources/Makefile 2014-01-06 19:03:16.000000000 +0100
-+++ 4th-3.62.2-unix.new/sources/Makefile 2014-04-13 16:10:03.809359781 +0200
+diff -Nur 4th-3.62.5-unix/sources/Makefile 4th-3.62.5-unix.new/sources/Makefile
+--- 4th-3.62.5-unix/sources/Makefile 2015-04-23 07:59:18.000000000 +0200
++++ 4th-3.62.5-unix.new/sources/Makefile 2018-01-27 01:39:36.000000000 +0100
@@ -13,13 +13,13 @@
# The following variables may need to be changed
@@ -21,12 +21,13 @@ diff -Nur 4th-3.62.2-unix/sources/Makefile 4th-3.62.2-unix.new/sources/Makefile
# Cross compilation variables
LD=$(CROSS)ld
-@@ -125,7 +125,7 @@
+@@ -125,7 +125,8 @@
install: mostlyinstall
install -Dm644 ../documentation/4th.1 $(MANDIR)/man1/4th.1
- install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th/
-+ install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th-3.62.2/
++ install -Dm644 ../documentation/4tHmanual.txt $(DOCDIR)/4th-3.62.5/
++ install -Dm644 ../sources/4th.h $(INCLUDES)/4th.h
uninstall:
-rm -f $(LIBRARIES)/lib4th.{a,so*}
diff --git a/development/4th/02-to_preserve_32bit_compatibility.patch b/development/4th/02-to_preserve_32bit_compatibility.patch
index 8daf0062c1..3c091deb2e 100644
--- a/development/4th/02-to_preserve_32bit_compatibility.patch
+++ b/development/4th/02-to_preserve_32bit_compatibility.patch
@@ -1,6 +1,6 @@
-diff -Nur 4th-3.62.2-unix/sources/4th.h 4th-3.62.2-unix.new/sources/4th.h
---- 4th-3.62.2-unix/sources/4th.h 2012-04-09 18:15:03.000000000 +0200
-+++ 4th-3.62.2-unix.new/sources/4th.h 2014-04-13 16:23:07.122971512 +0200
+diff -Nur 4th-3.62.5-unix/sources/4th.h 4th-3.62.5-unix.new/sources/4th.h
+--- 4th-3.62.5-unix/sources/4th.h 2012-04-09 18:15:03.000000000 +0200
++++ 4th-3.62.5-unix.new/sources/4th.h 2014-04-13 16:23:07.122971512 +0200
@@ -62,8 +62,8 @@
#define M4BADNAM 28
#define M4CABORT 29
diff --git a/development/4th/4th.SlackBuild b/development/4th/4th.SlackBuild
index 3ad5578966..a746fd8d34 100644
--- a/development/4th/4th.SlackBuild
+++ b/development/4th/4th.SlackBuild
@@ -5,7 +5,7 @@
# Written by Zbigniew Baniewski <Zbigniew [dot] Baniewski [at] gmail [dot] com>
PRGNAM=4th
-VERSION=${VERSION:-3.62.2}
+VERSION=${VERSION:-3.62.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/4th/4th.info b/development/4th/4th.info
index ab651105c4..c344371f99 100644
--- a/development/4th/4th.info
+++ b/development/4th/4th.info
@@ -1,8 +1,8 @@
PRGNAM="4th"
-VERSION="3.62.2"
+VERSION="3.62.5"
HOMEPAGE="http://thebeez.home.xs4all.nl/4tH/"
-DOWNLOAD="http://downloads.sourceforge.net/project/forth-4th/4th-3.62.2/4th-3.62.2-unix.tar.gz"
-MD5SUM="84f492a84eb5c646b07782ece451ac02"
+DOWNLOAD="http://downloads.sourceforge.net/project/forth-4th/4th-3.62.5/4th-3.62.5-unix.tar.gz"
+MD5SUM="caf85244354320daecec58b9451ce0cd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""