Skip to content

Commit 3b3646b

Browse files
committed
libXxf86dga: update to 1.1.7.
Alan Coopersmith (6): Remove "All rights reserved" from Oracle copyright notices configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL meson: Add option to build with meson Improve man page formatting gitlab CI: drop the ci-fairy check-mr job libXxf86dga 1.1.7
1 parent f6c90b2 commit 3b3646b

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

x11/libXxf86dga/Makefile

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.20 2023/06/27 10:42:38 riastradh Exp $
1+
# $NetBSD: Makefile,v 1.21 2026/01/26 10:36:07 wiz Exp $
22

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

12-
USE_LIBTOOL= yes
1312
USE_TOOLS+= pkg-config
14-
GNU_CONFIGURE= yes
15-
16-
CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull
17-
18-
CONFIGURE_ENV+= LIB_MAN_SUFFIX=3
1913

2014
PKGCONFIG_OVERRIDE+= xxf86dga.pc.in
2115

2216
.include "../../meta-pkgs/modular-xorg/hacks.mk"
23-
17+
.include "../../devel/meson/build.mk"
2418
BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
2519
.include "../../x11/libX11/buildlink3.mk"
2620
.include "../../x11/libXext/buildlink3.mk"

x11/libXxf86dga/PLIST

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
@comment $NetBSD: PLIST,v 1.2 2010/01/15 18:26:41 tnn Exp $
1+
@comment $NetBSD: PLIST,v 1.3 2026/01/26 10:36:07 wiz Exp $
22
include/X11/extensions/Xxf86dga.h
33
include/X11/extensions/xf86dga1.h
4-
lib/libXxf86dga.la
4+
lib/libXxf86dga.so
5+
lib/libXxf86dga.so.1
6+
lib/libXxf86dga.so.1.0.0
57
lib/pkgconfig/xxf86dga.pc
68
man/man3/XDGA.3
79
man/man3/XDGAChangePixmapMode.3

x11/libXxf86dga/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 2022/12/05 08:54:21 wiz Exp $
1+
$NetBSD: distinfo,v 1.13 2026/01/26 10:36:07 wiz Exp $
22

3-
BLAKE2s (libXxf86dga-1.1.6.tar.xz) = d75780394c6a937d125a32be55154185179d9d2415aeea98782bc053e2869072
4-
SHA512 (libXxf86dga-1.1.6.tar.xz) = 61f7954471df63840ffb5e82347018e285d30d64d4d0a97770ca031c8554a0f52d1b007ab8342a283cd2f0d534f564fb59f57ec92515714f20a7d145912c65d9
5-
Size (libXxf86dga-1.1.6.tar.xz) = 267760 bytes
3+
BLAKE2s (libXxf86dga-1.1.7.tar.xz) = 5eb9342b04cc5ef7e0adf044117a0dc0f8988126d934ec7e0f4b57ed1e68add0
4+
SHA512 (libXxf86dga-1.1.7.tar.xz) = 3476fe374fb61e9c45ad10ca15a65266eee4358843dfa3c4869ce08aae614a362ba375c210025c6bb3df8de32464e7156026aae9cded750b6ebd222a2f2a04eb
5+
Size (libXxf86dga-1.1.7.tar.xz) = 276188 bytes

0 commit comments

Comments
 (0)