pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXfixes



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Apr 20 20:45:39 UTC 2022

Modified Files:
        pkgsrc/x11/libXfixes: Makefile distinfo

Log Message:
libXfixes: update to 6.0.0.

commit 6fe3bd64dd82f704ed91478acb4c99ab5c00be16
Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
Date:   Wed May 12 09:34:39 2021 +1000

    libXfixes 6.0.0

    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>

commit 883f89dd39dcdae9a38e46f74a43b316180c8a19
Author: Olivier Fourdan <ofourdan%redhat.com@localhost>
Date:   Thu Mar 11 09:27:06 2021 +0100

    xfixes: Add ClientDisconnectMode

    The Xserver itself is capable of terminating itself once all X11 clients
    are gone, yet in a typical full session, there are a number of X11
    clients running continuously (e.g. the Xsettings daemon, IBus, etc.).

    Those always-running clients will prevent the Xserver from terminating,
    because the actual number of X11 clients will never drop to 0.

    To solve this issue directly at the Xserver level, this add new entries
    to the XFixes extension to let the X11 clients themselves specify the
    disconnect mode they expect.

    Typically, those X11 daemon clients would specify the disconnect mode
    XFixesClientDisconnectFlagTerminate to let the Xserver know that they
    should not be accounted for when checking the remaining clients prior
    to terminate.

    Signed-off-by: Olivier Fourdan <ofourdan%redhat.com@localhost>

commit 174a94975af710247719310cfc53bd13e1f3b44d
Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
Date:   Sat Mar 16 12:39:31 2019 -0700

    Update configure.ac bug URL for gitlab migration

    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>

commit 1e238b40bbef0664d281432c19634df39a19b1ee
Author: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>
Date:   Mon Nov 19 21:58:32 2018 -0800

    Update README for gitlab migration

    Signed-off-by: Alan Coopersmith <alan.coopersmith%oracle.com@localhost>

commit b9b75d74c3e78c5df70c512786d1ee6db45975aa
Author: Mihail Konev <k.mvc%ya.ru@localhost>
Date:   Thu Jan 26 13:52:49 2017 +1000

    autogen: add default patch prefix

    Signed-off-by: Mihail Konev <k.mvc%ya.ru@localhost>

commit 6f950642597f2f1f509c339861d9f40baf28c39b
Author: Emil Velikov <emil.l.velikov%gmail.com@localhost>
Date:   Mon Mar 9 12:00:52 2015 +0000

    autogen.sh: use quoted string variables

    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    fall-outs, when they contain space.

    Signed-off-by: Emil Velikov <emil.l.velikov%gmail.com@localhost>
    Reviewed-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>

commit 65845c5fc7098f9232cd356248aebc7db9a38095
Author: Peter Hutterer <peter.hutterer%who-t.net@localhost>
Date:   Tue Jan 24 10:32:07 2017 +1000

    autogen.sh: use exec instead of waiting for configure to finish

    Syncs the invocation of configure with the one from the server.

    Signed-off-by: Peter Hutterer <peter.hutterer%who-t.net@localhost>
    Reviewed-by: Emil Velikov <emil.velikov%collabora.com@localhost>


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/x11/libXfixes/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/x11/libXfixes/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/libXfixes/Makefile
diff -u pkgsrc/x11/libXfixes/Makefile:1.16 pkgsrc/x11/libXfixes/Makefile:1.17
--- pkgsrc/x11/libXfixes/Makefile:1.16  Sun Apr 10 08:53:15 2022
+++ pkgsrc/x11/libXfixes/Makefile       Wed Apr 20 20:45:39 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/04/10 08:53:15 nia Exp $
+# $NetBSD: Makefile,v 1.17 2022/04/20 20:45:39 wiz Exp $
 
-DISTNAME=              libXfixes-5.0.3
-PKGREVISION=           1
+DISTNAME=              libXfixes-6.0.0
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.bz2

Index: pkgsrc/x11/libXfixes/distinfo
diff -u pkgsrc/x11/libXfixes/distinfo:1.12 pkgsrc/x11/libXfixes/distinfo:1.13
--- pkgsrc/x11/libXfixes/distinfo:1.12  Tue Oct 26 11:34:06 2021
+++ pkgsrc/x11/libXfixes/distinfo       Wed Apr 20 20:45:39 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 11:34:06 nia Exp $
+$NetBSD: distinfo,v 1.13 2022/04/20 20:45:39 wiz Exp $
 
-BLAKE2s (libXfixes-5.0.3.tar.bz2) = 1439a3c3dc2a4475d8762f175817c6d1ea7ebb563e22b6df049ee1dda512e18d
-SHA512 (libXfixes-5.0.3.tar.bz2) = 72d5ee496e5c0520c95ef6bbb52deff1ee4c29792f11aa17aeb25c8ec5eb992ca502de040c77ad95835d1b1432f315b6cb7a3308b434847c28b9c2c6f9d1ac10
-Size (libXfixes-5.0.3.tar.bz2) = 294400 bytes
+BLAKE2s (libXfixes-6.0.0.tar.bz2) = 7b69b5a63e50de87878be352c7b735b5edc082e7564070d99db126efe287396d
+SHA512 (libXfixes-6.0.0.tar.bz2) = 1985ef156f382e9a7e1cc7e044e0f626de1e4c82557a511cbcf6431994c0ac25b1f8b3a0293bd3089331593db8ce01d3a71ddec68f19b5fe6029d5082fb6885d
+Size (libXfixes-6.0.0.tar.bz2) = 297270 bytes



Home | Main Index | Thread Index | Old Index