Skip to content

Commit ca2d225

Browse files
committed
xcalc: update to 1.1.3.
Alan Coopersmith (10): negf: Fix -Wformat-truncation warning actions.c: handle 61 -Wextra-semi-stmt warnings from clang Add noreturn attribute to Syntax() prototype Add unused attributes to unused parameters of callback functions Add cast to quiet -Wshorten-64-to-32 warning meson: Add option to build with meson Improve man page formatting man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10` gitlab CI: drop the ci-fairy check-mr job xcalc 1.1.3
1 parent 9ce279b commit ca2d225

2 files changed

Lines changed: 7 additions & 11 deletions

File tree

x11/xcalc/Makefile

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.18 2023/05/05 08:21:22 wiz Exp $
1+
# $NetBSD: Makefile,v 1.19 2026/02/08 06:39:37 wiz Exp $
22

3-
DISTNAME= xcalc-1.1.2
3+
DISTNAME= xcalc-1.1.3
44
CATEGORIES= x11
55
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
66
EXTRACT_SUFX= .tar.xz
@@ -10,12 +10,8 @@ HOMEPAGE= https://xorg.freedesktop.org/
1010
COMMENT= Scientific calculator for X
1111
LICENSE= mit
1212

13-
GNU_CONFIGURE= yes
1413
USE_TOOLS+= pkg-config
1514

16-
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
17-
18-
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
19-
15+
.include "../../devel/meson/build.mk"
2016
.include "../../x11/libXaw/buildlink3.mk"
2117
.include "../../mk/bsd.pkg.mk"

x11/xcalc/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.14 2023/05/05 08:21:22 wiz Exp $
1+
$NetBSD: distinfo,v 1.15 2026/02/08 06:39:37 wiz Exp $
22

3-
BLAKE2s (xcalc-1.1.2.tar.xz) = 8bb0a793836c94ada131881e58504e78719cb4d050b534f67e28fc5a9c8575f2
4-
SHA512 (xcalc-1.1.2.tar.xz) = 51da677dc88bcd7299ed8d678cb26b048fdb82a1983e1496a06253ee2dceefca4ac87d1a74432b4a76dcc11921a61339bb3d292607be46228164140b430bbad2
5-
Size (xcalc-1.1.2.tar.xz) = 140692 bytes
3+
BLAKE2s (xcalc-1.1.3.tar.xz) = b9a906d774f5968eafb323dcd2ca89b5b65a7f17d6563d27503c3577c4f48f85
4+
SHA512 (xcalc-1.1.3.tar.xz) = 26236f5d6bd37df424e2f61b00362f4cd31a55b1decf03d98053765466af1393c762ae4127fd29256d635e28c10d7713ad12c5feb72c02272144b94453115afd
5+
Size (xcalc-1.1.3.tar.xz) = 146996 bytes

0 commit comments

Comments
 (0)