summaryrefslogtreecommitdiff
path: root/x11/libXxf86vm/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-09-27 07:23:47 +0000
committerwiz <wiz@pkgsrc.org>2022-09-27 07:23:47 +0000
commitc0c7d57d7bc14f1411527efd83dc37135cfbb3cf (patch)
tree4fab5b836fa8957d012b16482b8b0bf2707e9a3a /x11/libXxf86vm/Makefile
parentba2bf980c3beab561e38e3c847dcba8d2ab79600 (diff)
downloadpkgsrc-c0c7d57d7bc14f1411527efd83dc37135cfbb3cf.tar.gz
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 (limited to 'x11/libXxf86vm/Makefile')
-rw-r--r--x11/libXxf86vm/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/x11/libXxf86vm/Makefile b/x11/libXxf86vm/Makefile
index e91327fd854..907f8590c07 100644
--- a/x11/libXxf86vm/Makefile
+++ b/x11/libXxf86vm/Makefile
@@ -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
HOMEPAGE= https://xorg.freedesktop.org/
@@ -18,8 +17,6 @@ GNU_CONFIGURE= yes
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