summaryrefslogtreecommitdiffstats
path: root/development/xa
diff options
context:
space:
mode:
author B. Watson2017-07-11 06:48:43 +0200
committer Willy Sudiarto Raharjo2017-07-12 17:48:02 +0200
commit2e424ad833bd77929d20faba691ec9465a9ab9b9 (patch)
tree33300b9fddb4aaec4171bdc2173d0e389ce8c634 /development/xa
parent6868288b266c4b58161e8ac8aa0541f334bf0dbd (diff)
downloadold.slackbuilds-2e424ad833bd77929d20faba691ec9465a9ab9b9.tar.gz
development/xa: Updated for version 2.3.8.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'development/xa')
-rw-r--r--development/xa/dxa-malloc-patch.txt.121
-rw-r--r--development/xa/dxa-valgrind-patch.txt.112
-rw-r--r--development/xa/xa.SlackBuild10
-rw-r--r--development/xa/xa.info6
4 files changed, 10 insertions, 39 deletions
diff --git a/development/xa/dxa-malloc-patch.txt.1 b/development/xa/dxa-malloc-patch.txt.1
deleted file mode 100644
index 895ac7b454..0000000000
--- a/development/xa/dxa-malloc-patch.txt.1
+++ /dev/null
@@ -1,21 +0,0 @@
---- label.c.orig 2006-11-01 18:23:28.000000000 +0200
-+++ label.c 2010-08-31 21:45:43.000000000 +0300
-@@ -40,7 +40,7 @@
- #include "opcodes.h"
-
- label *labeltable;
--char defaultlabel[5];
-+char defaultlabel[6];
- unsigned numLabels = 0;
-
- #ifndef __STDC__
-@@ -55,7 +55,7 @@
- label *entry;
- char *buffer;
-
-- if (!((buffer = malloc (strlen (name)))))
-+ if (!((buffer = malloc (strlen (name) + 1))))
- return;
-
- entry = numLabels ?
-
diff --git a/development/xa/dxa-valgrind-patch.txt.1 b/development/xa/dxa-valgrind-patch.txt.1
deleted file mode 100644
index 92a5658f69..0000000000
--- a/development/xa/dxa-valgrind-patch.txt.1
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/tools/dxa-0.1.3/scan.c b/tools/dxa-0.1.3/scan.c
-index e7855f8..586d31b 100644
---- a/tools/dxa-0.1.3/scan.c
-+++ b/tools/dxa-0.1.3/scan.c
-@@ -597,6 +597,7 @@ int ScanSpecified (void)
- (unsigned int)entry->address);
- return 1;
- }
-+ entry = FindNextEntryType (NULL, ~0, RTN_SURE);
- DeleteEntry (entry);
- }
-
diff --git a/development/xa/xa.SlackBuild b/development/xa/xa.SlackBuild
index c04e6bfaa4..1a0ce5e185 100644
--- a/development/xa/xa.SlackBuild
+++ b/development/xa/xa.SlackBuild
@@ -6,15 +6,19 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
-# 20141030 bkw: take the tiny little patches out of DOWNLOAD= since
-# they were included in the script tarball all along.
+# 20170711 bkw:
+# - update for xa-2.3.8
+# - REALLY remove unused *.txt.1 copies of the patches (wtf?)
# 20150322 bkw:
# - update for xa-2.3.7
# - remove unused *.txt.1 copies of the patches
+# 20141030 bkw: take the tiny little patches out of DOWNLOAD= since
+# they were included in the script tarball all along.
+
PRGNAM=xa
-VERSION=${VERSION:-2.3.7}
+VERSION=${VERSION:-2.3.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/xa/xa.info b/development/xa/xa.info
index b40710297d..aff1891760 100644
--- a/development/xa/xa.info
+++ b/development/xa/xa.info
@@ -1,9 +1,9 @@
PRGNAM="xa"
-VERSION="2.3.7"
+VERSION="2.3.8"
HOMEPAGE="http://www.floodgap.com/retrotech/xa/"
-DOWNLOAD="http://www.floodgap.com/retrotech/xa/dists/xa-2.3.7.tar.gz \
+DOWNLOAD="http://www.floodgap.com/retrotech/xa/dists/xa-2.3.8.tar.gz \
http://www.floodgap.com/retrotech/xa/dists/dxa-0.1.3.tar.gz"
-MD5SUM="431468305f37aa971e945215f8856006 \
+MD5SUM="884c3dc5bcc8e8f10b05a6907781623d \
4fb88a7eda5939472b3a1d1c48b057fc"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""