pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xwininfo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 19 17:03:50 UTC 2026

Modified Files:
        pkgsrc/x11/xwininfo: Makefile distinfo

Log Message:
xwininfo: update to 1.1.7.

Alan Coopersmith (9):
      -help should exit(0) not (1)
      Accept --help & --version as aliases to -help & -version
      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
      configure: remove local copy of config.rpath
      meson: Add option to build with meson
      meson: include headers when checking for functions
      xwininfo 1.1.7

Santiago Mola (3):
      Fix memory leak in Display_Window_Id
      Fix memory leak in Select_Window
      Use stdbool.h

積丹尼 Dan Jacobson (1):
      Update xwininfo.man for #2


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/x11/xwininfo/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xwininfo/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/xwininfo/Makefile
diff -u pkgsrc/x11/xwininfo/Makefile:1.18 pkgsrc/x11/xwininfo/Makefile:1.19
--- pkgsrc/x11/xwininfo/Makefile:1.18   Sun Apr  9 20:02:55 2023
+++ pkgsrc/x11/xwininfo/Makefile        Sun Jul 19 17:03:50 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/04/09 20:02:55 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2026/07/19 17:03:50 wiz Exp $
 
-DISTNAME=              xwininfo-1.1.6
+DISTNAME=              xwininfo-1.1.7
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=          .tar.xz
@@ -9,12 +9,11 @@ MAINTAINER=           pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
 COMMENT=               Query information about X windows
 
-GNU_CONFIGURE=         yes
 USE_TOOLS+=            pkg-config
 
-CONFIGURE_ARGS+=       --with-xcb-errors
-CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
+MESON_ARGS+=           -Dxcb-errors=enabled
 
+.include "../../devel/meson/build.mk"
 .include "../../x11/libXext/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libxcb+= libxcb>=1.9
 .include "../../x11/libxcb/buildlink3.mk"

Index: pkgsrc/x11/xwininfo/distinfo
diff -u pkgsrc/x11/xwininfo/distinfo:1.12 pkgsrc/x11/xwininfo/distinfo:1.13
--- pkgsrc/x11/xwininfo/distinfo:1.12   Sun Apr  9 20:02:55 2023
+++ pkgsrc/x11/xwininfo/distinfo        Sun Jul 19 17:03:50 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2023/04/09 20:02:55 wiz Exp $
+$NetBSD: distinfo,v 1.13 2026/07/19 17:03:50 wiz Exp $
 
-BLAKE2s (xwininfo-1.1.6.tar.xz) = e9b849e8c263222a25c5603a30fc028c333e9e62b5ab977a43f821f7024dcdf3
-SHA512 (xwininfo-1.1.6.tar.xz) = c6df4ed3dcf97772450612f2786ecab8313a43bb78e0b8020cc9ec228b3f466f55090313ad02c8159a73a6892d117322ad85e28d9d76e38bb84c9750712c20bc
-Size (xwininfo-1.1.6.tar.xz) = 161660 bytes
+BLAKE2s (xwininfo-1.1.7.tar.xz) = ebf06551ee6a74a9f26211b639bdbb3a878727c45295e5a52a6dc40ee046cbb5
+SHA512 (xwininfo-1.1.7.tar.xz) = 116e53bdd5c40b6162e98057fc1c7981a4c4fb894adeb31197984d5408489195f9eb621635036e17194f4e50c7eed9e3624d044cab14b975988200f6883b9a66
+Size (xwininfo-1.1.7.tar.xz) = 174060 bytes



Home | Main Index | Thread Index | Old Index