pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xcalc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb  8 06:39:37 UTC 2026

Modified Files:
        pkgsrc/x11/xcalc: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/xcalc/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/xcalc/distinfo

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

Modified files:

Index: pkgsrc/x11/xcalc/Makefile
diff -u pkgsrc/x11/xcalc/Makefile:1.18 pkgsrc/x11/xcalc/Makefile:1.19
--- pkgsrc/x11/xcalc/Makefile:1.18      Fri May  5 08:21:22 2023
+++ pkgsrc/x11/xcalc/Makefile   Sun Feb  8 06:39:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/05/05 08:21:22 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/02/08 06:39:37 wiz Exp $
 
-DISTNAME=              xcalc-1.1.2
+DISTNAME=              xcalc-1.1.3
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -10,12 +10,8 @@ HOMEPAGE=            https://xorg.freedesktop.org/
 COMMENT=               Scientific calculator for X
 LICENSE=               mit
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
-CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
-
-MAKE_FLAGS+=           appdefaultdir=${PREFIX}/lib/X11/app-defaults
-
+.include "../../devel/meson/build.mk"
 .include "../../x11/libXaw/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/x11/xcalc/distinfo
diff -u pkgsrc/x11/xcalc/distinfo:1.14 pkgsrc/x11/xcalc/distinfo:1.15
--- pkgsrc/x11/xcalc/distinfo:1.14      Fri May  5 08:21:22 2023
+++ pkgsrc/x11/xcalc/distinfo   Sun Feb  8 06:39:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/05/05 08:21:22 wiz Exp $
+$NetBSD: distinfo,v 1.15 2026/02/08 06:39:37 wiz Exp $
 
-BLAKE2s (xcalc-1.1.2.tar.xz) = 8bb0a793836c94ada131881e58504e78719cb4d050b534f67e28fc5a9c8575f2
-SHA512 (xcalc-1.1.2.tar.xz) = 51da677dc88bcd7299ed8d678cb26b048fdb82a1983e1496a06253ee2dceefca4ac87d1a74432b4a76dcc11921a61339bb3d292607be46228164140b430bbad2
-Size (xcalc-1.1.2.tar.xz) = 140692 bytes
+BLAKE2s (xcalc-1.1.3.tar.xz) = b9a906d774f5968eafb323dcd2ca89b5b65a7f17d6563d27503c3577c4f48f85
+SHA512 (xcalc-1.1.3.tar.xz) = 26236f5d6bd37df424e2f61b00362f4cd31a55b1decf03d98053765466af1393c762ae4127fd29256d635e28c10d7713ad12c5feb72c02272144b94453115afd
+Size (xcalc-1.1.3.tar.xz) = 146996 bytes



Home | Main Index | Thread Index | Old Index