slackware-current/source/x/x11/patch
Patrick J Volkerding 33af2d95f7 Wed Sep 25 22:22:51 UTC 2019
d/libtool-2.4.6-x86_64-12.txz:  Rebuilt.
  Recompiled to update embedded GCC version number.
d/strace-5.3-x86_64-1.txz:  Upgraded.
n/iproute2-5.3.0-x86_64-1.txz:  Upgraded.
x/libXvMC-1.0.12-x86_64-2.txz:  Rebuilt.
  Restored xv to xvmc.pc to fix Mesa build (and possibly others).
x/mesa-19.2.0-x86_64-1.txz:  Upgraded.
xap/mozilla-thunderbird-68.1.1-x86_64-1.txz:  Upgraded.
  This release contains security fixes and improvements.
  For more information, see:
    https://www.mozilla.org/en-US/thunderbird/68.1.1/releasenotes/
    https://www.mozilla.org/security/known-vulnerabilities/thunderbird.html
  (* Security fix *)
2019-09-26 08:59:50 +02:00
..
libXvMC Wed Sep 25 22:22:51 UTC 2019 2019-09-26 08:59:50 +02:00
luit Slackware 14.2 2018-05-31 23:31:18 +02:00
pixman Mon Apr 8 20:39:32 UTC 2019 2019-04-09 08:59:45 +02:00
xauth Mon Aug 27 20:27:22 UTC 2018 2018-08-28 09:00:35 +02:00
xcompmgr Mon Mar 25 22:36:26 UTC 2019 2019-03-26 08:59:46 +01:00
xdm Tue Mar 5 22:54:06 UTC 2019 2019-03-06 08:59:47 +01:00
xf86-video-intel Sun Mar 17 20:40:15 UTC 2019 2019-03-18 08:59:45 +01:00
xf86-video-s3virge Sat Jul 14 21:49:31 UTC 2018 2018-07-15 09:00:34 +02:00
xf86-video-tseng Sat Jul 14 21:49:31 UTC 2018 2018-07-15 09:00:34 +02:00
xf86-video-voodoo Slackware 14.2 2018-05-31 23:31:18 +02:00
xf86-video-xgixp Slackware 14.2 2018-05-31 23:31:18 +02:00
xinit Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
xorg-server Wed Feb 27 03:09:41 UTC 2019 2019-02-27 08:59:45 +01:00
xpyb Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
libXvMC.patch Wed Sep 25 22:22:51 UTC 2019 2019-09-26 08:59:50 +02:00
luit.patch Slackware 14.2 2018-05-31 23:31:18 +02:00
pixman.patch Thu Nov 22 05:56:56 UTC 2018 2018-11-22 17:59:46 +01:00
README Slackware 13.37 2018-05-31 22:45:18 +02:00
xauth.patch Mon Aug 27 20:27:22 UTC 2018 2018-08-28 09:00:35 +02:00
xcompmgr.patch Mon Mar 25 22:36:26 UTC 2019 2019-03-26 08:59:46 +01:00
xdm.patch Tue Mar 5 22:54:06 UTC 2019 2019-03-06 08:59:47 +01:00
xf86-video-apm.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-ark.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-ast.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-dummy.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-glint.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-i128.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-intel.patch Sun Mar 17 20:40:15 UTC 2019 2019-03-18 08:59:45 +01:00
xf86-video-nv.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-s3virge.patch Sat Jul 14 21:49:31 UTC 2018 2018-07-15 09:00:34 +02:00
xf86-video-tga.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-tseng.patch Sat Jul 14 21:49:31 UTC 2018 2018-07-15 09:00:34 +02:00
xf86-video-voodoo.patch Slackware 14.2 2018-05-31 23:31:18 +02:00
xf86-video-xgi.patch Slackware 14.1 2018-05-31 22:57:36 +02:00
xf86-video-xgixp.patch Slackware 14.2 2018-05-31 23:31:18 +02:00
xinit.patch Slackware 14.2 2018-05-31 23:31:18 +02:00
xorg-server.patch Tue Aug 7 23:24:17 UTC 2018 2018-08-08 09:00:27 +02:00
xpyb.patch Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00

IMPORTANT!

To fail/exit a script, use this:

[command that fails] || { touch ${SLACK_X_BUILD_DIR}/${PKGNAME}.failed ; continue ; }

DO NOT USE THIS:

[command that fails] || exit 1

as it will cause the parent script to exit in the wrong location and possibly
silently skip building some packages.

Thanks,

The Management