summaryrefslogtreecommitdiff
path: root/x11/libXfixes
AgeCommit message (Collapse)AuthorFilesLines
2022-11-09Reset MAINTAINERjoerg1-2/+2
2022-04-20libXfixes: update to 6.0.0.wiz2-7/+6
commit 6fe3bd64dd82f704ed91478acb4c99ab5c00be16 Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Wed May 12 09:34:39 2021 +1000 libXfixes 6.0.0 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> commit 883f89dd39dcdae9a38e46f74a43b316180c8a19 Author: Olivier Fourdan <ofourdan@redhat.com> 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> commit 174a94975af710247719310cfc53bd13e1f3b44d Author: Alan Coopersmith <alan.coopersmith@oracle.com> 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> commit 1e238b40bbef0664d281432c19634df39a19b1ee Author: Alan Coopersmith <alan.coopersmith@oracle.com> Date: Mon Nov 19 21:58:32 2018 -0800 Update README for gitlab migration Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> commit b9b75d74c3e78c5df70c512786d1ee6db45975aa Author: Mihail Konev <k.mvc@ya.ru> Date: Thu Jan 26 13:52:49 2017 +1000 autogen: add default patch prefix Signed-off-by: Mihail Konev <k.mvc@ya.ru> commit 6f950642597f2f1f509c339861d9f40baf28c39b Author: Emil Velikov <emil.l.velikov@gmail.com> 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> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> commit 65845c5fc7098f9232cd356248aebc7db9a38095 Author: Peter Hutterer <peter.hutterer@who-t.net> 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> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2022-04-10x11: adapt to new avoid-duplicate.mk usagenia1-2/+2
2021-12-01x11: Add avoid-duplicate.mk to Xorg library packagesnia1-1/+3
2021-10-26x11: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
2021-10-07x11: Remove SHA1 hashes for distfilesnia1-2/+1
2021-01-14libXfixes: remove reference to Xfixeswiz1-13/+3
2020-01-18all: migrate several HOMEPAGEs to httpsrillig1-2/+2
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
2019-11-03x11: align variable assignmentsrillig1-2/+2
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2018-03-07xorgproto: use xorgproto instead of separate *proto packageswiz2-6/+5
Remove now obsolete packages.
2018-01-07Fix indentation in buildlink3.mk files.rillig1-4/+4
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2016-10-04Updated libXfixes to 5.0.3.wiz2-7/+7
Matthieu Herrb (1): libXfixes 5.0.3 Tobias Stoeckmann (1): Integer overflow on illegal server response
2016-05-26Updated libXfixes to 5.0.2.wiz2-7/+8
Matt Turner (1): libXfixes 5.0.2 Michael Joost (1): Remove fallback for _XEatDataWords, require libX11 1.6 for it
2015-11-04Add SHA512 digests for distfiles for x11 categoryagc1-1/+2
Problems found locating distfiles: Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2 Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz Package xservers: missing distfile xservers-3.3.6.5.tar.bz2 Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-07-12libXfixes-5.0.x require fixesproto>=5.0 to build.obache1-4/+2
2014-04-24Prevent to install pre-modular older Xfixes for native modular X.obache2-2/+12
* stop to use x11/Xfixes if builtin one is newer (xfixes.pc exists) * add builtin libXfixes detection. affect to NetBSD-5, builtin libXfixes is 4.0.3, prevent to install Xfixes 2.0.1, if it is considerd that builtin Xfixes is not sufficient.
2013-05-29Update to 5.0.1:wiz2-7/+6
This bug fix release includes the fix for the recently announced CVE-2013-1983, along with some other cleanups & warning fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (7): Strip trailing whitespace Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS Remove duplicate declaration of XFixesExtensionName in Xfixesint.h XFixesFetchRegionAndBounds: use nread in call to XReadPad Use _XEatDataWords to avoid overflow of _XEatData calculations integer overflow in XFixesGetCursorImage() [CVE-2013-1983] libXfixes 5.0.1 Colin Walters (1): autogen.sh: Implement GNOME Build API Peter Hutterer (1): man: remove "current", we're way past 1.0.
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-06-03Update to 5.0:wiz2-6/+6
Pointer barrier support, along with the usual buildsystem updates.
2010-09-10Update to libXfixes-4.0.5: Minor bug and documentation fixes.joerg2-6/+7
2010-04-09Update to libXfixes-4.0.4.tnn3-24/+6
4.0.4: Add README with pointers to mailing list, bugzilla & git repos Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS Replace static ChangeLog with dist-hook to generate from git log nuke RCS Ids Janitor: Correct make distcheck and gcc/sparse warnings. Rename parameters to clarify QueryVersion/QueryExtension.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2007-01-25Bah, forgot to commit the portability fix.joerg2-1/+19
2007-01-24Update to libXfixes-4.0.3 for minor bugfixes.joerg2-6/+6
2006-11-05First step to making modular transparent:joerg1-1/+9
Redirect from the individual modular libraries to the old libs or mk/x11.buildlink3.mk.
2006-11-03Fix and improve description.reed1-1/+7
2006-11-03Import libXfixes-4.0.1 from pkgsrc-wip:joerg5-0/+64
Xfixes extension and library of X RandR from the modular X.org X11.