diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-11 00:48:43 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-12 22:48:02 +0700 |
commit | 267b8f7218dec24293c2ac345e49e9e7528a27eb (patch) | |
tree | d3cdb1b051c3eb2289c8240977c20163577ffa2a /development/xa | |
parent | 8a7a4a2f40863ce837f177e700c6fa45db2d6d77 (diff) |
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.1 | 21 | ||||
-rw-r--r-- | development/xa/dxa-valgrind-patch.txt.1 | 12 | ||||
-rw-r--r-- | development/xa/xa.SlackBuild | 10 | ||||
-rw-r--r-- | development/xa/xa.info | 6 |
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 895ac7b454bf..000000000000 --- 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 92a5658f69d3..000000000000 --- 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 c04e6bfaa44f..1a0ce5e185fb 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 b40710297d49..aff18917607a 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="" |