Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/xa65 xa: update to 2.3.11.
details: https://anonhg.NetBSD.org/pkgsrc/rev/b227d906db3e
branches: trunk
changeset: 431486:b227d906db3e
user: fcambus <fcambus%pkgsrc.org@localhost>
date: Wed May 13 20:20:41 2020 +0000
description:
xa: update to 2.3.11.
ChangeLog:
* Compilation fix for gcc 10 (thanks Dan Horak).
* Allow pointer arithmetic in relocating mode within the same segment, since
the result is segmentless (thanks Andre for the report).
* .dsb with negative quantities shouldn't work (thanks Andre for the report).
* Stop a divide-by-zero floating point exception (thanks Frederic Cambus).
* Testsuite expanded.
diffstat:
devel/xa65/Makefile | 5 ++---
devel/xa65/distinfo | 12 ++++++------
devel/xa65/patches/patch-Makefile | 6 +++---
3 files changed, 11 insertions(+), 12 deletions(-)
diffs (54 lines):
diff -r a1ddb5b2674e -r b227d906db3e devel/xa65/Makefile
--- a/devel/xa65/Makefile Wed May 13 19:58:44 2020 +0000
+++ b/devel/xa65/Makefile Wed May 13 20:20:41 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/04/15 08:22:07 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/05/13 20:20:41 fcambus Exp $
-DISTNAME= xa-2.3.10
+DISTNAME= xa-2.3.11
PKGNAME= ${DISTNAME:S/xa/xa65/}
-PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://www.floodgap.com/retrotech/xa/dists/
diff -r a1ddb5b2674e -r b227d906db3e devel/xa65/distinfo
--- a/devel/xa65/distinfo Wed May 13 19:58:44 2020 +0000
+++ b/devel/xa65/distinfo Wed May 13 20:20:41 2020 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2020/04/15 08:22:07 wiz Exp $
+$NetBSD: distinfo,v 1.6 2020/05/13 20:20:41 fcambus Exp $
-SHA1 (xa-2.3.10.tar.gz) = b3e37b7660995bfc22fc635516472710cdbc38d5
-RMD160 (xa-2.3.10.tar.gz) = 7d6d54be9a31d39220a9bdc0cfcaeb25ad880867
-SHA512 (xa-2.3.10.tar.gz) = 08b9994e295495744d5252fa983b111f41d0447cdb32d0c065f8fbd942ffa0899476d6cfebe1162e4aa08b1d0a2d8df74c2a60987d2509b8bca45da670f4a67f
-Size (xa-2.3.10.tar.gz) = 152433 bytes
-SHA1 (patch-Makefile) = 823e5019ad799938926d79e03a2cab732272ecb9
+SHA1 (xa-2.3.11.tar.gz) = eea188d39be06ae4b61ef5d11319b17ffe0fb751
+RMD160 (xa-2.3.11.tar.gz) = 0b14fb35099f6f4016e7b51a9a43820d70cc8fd5
+SHA512 (xa-2.3.11.tar.gz) = 2be31b6a67d30e94be616c465591614881028a8bc308202de7561a5719573582b3f29a205a0be76e1f9071621b4882c9aef95cf3494f376e88edc40afa1545dc
+Size (xa-2.3.11.tar.gz) = 153864 bytes
+SHA1 (patch-Makefile) = 909749327f8f545ba4559e0aed0396b892fd41f2
SHA1 (patch-misc_Makefile) = 488705f516aec448fb51db6ab788b788bfbd31bc
diff -r a1ddb5b2674e -r b227d906db3e devel/xa65/patches/patch-Makefile
--- a/devel/xa65/patches/patch-Makefile Wed May 13 19:58:44 2020 +0000
+++ b/devel/xa65/patches/patch-Makefile Wed May 13 20:20:41 2020 +0000
@@ -1,10 +1,10 @@
-$NetBSD: patch-Makefile,v 1.4 2020/04/15 08:22:07 wiz Exp $
+$NetBSD: patch-Makefile,v 1.5 2020/05/13 20:20:42 fcambus Exp $
Install documentation, fix Makefile variables
Honor LDFLAGS and CFLAGS.
---- Makefile.orig 2019-11-09 01:11:00.000000000 +0000
+--- Makefile.orig 2020-05-02 22:00:31.000000000 +0000
+++ Makefile
@@ -4,8 +4,8 @@ CC = gcc
LD = gcc
@@ -67,4 +67,4 @@
+.endfor
dist: clean
- cd .. ; tar cvf xa-2.3.10.tar xa-2.3.10 ; gzip xa-2.3.10.tar
+ cd .. ; tar cvf xa-2.3.11.tar xa-2.3.11 ; gzip xa-2.3.11.tar
Home |
Main Index |
Thread Index |
Old Index