pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/xdpyinfo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 28 07:27:46 UTC 2023

Modified Files:
        pkgsrc/x11/xdpyinfo: Makefile distinfo

Log Message:
xdpyinfo: update to 1.3.4.

This release stops compiling support for the XF86-Misc extension by
default, and thus stops linking with the deprecated libXxf86misc
library by default.  This support can still be enabled for now by
passing --with-xf86misc to the configure script, but as the server
side of this extension was removed in the xserver-1.6.0 release in 2008
there is little reason to do so, and the support may be removed entirely
in a future release of xdpyinfo.

Alan Coopersmith (5):
      configure: Make xf86misc support disabled by default
      Variable scope reduction
      Remove unnecessary downcast of double to float
      Call memset() instead of hand-coding our own equivalent
      xdpyinfo 1.3.4


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/x11/xdpyinfo/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/xdpyinfo/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/xdpyinfo/Makefile
diff -u pkgsrc/x11/xdpyinfo/Makefile:1.19 pkgsrc/x11/xdpyinfo/Makefile:1.20
--- pkgsrc/x11/xdpyinfo/Makefile:1.19   Wed Nov  9 13:14:25 2022
+++ pkgsrc/x11/xdpyinfo/Makefile        Fri Apr 28 07:27:46 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2022/11/09 13:14:25 joerg Exp $
+# $NetBSD: Makefile,v 1.20 2023/04/28 07:27:46 wiz Exp $
 
-DISTNAME=      xdpyinfo-1.3.3
+DISTNAME=      xdpyinfo-1.3.4
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=app/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/x11/xdpyinfo/distinfo
diff -u pkgsrc/x11/xdpyinfo/distinfo:1.12 pkgsrc/x11/xdpyinfo/distinfo:1.13
--- pkgsrc/x11/xdpyinfo/distinfo:1.12   Fri Apr  8 06:17:45 2022
+++ pkgsrc/x11/xdpyinfo/distinfo        Fri Apr 28 07:27:46 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/04/08 06:17:45 wiz Exp $
+$NetBSD: distinfo,v 1.13 2023/04/28 07:27:46 wiz Exp $
 
-BLAKE2s (xdpyinfo-1.3.3.tar.xz) = ad363e8d25fdc6bb49613d55bc862a1886caf29c589f2b5689231b0263da6fc0
-SHA512 (xdpyinfo-1.3.3.tar.xz) = 47fe0821bc64145876853712ebd7c0af80111c243813615b892429021cc9a53abd38c4684551ae300cb5a4eacdd3d26e2c93e789ed91a948b20e2c37cd2d2442
-Size (xdpyinfo-1.3.3.tar.xz) = 137088 bytes
+BLAKE2s (xdpyinfo-1.3.4.tar.xz) = 6fb46afe23b6dce11af38941bdb88512e1d4d8648a00815f19326695483e865d
+SHA512 (xdpyinfo-1.3.4.tar.xz) = 9ef9f5c10e15a40895e8f008896b960fdd438277657c7159d16f05db79cd2374cfaca4af2f4e59335824bfd2f74a045ef89dd99ea4130ed436ea59fbbb1cbe12
+Size (xdpyinfo-1.3.4.tar.xz) = 137064 bytes



Home | Main Index | Thread Index | Old Index