Sun Feb 17 23:09:43 2019 UTC ()
xcalc: update to 1.0.7.

This release fixes things that cause warnings from gcc or cppcheck,
as well as assorted build system maintenance and tuneups.

Alan Coopersmith (5):
      Fix misleading indentation in math.c
      Reword fall through comments to appease gcc -Wimplicit-fallthrough
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      xcalc 1.0.7

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

St辿phane Aulery (2):
      Reduce scope of cell (cppcheck --verbose --enable=all)
      Reduce scope of i (cppcheck --verbose --enable=all)


(wiz)
diff -r1.11 -r1.12 pkgsrc/x11/xcalc/Makefile
diff -r1.7 -r1.8 pkgsrc/x11/xcalc/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/x11/xcalc/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xcalc/Makefile 2015/01/20 09:23:09 1.11
+++ pkgsrc/x11/xcalc/Makefile 2019/02/17 23:09:42 1.12
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.11 2015/01/20 09:23:09 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2019/02/17 23:09:42 wiz Exp $
2 2
3DISTNAME= xcalc-1.0.6 3DISTNAME= xcalc-1.0.7
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_XORG:=app/} 5MASTER_SITES= ${MASTER_SITE_XORG:=app/}
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= joerg@NetBSD.org 8MAINTAINER= joerg@NetBSD.org
9HOMEPAGE= http://xorg.freedesktop.org/ 9HOMEPAGE= http://xorg.freedesktop.org/
10COMMENT= Scientific calculator for X 10COMMENT= Scientific calculator for X
11LICENSE= mit 11LICENSE= mit
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15 15
16CONFIGURE_ENV+= APP_MAN_SUFFIX=1 16CONFIGURE_ENV+= APP_MAN_SUFFIX=1

cvs diff -r1.7 -r1.8 pkgsrc/x11/xcalc/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xcalc/distinfo 2015/11/04 03:28:57 1.7
+++ pkgsrc/x11/xcalc/distinfo 2019/02/17 23:09:42 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2015/11/04 03:28:57 agc Exp $ 1$NetBSD: distinfo,v 1.8 2019/02/17 23:09:42 wiz Exp $
2 2
3SHA1 (xcalc-1.0.6.tar.bz2) = 4f9e14b9ff91e3976b702bdad92f639df80cf406 3SHA1 (xcalc-1.0.7.tar.bz2) = f31c5a9789435b4c5a575d636f1e2ae4f96104c4
4RMD160 (xcalc-1.0.6.tar.bz2) = 6606e4846aa194486a06b88422a8c31c0e3e1ef9 4RMD160 (xcalc-1.0.7.tar.bz2) = 2f0310a6bbdab8b14c5f07e2f3bc2e2126d29982
5SHA512 (xcalc-1.0.6.tar.bz2) = 61b921b6a3fefea20bd9e7ad0b308f589f2aeaafe9316df94cc739a005be6c180bdafc981b8957230f46c9fc1c0e266829a55b473ae26b1377c705796175c908 5SHA512 (xcalc-1.0.7.tar.bz2) = 890cb9399e3c55816318ab5f0152ddba05ee141cbae6032759a3b762742ab54df8fcf0394dacc539299f93f27cbbb17aee5cbda5dde8b169a7099f20a1a38388
6Size (xcalc-1.0.6.tar.bz2) = 142808 bytes 6Size (xcalc-1.0.7.tar.bz2) = 145644 bytes