Skip to content

Commit 25dbc2c

Browse files
committed
libXxf86vm: update to 1.1.7.
Alan Coopersmith (5): meson: Add option to build with meson Improve man page formatting XF86VM.3: fix warnings raised by `mandoc -T lint` and `groff -rCHECKSTYLE=10` gitlab CI: drop the ci-fairy check-mr job libXxf86vm 1.1.7 Bjarni Ingi Gislason (1): XF86VM.3: Some editorial changes for this man page [Debian bug #1102885]
1 parent 4601a28 commit 25dbc2c

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

x11/libXxf86vm/Makefile

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.19 2024/12/14 12:42:37 wiz Exp $
1+
# $NetBSD: Makefile,v 1.20 2026/01/26 10:37:40 wiz Exp $
22

3-
DISTNAME= libXxf86vm-1.1.6
3+
DISTNAME= libXxf86vm-1.1.7
44
CATEGORIES= x11
55
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
66
EXTRACT_SUFX= .tar.xz
@@ -9,17 +9,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org
99
HOMEPAGE= https://xorg.freedesktop.org/
1010
COMMENT= Library for the XFree86-VidMode X extension
1111

12-
USE_PKGLOCALEDIR= yes
13-
USE_LIBTOOL= yes
1412
USE_TOOLS+= pkg-config
15-
GNU_CONFIGURE= yes
1613

1714
PKGCONFIG_OVERRIDE+= xxf86vm.pc.in
18-
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
19-
CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull
2015

2116
.include "../../meta-pkgs/modular-xorg/hacks.mk"
22-
17+
.include "../../devel/meson/build.mk"
2318
BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
2419
.include "../../x11/libX11/buildlink3.mk"
2520
.include "../../x11/libXext/buildlink3.mk"

x11/libXxf86vm/PLIST

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
@comment $NetBSD: PLIST,v 1.3 2015/02/24 08:46:04 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.4 2026/01/26 10:37:40 wiz Exp $
22
include/X11/extensions/xf86vmode.h
3-
lib/libXxf86vm.la
3+
lib/libXxf86vm.so
4+
lib/libXxf86vm.so.1
5+
lib/libXxf86vm.so.1.0.0
46
lib/pkgconfig/xxf86vm.pc
57
man/man3/XF86VM.3
68
man/man3/XF86VidModeAddModeLine.3

x11/libXxf86vm/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.12 2024/12/14 12:42:37 wiz Exp $
1+
$NetBSD: distinfo,v 1.13 2026/01/26 10:37:40 wiz Exp $
22

3-
BLAKE2s (libXxf86vm-1.1.6.tar.xz) = 1a9178d3af8418f3d2928cfbee283bebd1ddea646e621c199c2d581305a4950a
4-
SHA512 (libXxf86vm-1.1.6.tar.xz) = 7fb3ac4302eea43b70d5106f6c7a113e28e2807da22d2bb7f040e0c4afd322cad4b7f258a5bd6da3940b6b6b39065e1acb218a6dc0ba06b9dd86ea3849231266
5-
Size (libXxf86vm-1.1.6.tar.xz) = 271712 bytes
3+
BLAKE2s (libXxf86vm-1.1.7.tar.xz) = 7dff4ff51f5047f836b8465b5f96ee73c64cac6769dde83c6afac881df4fd75f
4+
SHA512 (libXxf86vm-1.1.7.tar.xz) = d1051c9698a884d86e5beb00d5ee148d2b5ded7fd05168861f722b89643ad9b7f7d220f0cbb64b290a69faf9a6630181533aaddb01c9c68b46f1e5625030f094
5+
Size (libXxf86vm-1.1.7.tar.xz) = 272632 bytes

0 commit comments

Comments
 (0)