pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/libXxf86vm libXxf86vm: update to 1.1.5.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f97912474ba
branches:  trunk
changeset: 385830:3f97912474ba
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 27 07:23:47 2022 +0000

description:
libXxf86vm: update to 1.1.5.

Use of this extension has mostly been supplanted by use of the X RandR
extension, but there may still be some users out there.

Alan Coopersmith (9):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration
      Build xz tarballs instead of bzip2
      Fix spelling/wording issues
      gitlab CI: add a basic build test
      Fix -Wsign-compare warning
      Variable scope reductions as suggested by cppcheck
      Update GetOldReq to use _XGetRequest()
      libXxf86vm 1.1.5

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

diffstat:

 x11/libXxf86vm/Makefile |  9 +++------
 x11/libXxf86vm/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 10 deletions(-)

diffs (39 lines):

diff -r ada789be6a6b -r 3f97912474ba x11/libXxf86vm/Makefile
--- a/x11/libXxf86vm/Makefile   Tue Sep 27 01:22:09 2022 +0000
+++ b/x11/libXxf86vm/Makefile   Tue Sep 27 07:23:47 2022 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2020/01/18 23:35:53 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2022/09/27 07:23:47 wiz Exp $
 
-DISTNAME=              libXxf86vm-1.1.4
-PKGREVISION=           1
+DISTNAME=              libXxf86vm-1.1.5
 CATEGORIES=            x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
@@ -18,8 +17,6 @@
 PKGCONFIG_OVERRIDE+=   xxf86vm.pc.in
 CONFIGURE_ENV+=                LIB_MAN_SUFFIX=3
 
-CONFIGURE_ARGS.NetBSD+=        --disable-malloc0returnsnull
-
 .include "../../meta-pkgs/modular-xorg/hacks.mk"
 
 BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6
diff -r ada789be6a6b -r 3f97912474ba x11/libXxf86vm/distinfo
--- a/x11/libXxf86vm/distinfo   Tue Sep 27 01:22:09 2022 +0000
+++ b/x11/libXxf86vm/distinfo   Tue Sep 27 07:23:47 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:34:08 nia Exp $
+$NetBSD: distinfo,v 1.11 2022/09/27 07:23:47 wiz Exp $
 
-BLAKE2s (libXxf86vm-1.1.4.tar.bz2) = fe8978f828b8e0ef7e16e867a9d59e05715cdc3a3055f1fa610193f0d0ca6f36
-SHA512 (libXxf86vm-1.1.4.tar.bz2) = c5f92d86e143db02ebb36bcd25618acaa2cb2831f5a23800a06dd431cd73b6702d95de8fe7407ce626336bf614c288d5256f4d87ea7781fad2ab6c517cbf09e0
-Size (libXxf86vm-1.1.4.tar.bz2) = 295346 bytes
+BLAKE2s (libXxf86vm-1.1.5.tar.xz) = c22a7f1dea90abf3b299416c1212a50d57cf9e305756b4560d54343b487c37b6
+SHA512 (libXxf86vm-1.1.5.tar.xz) = 68226fcb9773a583ea417ab413146203dd7db6ff8a4d388285da972353355e11e179861a77c9fa284aefac025bb3bbf5a9537fa0bf246c782e0116a667c9d9b6
+Size (libXxf86vm-1.1.5.tar.xz) = 265384 bytes



Home | Main Index | Thread Index | Old Index