pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xdriinfo xdriinfo: update to 1.0.7.
details: https://anonhg.NetBSD.org/pkgsrc/rev/31274919d637
branches: trunk
changeset: 390493:31274919d637
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Dec 20 14:39:23 2022 +0000
description:
xdriinfo: update to 1.0.7.
Alan Coopersmith (8):
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
gitlab CI: stop requiring Signed-off-by in commits
Variable scope reduction
Ensure screenNum is always initialized
xdriiinfo 1.0.7
diffstat:
x11/xdriinfo/Makefile | 21 +++++++--------------
x11/xdriinfo/distinfo | 8 ++++----
2 files changed, 11 insertions(+), 18 deletions(-)
diffs (51 lines):
diff -r 36f983f0ad2e -r 31274919d637 x11/xdriinfo/Makefile
--- a/x11/xdriinfo/Makefile Tue Dec 20 13:09:47 2022 +0000
+++ b/x11/xdriinfo/Makefile Tue Dec 20 14:39:23 2022 +0000
@@ -1,27 +1,20 @@
-# $NetBSD: Makefile,v 1.10 2020/01/18 23:36:00 rillig Exp $
+# $NetBSD: Makefile,v 1.11 2022/12/20 14:39:23 wiz Exp $
-DISTNAME= xdriinfo-1.0.6
+DISTNAME= xdriinfo-1.0.7
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
-EXTRACT_SUFX= .tar.bz2
+EXTRACT_SUFX= .tar.xz
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://xorg.freedesktop.org/
COMMENT= X.org DRI information utility
-###
-### XXX Prior to this revision, the r300 driver did not export a symbol
-### xdriinfo needs to access its configuration data. To override
-### this check, you may set USE_ABI_DEPENDS=no.
-###
-ABI_DEPENDS+= MesaLib>=7.0.4.1nb3:../../graphics/MesaLib
-
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
-###
-### XXX Should we have a check for DRI drivers in
-### graphics/MesaLib/builtin.mk?
-###
+
+### Prior to this revision, the r300 driver did not export a symbol
+### xdriinfo needs to access its configuration data.
+BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0.4.1nb3
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
diff -r 36f983f0ad2e -r 31274919d637 x11/xdriinfo/distinfo
--- a/x11/xdriinfo/distinfo Tue Dec 20 13:09:47 2022 +0000
+++ b/x11/xdriinfo/distinfo Tue Dec 20 14:39:23 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:34:38 nia Exp $
+$NetBSD: distinfo,v 1.9 2022/12/20 14:39:23 wiz Exp $
-BLAKE2s (xdriinfo-1.0.6.tar.bz2) = 952918dcd4c617a49938824546f65dad8d85bfa7bc598b9ce1e1dd6d517d90b0
-SHA512 (xdriinfo-1.0.6.tar.bz2) = 7ddd9e19abaef93e4d85004293528ec3814ef84c470d496dbb8dc8313d804bb7520406de8d33d2bc2b3af942bd0a5d5032a109b2726438a966af63ea680a102f
-Size (xdriinfo-1.0.6.tar.bz2) = 123636 bytes
+BLAKE2s (xdriinfo-1.0.7.tar.xz) = 6c64c7d3ca9cbe5e4c57bf4dbc6ddef5788f928af1cff7183e9ca47409447e6f
+SHA512 (xdriinfo-1.0.7.tar.xz) = a368cf32c606ca78f3a23bc5d88fb57b9c1a3827d0fec3e48cee153703135e47cecd3db8ee0eba93f309d7f03b4306c3f2e7f46f36d0d2970671c5e5b78093ad
+Size (xdriinfo-1.0.7.tar.xz) = 118268 bytes
Home |
Main Index |
Thread Index |
Old Index