summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2012-06-16Fix build on NetBSD-current with libexecinfo.wiz1-1/+8
2012-06-16Update to KDE SC 4.8.4markd32-99/+222
Bug fixes.
2012-06-16Fix typo I noticed while wrangling pkglint.dholland1-2/+2
2012-06-16Fix wrong hard-wired paths in patch-ab. (was using /usr/X11R6)dholland23-14/+327
While here: - sprinkle stdlib.h widely to avoid undefined behavior calling malloc - fix randomizer setup (was calling srand() and then using random()) - avoid installing a csh script, since we were replacing the entire contents of the file anyhow - add missing libXt and libX11 bl3.mk - add patch comments PKGREVISION -> 4.
2012-06-16Remove trailing whitespace.dholland6-13/+12
2012-06-16Sort a bunch of plists.dholland23-180/+180
2012-06-15Whitespace. (as whined about by pkglint)dholland63-240/+240
2012-06-14Recursive PKGREVISION bump for misc/kdepimlibs4 buildlink addition.sbd2-4/+4
2012-06-14Recursive PKGREVISION bump for libxml2 buildlink addition.sbd158-301/+316
2012-06-13Makefilemef2-3/+6
CHANGES file no longer exists, remove from install file list. PLIST Because of missing CHANGES, two files were not installed. Pick them up again.
2012-06-13(1) Bump version x11/xfstt 1.6 to 1.9 based on PR pkg/45478mef23-347/+513
(2) Some pkglint flags cleared, (comment on patches, INSTALATION_DIRS) (3) (No change) Consider dropping to support gcc-2.95 (huge patches). 1.9 (2012-05-02) Fix file descriptor leaks. Fix directory resource leaks and segfaults on opening errors. Reset the umask before creating the temporary directory. Rewrite showttf to use XCB instead of X11. 1.8 (2010-11-09) Remove the obsolete `--multi' option. Bump gettext dependency to 0.18. -- Use --previous in msgmerge to help translators. Blank unused fields of the fsError struct when sending an error. Fix segfaults on font open errors (thanks to Edward Welbourne). Handle mmap failures which might end up as segfaults otherwise. Fix crashes with fortify support when: -- Listing fonts (thanks to Erik Devriendt). -- Setting info file magic and type fields (thanks to Niall Creech). Fix segfault on fonts with unknown cmap format. Add SIGHUP handler to re-sync fonts cache. Do not hardcode any path component in the man page. Code cleanup: -- Fixed several compiler warnings. -- Constify types. -- Refactor client state into a new struct. -- Refactor font protocol error reply handling. -- Remove unused or duped includes. -- Switch more C `char *' strings to C++ strings. -- Use C++ algorithm instead of custom code. -- Always include "config.h" first. -- Use <stdint.h> instead of our own types. Build system cleanup: -- Detect system endianness at build time. -- Enable silent rules by default if support is available. -- Do not use AM_MAINTAINER_MODE. -- Make X11 usage selectable at configure time (new `--with-x11'). -- Always build (but not install) extra tools. -- Use pkg-config to get fontsproto and x11 module flags. -- Fix `make distcheck'. 1.7 (2005-11-30) Made gettext external. Use autoreconf instead of `autogen.sh'. Changed mail address. Generate the manpage at build time, to use variable paths and version. Remove win32 obsolete code. Use new error, warning and info functions. Changed some data types names. Fix hyphen used as minus sign in manpage. Fix build failure on Irix with gcc 3.2 (thanks to Dirk Tilger). Add IPv6 support. Update FSF's address.
2012-06-12Replace patch with upstream version. Found by obache.wiz2-8/+18
2012-06-12Add inet6 to default suggested options. It's 2012.wiz11-17/+24
2012-06-11As noted in changes in 1.0.4, "require xproto instead of libX11 for building".obache1-2/+3
Bump PKGREVISION.
2012-06-10Add upstream bug report URL.wiz2-3/+4
2012-06-10Update to 1.0.7.wiz4-10/+31
1.0.7: This release features a lot of cleanups, portability & build configuration improvements, and some fixes for building on BSD releases, especially recent versions of FreeBSD. 1.0.6: This release mostly covers build fixes, including one needed for building on FreeBSD 9.0, and minor janitorial cleanups. 1.0.5: A minor release featuring documentation improvements and janitorial cleanups. sessreg is used by display managers such as xdm and gdm to record X sessions in utmp, wtmp, and lastlog files. 1.0.4: Alan Coopersmith: X_NOT_POSIX bits for pre-POSIX-1990 systems not needed any more Version bump: 1.0.4 David Nusinow: Require xproto instead of libX11 for building (bug #9631) James Cloos: Add missing PHONY line for automatic ChangeLog generation
2012-06-10Update to 2.4.35.wiz3-20/+8
2.4.35: Alex Deucher (3): radeon: add new pci ids radeon: fall back to 1D tiling only with broken kernels configure: bump version for release Ben Widawsky (2): intel: sanitize i915_drm.h intel: wait render header updates Inki Dae (1): libdrm: add exynos drm support Michel Dänzer (1): radeon: Add Southern Islands PCI IDs. 2.4.34: Anisse Astier (1): radeon: Add new R600 PCI ids for surface manager Ben Skeggs (3): lists: add nicer+unsafe foreach, and list join macros nouveau: pull in major libdrm rewrite nouveau: init nvc0 channel alloc req structure fully Christoph Bumiller (1): nouveau: expose notifier handle on nvc0 as well Daniel Vetter (1): intel/decode: decode MI_WAIT_FOR_EVENT Eugeni Dodonov (1): intel: add Ivy Bridge GT2 server variant Marcin Slusarz (2): nouveau: remove unnecessary EAGAIN loops nouveau: fix channel closing Paul Berry (2): intel: Add the ability to supply annotations for .aub files. configure: Bump version for 2.4.34. Paulo Zanoni (4): modetest: fix some compiler warnings modetest: fix drmModeGetConnector memory leak modetest: call drmModeFreePlaneResources modetest: print more about our properties Rob Clark (7): omap: fix license header modetest: add drm_plane support modetest: add YUV and multi-planar support modetest: add AR15/XR15 (RGB-1555) formats modetest: fix typo libdrm: update drm headers from kernel for prime/dmabuf omap: add dmabuf support Víctor Manuel Jáquez Leal (1): omap: fix compiler warning
2012-06-10Update to 1.1.1:wiz3-8/+8
This minor maintenance release mostly provides the usual collection of janitorial cleanups and build configuration improvements. It also changes the installation path for the pkg-config xbitmaps.pc from $(libdir) to $(datadir), as no libraries or compiled code are found via this pkg-config file, only platform-independent image files (which double as C source code headers that programs may #include at compile time).
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache1-1/+3
2012-06-09Require hacks for fixing autoconf + space in variable name issue.obache23-23/+69
2012-06-09--disable-docs configure option is not in this version.obache1-3/+1
2012-06-08regen patches with mkpatches(1).obache3-9/+8
2012-06-07Set appdefaultdir so the app-defaults don't end up in /usr/X11R[67] ifdholland1-1/+4
built against native X. (Copied from xclock.)
2012-06-06Recognize -Wl,-rpath spelling as well.joerg1-1/+6
2012-06-06Import xkbprint-1.0.3:wiz5-1/+32
xkbprint generates a printable or encapsulated PostScript description of an XKB keyboard description.
2012-06-06Add xkbevd-1.1.3:wiz5-1/+38
This command is very raw and is therefore only partially implemented; we present it here as a rough prototype for developers, not as a general purpose tool for end users. The xkbevd event daemon listens for specified XKB events and executes requested commands if they occur. The configuration file consists of a list of event specification/action pairs and/or variable definitions.
2012-06-06Add xkbutils-1.0.3:wiz5-1/+43
xkbutils is a collection of small utilities utilizing the XKeyboard (XKB) extension to the X11 protocol. It includes: xkbbell - generate XKB bell events xkbvleds - display the state of LEDs on an XKB keyboard in a window xkbwatch - reports changes in the XKB keyboard state
2012-06-06Import viewres-1.0.3:wiz5-1/+36
viewres displays a tree showing the widget class hierarchy of the Athena Widget Set (libXaw).
2012-06-05Address PR 46544 using a patch from Gustau Pérez i Querol fromwiz2-1/+19
http://freebsd.1045724.n5.nabble.com/Xorg-1-12-td5642201.html via Francois Tigeot.
2012-06-05Remove transset-df, successor transset.wiz5-43/+1
2012-06-05+ transset.wiz1-1/+2
2012-06-05Initial import of transset-1.0.0:wiz4-0/+45
transset is an utility for setting opacity property. Features: * select window by clicking (as transset) * select actual focused X11 window * select window by pointing * select by window name or id * force toggle * increase or decrease opacity This is the first release of transset originally written by Keith Packard a long time ago. Daniel Forchheimer added many features and released it as transset-df. This release includes all the patches written by Daniel Forchheimer and provides some compiler warning fixes, cleanup and build improvements.
2012-06-04Recursive bump for libmikmod shlib major ++wiz1-2/+2
Noted by dholland.
2012-06-04Disable asciidoc autodetection.wiz1-1/+2
2012-06-03Update to 7.0.23, based on Makoto Fujiwara's update to 7.0.23 in PR 45465.wiz8-6478/+187
I've reduced the patch to configure further. 7.0.23: This release continues our documentation improvements, defines new keysyms needed for input of various langugages, and fixes a couple compliation errors in software that includes these headers when building either in C89 mode (without C99 varargs macros) or in the Cygwin environment. 7.0.22: This release provides a number of documentation improvements, a few new macros and new keysyms. 7.0.21: This release contains the addition of Sinhala Unicode keysysm and a couple of compiler fixes and additions. 7.0.20: This release provides two code changes - an additional #include <sys/types.h> on Solaris machines to fix build issues in the X server, and the addition of new XF86XK_TouchpadOn & XF86XK_TouchpadOff keysyms to the keysym definition headers. It also now includes the definitions of the ServerInterpreted families of addresses that have been registered for use with the xhost +si:* syntax, that were previously found in the xorg-docs module, since the X11 Protocol spec defines the ServerInterpreted method and provides for those definitions. The rest of the changes are further refinements of the DocBook/XML conversion of the protocol spec which was introduced in xproto 7.0.19. The HTML & PDF versions should both feature greatly improved internal hyperlinking to allow easier navigation and following of references between the interconnected requests and events in the spec. The conversion of the documentation is a work in progress, and we appreciate all proof-reading to find errors (this release fixes a couple spots where nroff markup didn't get properly converted and appeared in the resulting text) as well as feedback on formatting or other changes that would make the documentation more useful to developers. Of course, we are being very careful to not change the actual formal specification of the protocol in these changes, just the formatting and usability. 7.0.19: No code nor headers were changed in this release - this solely consists of the move of the X11 Protocol specification from xorg-docs to this module, and it's conversion from troff to DocBook XML by Matt Dew (with some followup markup massaging by yours truly). There is of course still room for improvement as there are over a hundred pages to be proofread - patches accepted if you see ways to make the output better. The standard xorg-macros options are provided in configure to control the generation of text, html, postscript, and/or pdf versions of the documents from the XML sources, via the xmlto frontend and it's associated backends such as fop.
2012-06-03Update to 1.2.1:wiz2-6/+6
Alan Coopersmith (2): config: Add missing AC_CONFIG_SRCDIR xineramaproto 1.2.1 Gaetan Nadon (9): .gitignore: use common defaults with custom section # 24239 configure.ac: AM_MAINTAINER_MODE missing #24238 configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242 Makefile.am: INSTALL file is missing or incorrect #24206 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 README: file created or updated #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: remove the pkgconfig pc.in file from EXTRA_DIST config: update AC_PREREQ statement to 2.60
2012-06-03Update to 1.2.2:wiz3-9/+9
1.2.2: Alan Coopersmith (3): spec: Fix section titles/nesting specs: change othercredit tags to author tags scrnsaverproto 1.2.2 Gaetan Nadon (9): config: HTML file generation: use the installed copy of xorg.css Documentation: add Docbook external references support Install target dbs alongside generated documents Install xml versions of specs even if HAVE_XMLTO is false docbook.am: global maintenance update - entities, images and olinking docbook.am: embed css styles inside the HTML HEAD element docs: remove <productnumber> which is not used by default docs: use the &fullrelvers; entity to set X11 release information specs: fix markup for single license dual holder Matt Dew (3): add id attributes to funcsynopsis to allow other docs to olink to them. Fix id attributes, linkend and olinks informaltable cleanup 1.2.1: Release features: Protocol spec moved from xorg-docs, converted to DocBook
2012-06-03Update to 1.2.0:wiz3-8/+9
Version 1.2 of XResource protocol adds two requests: XResQueryClientIds and XResQueryResourceBytes. They can be used for more exactly determining which resources are used by which clients. Support for these requests is planned for integration in the 1.11 X server release cycle.
2012-06-03Update to 1.14.2:wiz3-7/+8
Alan Coopersmith (3): specs/record.xml: Fix section titles/nesting specs/record.xml: Pair copyright notices with matching license notices recordproto 1.14.2 Gaetan Nadon (10): config: HTML file generation: use the installed copy of xorg.css Documentation: add Docbook external references support Install target dbs alongside generated documents Install xml versions of specs even if HAVE_XMLTO is false docbook.am: global maintenance update - entities, images and olinking docbook.am: embed css styles inside the HTML HEAD element specs: use more appropriate docbook element to get "Edited by" docs: remove <productnumber> which is not used by default docs: use the &fullrelvers; entity to set X11 release information specs: refactor copyright license text for multi licening Matt Dew (1): informaltable cleanup
2012-06-03Update to 1.3.2:wiz2-6/+6
1.3.2: This minor maintenance provides a release of changes accumulated in git over the last year, so as to deliver the usual recent collection of build configuration improvements and janitorial cleanups of the package.
2012-06-03Update to 2.2:wiz2-6/+6
2.2: The X Input Extension protocol version 2.2 is now available. The main feature added in this version is support for multitouch devices and the ability for clients to register for and receive touch events. Multitouch support in XI 2.2 aims to - support a dynamic number of simultaneous touch points, - support devices that are both multitouch and traditional pointer devices, - allow touchpoints to be either grouped together or handled separately, - be backwards-compatible to pre-XI 2.2 clients through emulation of XI 2.x/XI 1.x and core pointer events. For a description of the new features see the following posts: - http://who-t.blogspot.com.au/2011/12/multitouch-in-x-getting-events.html - http://who-t.blogspot.com.au/2011/12/multitouch-in-x-pointer-emulation.html - http://who-t.blogspot.com.au/2012/01/multitouch-in-x-touch-grab-handling.html - http://who-t.blogspot.com.au/2012/02/multitouch-in-x-multitouch-touchpads.html Many thanks to all who have contributed to this protocol. 2.1: We haven't had any change requests to the 2.1 protocol changes and the 2.2 changes are about to be done soon too. Time for a release. inputproto contains the protocol specification and header files for the X Input Extension. This release introduces two new features: - smooth scrolling support allows devices to send scroll events through valuator information instead of the traditional button 4-7 clicks. - new raw event behaviour allows clients to listen to raw events from a device even if that device is currently grabbed For a description of the changes, see http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-smooth-scrolling.html http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-raw-events.html http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-xi2-defines.html http://who-t.blogspot.com/2011/09/whats-new-in-xi-21-versioning.html Other changes include packaging fixes and miscellaneous fixes.
2012-06-03Update to 2.1.2:wiz3-7/+8
2.1.2: Alan Coopersmith (2): spec: Fix section titles/nesting fontsproto 2.1.2 Gaetan Nadon (12): config: HTML file generation: use the installed copy of xorg.css Documentation: add Docbook external references support Install target dbs alongside generated documents Install xml versions of specs even if HAVE_XMLTO is false docbook.am: global maintenance update - entities, images and olinking docbook.am: embed css styles inside the HTML HEAD element docs: remove <productnumber> which is not used by default docs: use the &fullrelvers; entity to set X11 release information specs: fix author affiliation markup specs: fix multi licensed copyright notice and license text specs: The strandard name is still "X Consortium Standard" specs: use <copyright> for the first holder in multi licensing Matt Dew (1): 1 - fix the capitolization of the ID attriutes to match either the 2.1.1: This release features the Font Server Protocol spec move from xorg-docs to this module, and converted to DocBook XML.
2012-06-03Update to 0.4.2:wiz2-6/+6
0.4.2: This minor maintenance release provides the usual recent collection of build configuration improvements and janitorial cleanups.
2012-06-03Update to 1.4.2:wiz2-6/+6
In addition to the great build system cleanup, this release of applewmproto clarifies some ambiguity in the protocol by refering the caller to the Xplugin API for some constants rather than relying on values and meaning within AppleWM (which is just exposing parts of the Xplugin API to X11 clients.
2012-06-03Update to 1.2.7.wiz3-8/+8
1.2.7: This release features a lot of cleanups, both from manual inspection and from automated static code analysis, along with a couple bug fixes and various documentation & build configuration improvments. 1.2.6: This minor release converts the libxtrans API documentation from troff to DocBook/XML and updates it for the current state of the code. It also includes some minor bug fixes, and of course, the usual recent collection of build configuration improvements and janitorial cleanups.
2012-06-03Update to 2.3.1:wiz2-6/+6
This minor maintenance release provides the usual collection of recent build configuration improvements and janitorial cleanups.
2012-06-03Update to 2.1.1:wiz2-7/+7
This minor maintenance release provides the usual collection of recent build configuration improvements and janitorial cleanups.
2012-06-03Update to 7.2.1:wiz2-6/+6
Alan Coopersmith (1): xextproto 7.2.1 Gaetan Nadon (23): Documentation: add Docbook external references support Install target dbs alongside generated documents Install xml versions of specs even if HAVE_XMLTO is false docbook.am: global maintenance update - entities, images and olinking docbook.am: embed css styles inside the HTML HEAD element Use more appropriate docbook element to get "Edited by" docs: remove <productnumber> which is not used by default docs: use the &fullrelvers; entity to set X11 release information sync: fix author name and authors affiliation appgrp: use <copyright> markup and minor titlepage fixes dbe spec: fix author affiliation and copyright notices dpms spec: fix author affiliation evi spec: fix copyright and orphan markup geproto: fix author's e-mail lbx: complete the authors name multibuf spec: refactor copyright legal text for multi licensing security: fix X Consortium copyrigh legal text and minor markups shape spec: fix author affiliation and copyright text shm spec: fix author affiliation and copyright text sync spec: fix copyright markup for multiple authors top-cup spec: remove orphan corpname markup xtest spec: fix copyright markup geproto spec: add missing copyright with the author's permission Matt Dew (3): Add id attributes to funcsynopsis to allow other docs to olink to them. #1 - fix the capitalization of the ID attriutes to informaltable cleanup
2012-06-03Update to 1.2.2.wiz3-8/+9
1.2.2: Alan Coopersmith (1): xcmiscproto 1.2.2 Gaetan Nadon (10): config: HTML file generation: use the installed copy of xorg.css Docbook: change the book id to match the xml file basename Documentation: add Docbook external references support Install target dbs alongside generated documents Install xml versions of specs even if HAVE_XMLTO is false docbook.am: global maintenance update - entities, images and olinking docbook.am: embed css styles inside the HTML HEAD element docs: remove <productnumber> which is not used by default docs: use the &fullrelvers; entity to set X11 release information specs: fix author affiliation Matt Dew (1): 1 - fix the capitalization of the ID attriutes to match either the Paulo Zanoni (1): Use docbookx.dtd version 4.3 for all docs 1.2.1: This release includes a DocBook XML conversion of the protocol spec previously found in xorg-docs, as well as the usual recent collection of build configuration improvements and janitorial cleanups.
2012-06-03Update to 0.11.1:wiz3-13/+13
Adam Jackson (3): Clarify alpha-map loop prevention (#23581) Make recursive alpha maps undefined renderproto 0.11.1 Gaetan Nadon (8): .gitignore: use common defaults with custom section # 24239 configure.ac: AM_MAINTAINER_MODE missing #24238 configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242 Makefile.am: INSTALL file is missing or incorrect #24206 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 README: file created or updated #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES config: remove the pkgconfig pc.in file from EXTRA_DIST Peter Hutterer (1): Update date/version on Render protocol spec to match last update (0.11) Rémi Cardona (1): Use $(docdir) for renderproto.txt install path Sami Farin (1): Bug 12578 - renderproto-0.9.3: render.h does not compile