summaryrefslogtreecommitdiff
path: root/x11/libXext
AgeCommit message (Collapse)AuthorFilesLines
2014-04-22bump required xextproto version per configure request.obache1-2/+2
2014-03-10Search for pkgconfig files in lib${LIBABISUFFIX} and share directoriesjperkin2-4/+7
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
2013-06-16preprocessor is a tool.obache1-2/+2
2013-06-13Consistently use devel/tradcpp as preprocessor.joerg1-7/+3
2013-06-01Update to 1.3.2:wiz2-7/+6
This release provides fixes for the recently announced security issue CVE-2013-1982, as well as build configuration improvements, man page macro cleanups to work better with doclifter, and several other small fixes. Adam Jackson (1): configure: Remove AM_MAINTAINER_MODE Alan Coopersmith (8): Use _XEatDataWords to avoid overflow of rep.length bit shifting integer overflow in XcupGetReservedColormapEntries() [CVE-2013-1982 1/6] integer overflow in XcupStoreColors() [CVE-2013-1982 2/6] several integer overflows in XdbeGetVisualInfo() [CVE-2013-1982 3/6] integer overflow in XeviGetVisualInfo() [CVE-2013-1982 4/6] integer overflow in XShapeGetRectangles() [CVE-2013-1982 5/6] integer overflow in XSyncListSystemCounters() [CVE-2013-1982 6/6] libXext 1.3.2 Chase Douglas (1): Destroy generic event extension after last display is removed Colin Walters (1): autogen.sh: Implement GNOME Build API Eric S. Raymond (2): Replace various unsafe presentation-level requests with .RS/.RE and .EX/EE. Replace presentationm-level requests with .RS/RE. Peter Hutterer (1): sync: fix copy/paste error in comment Thomas Klausner (1): Avoid having macros expand code to be: ((f) ? (f)->m1 : NULL)->m2
2012-10-29Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-23As drochner remarks, the problem with missing xextproto is, once again,wiz1-3/+2
that libXext/bl3.mk doesn't include xextproto/bl3.mk. Since the supposed gains for this are minimal and the annoyances are high, do include xextproto/bl3.mk in libXext/bl3.mk.
2012-07-28describe furtherreed1-1/+6
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache1-1/+3
2012-06-03Update to 1.3.1:wiz4-15/+17
1.3.1: While this release includes some minor cleanups for compiler warnings, the bulk of the changes are improving the documentation & formatting for all the extension API specs included in this package. 1.3.0: (no changes found) 1.2.0: This release of the catchall library for the X11 extensions without their own libraries adds documentation for many more of the extension API's, in the form of the documents formerly delivered in xorg-docs, now moved here and translated from a variety of formats to DocBook/XML.
2011-11-25Bump required xextproto and xproto as configure said.obache1-2/+3
part of PR pkg/45212.
2011-07-19When building with clang, pull in devel/ucpp for the man pagejoerg1-2/+6
processing. XXX should be fixed upstream to use sed
2010-04-10revert bl3.mk changes since there were problems with native X11.tnn1-2/+2
2010-04-09Update to libXext-1.1.1.tnn5-23/+51
Following the xextproto cleanup, the client-side header files previouly in xextproto have now moved to libXext.
2009-09-22Invoke the C preprocessor in a portable manner on all non-GCC compilers.tnn1-2/+2
This is PR pkg/39879.
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.
2009-02-27I really don't need to be told 10 times every time I launch an X11tnn3-2/+17
application that I don't have "Generic Event Extension" on my X server.
2009-02-21Update to 1.0.5:wiz2-6/+8
Kim Woelders (1): Bug #17774: Allocate the right size in XSyncListSystemCounters. Paulo Cesar Pereira de Andrade (3): Janitor: Correct make distcheck and compiler warnings. patch to avoid gcc warning in libXext Xorg libXext Version 1.0.5. Peter Hutterer (8): Add GenericEvent extension (XGE). Remove useless line in XGE that didn't do anything except segfaulting. Lock/Unlock in _xgeCheckExtInit(), and not in xgeGetExtensionVersion(). Don't call _xgeCheckExtInit() from _xgeWireToEvent(). It will cause a SIGABRT Xge: replace copyright with standard template from xserver, whitespace fixes. Xge: Replace XExtensionVersion with XGEVersionRec. Require xproto 7.0.13, xextproto 7.0.3 and xlib 1.1.99.1. Bump to 1.0.99.1
2008-10-06Fix problems in previous commit which I missed because I didn't use thetron1-3/+3
right package to test them.
2008-10-06Convert to new X11 builtin framework.tron1-48/+4
2008-10-05Merge cube-native-xorg, so that pkgsrc-current can be used with the nativecube1-2/+4
X.Org found in NetBSD-current. Thanks a lot to all who helped, especially Matthias Scheler who did repeated tests on Mac OS X and older versions of NetBSD to make sure the support for those platforms wouldn't be broken (or at least, not fatally, as I would still expect a few hiccups here and there, because there is only so much one can test in such limited time). On the infrastructure side, this branch brings pkgconfig-builtin.mk, in order to write very easily new builtin.mk files. It can actually handle more than just pkgconfig files, but it will provide a version if it finds such a file. x11.builtin.mk has also been made more useful and now all existing (and future!) native-X11-related builtin.mk files should include it.
2008-05-24Switch master site to MASTER_SITE_XORG.tnn1-2/+2
2008-05-16Some of the X.org packages assume that the C preprocessor will use stdintnn1-1/+6
if no filename given, but this isn't true with the native HP compiler, so teach them to use '-' explicitly. XXX using cpp(1) to postprocess manpages is ugly, most of the other X.org packages seem to have been converted to use sed(1).
2008-03-02Update to version 1.0.4, which incorporates all of the patchesbjs8-134/+6
that were here previously.
2008-01-29Update checksum for patch-ab.bjs1-2/+2
2008-01-29Fixes from GIT:bjs8-2/+130
- XeviGetVisualInfo: check for null pointer before writing to it, not after - Coverity #467: security_error_list has fewer than XSecurityNumberErrors entries - Fix misc. warnings. Bump rev.
2007-12-16Detect builtin "libXext" e.g. under Mac OS X Leopard.tron2-2/+51
2007-07-03Wire down malloc(0) != NULL for more Xorg packages on NetBSD.joerg1-1/+7
2007-02-26Update to libXext-1.0.3: add man pages for XShm.joerg3-7/+18
2007-02-02On joerg's request, revert the previous (inclusion of xextproto/bl3).drochner1-2/+3
Add a node instead for pkgconfig users.
2007-02-01the .pc file rewuires xextproto, so we need to bl3 itdrochner1-1/+2
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-03Import libXext-1.0.2 from pkgsrc-wip:joerg5-0/+107
This package contains the X Extension library from the modular X.org X11 project.