diff options
author | wiz <wiz@pkgsrc.org> | 2022-12-05 08:54:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-12-05 08:54:21 +0000 |
commit | 4dd79c50446006af31c3b576c2ce27d6a03ae0de (patch) | |
tree | 5f553201343fcfaf946e1976bc0ffe89a234b154 /x11 | |
parent | 6377d3ddf9851adf1430c85751131574d4b1a0ca (diff) | |
download | pkgsrc-4dd79c50446006af31c3b576c2ce27d6a03ae0de.tar.gz |
libXxf86dga: update to 1.1.6.
The primary change in this release is dropping support for a number of
OS'es from the previous millenium. If you're still running an OS that
has not had a new release in the past quarter of a century, then you
probably don't want to try installing this new release on it.
Alan Coopersmith (9):
Build xz tarballs instead of bzip2
Fix spelling/wording issues
gitlab CI: add a basic build test
unifdef __UNIXOS2__
Remove SunOS 4 support (defined(sun) && (SVR4))
unifdef ISC
unifdef Lynx
unifdef DGUX
libXxf86dga 1.1.6
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXxf86dga/Makefile | 8 | ||||
-rw-r--r-- | x11/libXxf86dga/distinfo | 8 |
2 files changed, 7 insertions, 9 deletions
diff --git a/x11/libXxf86dga/Makefile b/x11/libXxf86dga/Makefile index fd5a8130165..8203f10cd7a 100644 --- a/x11/libXxf86dga/Makefile +++ b/x11/libXxf86dga/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.18 2022/11/09 13:14:23 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2022/12/05 08:54:21 wiz Exp $ -DISTNAME= libXxf86dga-1.1.5 +DISTNAME= libXxf86dga-1.1.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://xorg.freedesktop.org/ @@ -17,8 +17,6 @@ CONFIGURE_ENV+= LIB_MAN_SUFFIX=3 PKGCONFIG_OVERRIDE+= xxf86dga.pc.in -CONFIGURE_ARGS.NetBSD+= --disable-malloc0returnsnull - .include "../../meta-pkgs/modular-xorg/hacks.mk" BUILDLINK_API_DEPENDS.libX11+= libX11>=1.6 diff --git a/x11/libXxf86dga/distinfo b/x11/libXxf86dga/distinfo index 42cdaddab5b..d2391a9a9df 100644 --- a/x11/libXxf86dga/distinfo +++ b/x11/libXxf86dga/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2021/10/26 11:34:07 nia Exp $ +$NetBSD: distinfo,v 1.12 2022/12/05 08:54:21 wiz Exp $ -BLAKE2s (libXxf86dga-1.1.5.tar.bz2) = 8d768bd09c639307397f4719855f5b0042c41f03c16a2a8485fadfe920ee2e21 -SHA512 (libXxf86dga-1.1.5.tar.bz2) = 0e77c4003aeba737b10c17d55aeefa935fc57c4ba9e8f79a834f3f8c690d6a1d98f69ad707eded784346c1cf40c41829719d257283b5eae3207147fb4c79ed89 -Size (libXxf86dga-1.1.5.tar.bz2) = 301685 bytes +BLAKE2s (libXxf86dga-1.1.6.tar.xz) = d75780394c6a937d125a32be55154185179d9d2415aeea98782bc053e2869072 +SHA512 (libXxf86dga-1.1.6.tar.xz) = 61f7954471df63840ffb5e82347018e285d30d64d4d0a97770ca031c8554a0f52d1b007ab8342a283cd2f0d534f564fb59f57ec92515714f20a7d145912c65d9 +Size (libXxf86dga-1.1.6.tar.xz) = 267760 bytes |