pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/xa65



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Wed May 13 20:20:42 UTC 2020

Modified Files:
        pkgsrc/devel/xa65: Makefile distinfo
        pkgsrc/devel/xa65/patches: patch-Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/xa65/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/xa65/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/xa65/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/xa65/Makefile
diff -u pkgsrc/devel/xa65/Makefile:1.4 pkgsrc/devel/xa65/Makefile:1.5
--- pkgsrc/devel/xa65/Makefile:1.4      Wed Apr 15 08:22:07 2020
+++ pkgsrc/devel/xa65/Makefile  Wed May 13 20:20:41 2020
@@ -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/
 

Index: pkgsrc/devel/xa65/distinfo
diff -u pkgsrc/devel/xa65/distinfo:1.5 pkgsrc/devel/xa65/distinfo:1.6
--- pkgsrc/devel/xa65/distinfo:1.5      Wed Apr 15 08:22:07 2020
+++ pkgsrc/devel/xa65/distinfo  Wed May 13 20:20:41 2020
@@ -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

Index: pkgsrc/devel/xa65/patches/patch-Makefile
diff -u pkgsrc/devel/xa65/patches/patch-Makefile:1.4 pkgsrc/devel/xa65/patches/patch-Makefile:1.5
--- pkgsrc/devel/xa65/patches/patch-Makefile:1.4        Wed Apr 15 08:22:07 2020
+++ pkgsrc/devel/xa65/patches/patch-Makefile    Wed May 13 20:20:42 2020
@@ -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 @@ Honor LDFLAGS and CFLAGS.
 +.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