mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/xa: Updated for version 2.3.8.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
8a7a4a2f40
commit
267b8f7218
4 changed files with 10 additions and 39 deletions
|
@ -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 ?
|
||||
|
|
@ -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);
|
||||
}
|
||||
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue