pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xdriinfo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Dec 20 14:39:23 UTC 2022

Modified Files:
        pkgsrc/x11/xdriinfo: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/x11/xdriinfo/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/xdriinfo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/xdriinfo/Makefile
diff -u pkgsrc/x11/xdriinfo/Makefile:1.10 pkgsrc/x11/xdriinfo/Makefile:1.11
--- pkgsrc/x11/xdriinfo/Makefile:1.10   Sat Jan 18 23:36:00 2020
+++ pkgsrc/x11/xdriinfo/Makefile        Tue Dec 20 14:39:23 2022
@@ -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"

Index: pkgsrc/x11/xdriinfo/distinfo
diff -u pkgsrc/x11/xdriinfo/distinfo:1.8 pkgsrc/x11/xdriinfo/distinfo:1.9
--- pkgsrc/x11/xdriinfo/distinfo:1.8    Tue Oct 26 11:34:38 2021
+++ pkgsrc/x11/xdriinfo/distinfo        Tue Dec 20 14:39:23 2022
@@ -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