pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/xrandr
Module Name: pkgsrc
Committed By: wiz
Date: Sun Apr 26 04:33:24 UTC 2026
Modified Files:
pkgsrc/x11/xrandr: Makefile distinfo
Log Message:
xrandr: update to 1.5.4.
Alan Coopersmith (10):
Improve man page formatting
Additional man page formatting fixes
xrandr man page NAME line doesn't give functionality [Debian bug #941422]
man page: fix warnings from `mandoc -T lint`
Strip trailing whitespace from source files
Add more checks for malloc()/calloc() failure
gitlab CI: drop the ci-fairy check-mr job
COPYING: Add missing copyright notices from source files
meson: Add option to build with meson
xrandr 1.5.4
Bjarni Ingi Gislason (1):
xrandr.1: some editorial changes for this man page [Debian bug #1072490]
Jeremy Huddleston Sequoia (1):
set_gamma_info: fix heap-buffer-overflow with empty gamma ramps
Olivier Fourdan (1):
xrandr: Warn when running with Xwayland
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/x11/xrandr/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/xrandr/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/xrandr/Makefile
diff -u pkgsrc/x11/xrandr/Makefile:1.28 pkgsrc/x11/xrandr/Makefile:1.29
--- pkgsrc/x11/xrandr/Makefile:1.28 Thu Nov 7 18:43:22 2024
+++ pkgsrc/x11/xrandr/Makefile Sun Apr 26 04:33:24 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/11/07 18:43:22 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2026/04/26 04:33:24 wiz Exp $
-DISTNAME= xrandr-1.5.3
+DISTNAME= xrandr-1.5.4
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz
@@ -12,15 +12,15 @@ LICENSE= mit
DEPENDS+= nickle-[0-9]*:../../math/nickle
-GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
SUBST_CLASSES+= nickle
SUBST_SED.nickle= -e "s,.!/usr/bin/env nickle,${PREFIX}/bin/nickle,"
-SUBST_FILES.nickle= xkeystone
+SUBST_FILES.nickle= output/xkeystone
SUBST_STAGE.nickle= post-build
SUBST_MESSAGE.nickle= Fixing path to nickle.
+.include "../../devel/meson/build.mk"
BUILDLINK_API_DEPENDS.libXrandr+= libXrandr>=1.5.0
.include "../../x11/libXrandr/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
Index: pkgsrc/x11/xrandr/distinfo
diff -u pkgsrc/x11/xrandr/distinfo:1.20 pkgsrc/x11/xrandr/distinfo:1.21
--- pkgsrc/x11/xrandr/distinfo:1.20 Thu Nov 7 18:43:22 2024
+++ pkgsrc/x11/xrandr/distinfo Sun Apr 26 04:33:24 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2024/11/07 18:43:22 wiz Exp $
+$NetBSD: distinfo,v 1.21 2026/04/26 04:33:24 wiz Exp $
-BLAKE2s (xrandr-1.5.3.tar.xz) = 1734da9503d1f4fc025beb633b79f2871325746d8f442c31a4583b19ddeee008
-SHA512 (xrandr-1.5.3.tar.xz) = 2096afb9040ca18005aaf744401df40bdb8e8c8c06ffc97b927e63131800a4dc40cec063bdb5f38cd74b3d24b25fbed258c16cb6c73161efea44b3065b15c100
-Size (xrandr-1.5.3.tar.xz) = 176852 bytes
+BLAKE2s (xrandr-1.5.4.tar.xz) = 61b2820e05072e45dc85fd697832aea5e653acfe9f5421d0c1a370510494166e
+SHA512 (xrandr-1.5.4.tar.xz) = 2758615a3d212cc53540cd76199d7a03580702a7b776c430984db33c5368a19620cf54b7ac8e193a4c4036bc40373a933c01473d2f2ce982ce2c6b48379da5e5
+Size (xrandr-1.5.4.tar.xz) = 182784 bytes
Home |
Main Index |
Thread Index |
Old Index