pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xeyes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 27 05:58:26 UTC 2025

Modified Files:
        pkgsrc/x11/xeyes: Makefile distinfo

Log Message:
xeyes: update to 1.3.1.

Alan Coopersmith (8):
      Fix -Wcalloc-transposed-args warnings
      Fix 5 -Wuseless-cast warnings from gcc 14.1
      Add unused attribute to unused parameters of callback functions
      Cast Xlib XID types to xcb types
      meson: Add option to build with meson
      Improve man page formatting
      man page: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
      xeyes 1.3.1


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/xeyes/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/xeyes/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/xeyes/Makefile
diff -u pkgsrc/x11/xeyes/Makefile:1.15 pkgsrc/x11/xeyes/Makefile:1.16
--- pkgsrc/x11/xeyes/Makefile:1.15      Fri Sep  1 09:39:02 2023
+++ pkgsrc/x11/xeyes/Makefile   Sun Jul 27 05:58:26 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2023/09/01 09:39:02 nia Exp $
+# $NetBSD: Makefile,v 1.16 2025/07/27 05:58:26 wiz Exp $
 
-DISTNAME=      xeyes-1.3.0
+DISTNAME=      xeyes-1.3.1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz
@@ -10,11 +10,9 @@ HOMEPAGE=    https://xorg.freedesktop.org/
 COMMENT=       Follow the mouse demo
 LICENSE=       mit
 
-GNU_CONFIGURE= yes
 USE_TOOLS+=    pkg-config
 
-CONFIGURE_ENV+=                APP_MAN_SUFFIX=1
-
+.include "../../devel/meson/build.mk"
 .include "../../x11/libxcb/buildlink3.mk"
 .include "../../x11/libXext/buildlink3.mk"
 .include "../../x11/libXi/buildlink3.mk"

Index: pkgsrc/x11/xeyes/distinfo
diff -u pkgsrc/x11/xeyes/distinfo:1.9 pkgsrc/x11/xeyes/distinfo:1.10
--- pkgsrc/x11/xeyes/distinfo:1.9       Fri Jul 14 06:39:46 2023
+++ pkgsrc/x11/xeyes/distinfo   Sun Jul 27 05:58:26 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/07/14 06:39:46 wiz Exp $
+$NetBSD: distinfo,v 1.10 2025/07/27 05:58:26 wiz Exp $
 
-BLAKE2s (xeyes-1.3.0.tar.xz) = 1ea3dacd78c934b77b935ff53e69271b3c319396db99c3d18154ef0ddce0375b
-SHA512 (xeyes-1.3.0.tar.xz) = 6108a476cd0807ce2a522d905894817f7f14f653f928c218c96c078f0822d9abef5fb941d3e7163a1cadaa7d74f1bd09bbf60345a7ac0fe906667af5a0490906
-Size (xeyes-1.3.0.tar.xz) = 130444 bytes
+BLAKE2s (xeyes-1.3.1.tar.xz) = 7e1a83f8978e78c24ed9cf8993d8728ca14e6ee6010eed8dcc181825e304893c
+SHA512 (xeyes-1.3.1.tar.xz) = c0c3e25b1685cc943c8d27f88c4d3ec79aa05c102ba7ac0cbd7dcebdf703111ecb2288f4bac55d9ffc5b7aa3b15cba58f28c21025a53b415a8a18bdb61688dcf
+Size (xeyes-1.3.1.tar.xz) = 135900 bytes



Home | Main Index | Thread Index | Old Index