Received: by mail.netbsd.org (Postfix, from userid 605) id CFE8B84F0A; Thu, 16 Sep 2021 08:39:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 16FC684D27 for ; Thu, 16 Sep 2021 08:39:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id e4jmBr_Mfc-d for ; Thu, 16 Sep 2021 08:39:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7389284CDC for ; Thu, 16 Sep 2021 08:39:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 70FA7FA97; Thu, 16 Sep 2021 08:39:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1631781546263120" MIME-Version: 1.0 Date: Thu, 16 Sep 2021 08:39:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXi To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210916083906.70FA7FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1631781546263120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Sep 16 08:39:06 UTC 2021 Modified Files: pkgsrc/x11/libXi: Makefile PLIST distinfo Log Message: libXi: update to 1.8. This release of libXi marks the support of XI 2.4 touchpad gesture events official. This feature is the only difference between libXi 1.8 and the latest release in the 1.7.x series (1.7.10). To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/x11/libXi/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/libXi/PLIST cvs rdiff -u -r1.29 -r1.30 pkgsrc/x11/libXi/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1631781546263120 Content-Disposition: inline Content-Length: 2973 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXi/Makefile diff -u pkgsrc/x11/libXi/Makefile:1.36 pkgsrc/x11/libXi/Makefile:1.37 --- pkgsrc/x11/libXi/Makefile:1.36 Sat Jan 18 23:35:52 2020 +++ pkgsrc/x11/libXi/Makefile Thu Sep 16 08:39:06 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2020/01/18 23:35:52 rillig Exp $ +# $NetBSD: Makefile,v 1.37 2021/09/16 08:39:06 wiz Exp $ -DISTNAME= libXi-1.7.10 +DISTNAME= libXi-1.8 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 @@ -17,11 +17,6 @@ USE_TOOLS+= pkg-config CONFIGURE_ENV+= LIB_MAN_SUFFIX=3 ac_cv_path_ASCIIDOC= ac_cv_path_XMLTO= PKGCONFIG_OVERRIDE+= xi.pc.in -SUBST_CLASSES+= sosubdir -SUBST_STAGE.sosubdir= pre-configure -SUBST_FILES.sosubdir= man/*.man -SUBST_SED.sosubdir= -e 's|\.so X|.so manlibmansuffix/X|' - CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6 @@ -29,5 +24,6 @@ BUILDLINK_API_DEPENDS.libXext+= libXext .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" .include "../../x11/libXfixes/buildlink3.mk" +BUILDLINK_API_DEPENDS.xorgproto+= xorgproto>=2021.5nb1 .include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/x11/libXi/PLIST diff -u pkgsrc/x11/libXi/PLIST:1.8 pkgsrc/x11/libXi/PLIST:1.9 --- pkgsrc/x11/libXi/PLIST:1.8 Thu Mar 7 06:36:28 2013 +++ pkgsrc/x11/libXi/PLIST Thu Sep 16 08:39:06 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2013/03/07 06:36:28 wiz Exp $ +@comment $NetBSD: PLIST,v 1.9 2021/09/16 08:39:06 wiz Exp $ include/X11/extensions/XInput.h include/X11/extensions/XInput2.h lib/libXi.la @@ -30,6 +30,7 @@ man/man3/XGetSelectedExtensionEvents.3 man/man3/XGrabDevice.3 man/man3/XGrabDeviceButton.3 man/man3/XGrabDeviceKey.3 +man/man3/XIAllowEvents.3 man/man3/XIBarrierReleasePointer.3 man/man3/XIBarrierReleasePointers.3 man/man3/XIChangeHierarchy.3 Index: pkgsrc/x11/libXi/distinfo diff -u pkgsrc/x11/libXi/distinfo:1.29 pkgsrc/x11/libXi/distinfo:1.30 --- pkgsrc/x11/libXi/distinfo:1.29 Wed Jun 19 17:30:51 2019 +++ pkgsrc/x11/libXi/distinfo Thu Sep 16 08:39:06 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2019/06/19 17:30:51 wiz Exp $ +$NetBSD: distinfo,v 1.30 2021/09/16 08:39:06 wiz Exp $ -SHA1 (libXi-1.7.10.tar.bz2) = 79052e50ea07ce2431f8988a60553d9091d46207 -RMD160 (libXi-1.7.10.tar.bz2) = 28fa5b4378ba4cc2ffcfd6bdea073a1b28ecf817 -SHA512 (libXi-1.7.10.tar.bz2) = 591f0860bf5904897587c4990d6c852f3729a212d1ef390362d41242440e078221877c31db2232d5cc81727fe97f4e194b077f7de917e251e60641bbd06ee218 -Size (libXi-1.7.10.tar.bz2) = 484519 bytes +SHA1 (libXi-1.8.tar.bz2) = 7a3de1135ddb81f30735cb8772aa4819d27a9c1f +RMD160 (libXi-1.8.tar.bz2) = a625441d87c45b34f9678fd6b634911d29e67b88 +SHA512 (libXi-1.8.tar.bz2) = 4b2c667a8466eb389f253d77285c3f506c4a2b6c75054c722974a864565d565cc0c5701f8ea773eb929ceb94adfeb737ecd7a0bfc2c240157416a5f343c07aba +Size (libXi-1.8.tar.bz2) = 494579 bytes --_----------=_1631781546263120--