View | Details | Raw Unified | Return to bug 286596 | Differences between
and this patch

Collapse All | Expand All

(-)b/x11/libXtst/Makefile (-2 / +8 lines)
Lines 1-12 Link Here
1
PORTNAME=	libXtst
1
PORTNAME=	libXtst
2
PORTVERSION=	1.2.4
2
DISTVERSION=	1.2.5
3
CATEGORIES=	x11
3
CATEGORIES=	x11
4
4
5
MAINTAINER=	x11@FreeBSD.org
5
MAINTAINER=	x11@FreeBSD.org
6
COMMENT=	X Test extension
6
COMMENT=	X Test extension
7
WWW=		https://www.freedesktop.org/Software/xorg
7
WWW=		https://gitlab.freedesktop.org/xorg/lib/libxtst
8
8
9
LICENSE=	MIT
9
LICENSE=	MIT
10
LICENSE_FILE=	${WRKSRC}/COPYING
10
11
11
USES=		cpe tar:xz xorg xorg-cat:lib
12
USES=		cpe tar:xz xorg xorg-cat:lib
12
USE_XORG=	x11 xext xi xorgproto
13
USE_XORG=	x11 xext xi xorgproto
Lines 15-22 CPE_VENDOR= x Link Here
15
16
16
CONFIGURE_ARGS+=--disable-specs --without-xmlto
17
CONFIGURE_ARGS+=--disable-specs --without-xmlto
17
18
19
INSTALL_TARGET=	install-strip
20
18
post-patch:
21
post-patch:
19
	@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
22
	@${REINPLACE_CMD} '/^SUBDIRS/,/^$$/ \
20
		s/specs//' ${WRKSRC}/Makefile.in
23
		s/specs//' ${WRKSRC}/Makefile.in
21
24
25
post-build:
26
	@${REINPLACE_CMD} -e 's|^\.so |.so man3/|' ${WRKSRC}/man/*.3
27
22
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)b/x11/libXtst/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1716963960
1
TIMESTAMP = 1747142850
2
SHA256 (xorg/lib/libXtst-1.2.4.tar.xz) = 84f5f30b9254b4ffee14b5b0940e2622153b0d3aed8286a3c5b7eeb340ca33c8
2
SHA256 (xorg/lib/libXtst-1.2.5.tar.xz) = b50d4c25b97009a744706c1039c598f4d8e64910c9fde381994e1cae235d9242
3
SIZE (xorg/lib/libXtst-1.2.4.tar.xz) = 287636
3
SIZE (xorg/lib/libXtst-1.2.5.tar.xz) = 291748
(-)b/x11/libXtst/pkg-descr (-2 / +10 lines)
Line 1 Link Here
1
This package contains the XKB file library.
1
libXtst provides the Xlib-based client API for the XTEST & RECORD
2
extensions.
3
4
The XTEST extension is a minimal set of client and server extensions
5
required to completely test the X11 server with no user intervention.
6
This extension is not intended to support general journaling and
7
playback of user actions.
8
9
The RECORD extension supports the recording and reporting of all
10
core X protocol and arbitrary X extension protocol.
2
- 

Return to bug 286596