summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2007-08-15Disable SGML check to allow cross-compilation.joerg2-4/+21
2007-08-15Change configure to check for DRI headers only, if it is not explicitlyjoerg4-2/+58
enabled or disabled. Request DRI explicitly. Disable the SGML check.
2007-08-15Change configure to check for DRI headers only, if it is not explicitlyjoerg4-2/+32
enabled or disabled. Request DRI explicitly.
2007-08-15Change configure to check for DRI headers only, if it is not explicitlyjoerg4-5/+47
enabled or disabled. Request DRI explicitly. Disable the SGML check.
2007-08-15Change configure to check the DRI headers only, if DRI is not explicitlyjoerg4-2/+32
enabled or disabled. Explicitly request DRI.
2007-08-15Change configure to check for DRI headers only, if DRI support is notjoerg4-2/+32
explicitly enabled or disabled. pkgsrc installs DRI headers by default, so enable it always.
2007-08-15Disable SGML check to allow cross-compiling.joerg2-1/+23
2007-08-15Disable SGML check to allow cross-compiling.joerg2-1/+23
2007-08-15Override SGML entity check to allow cross-compiling.joerg2-1/+23
2007-08-15Disable SGML check for cross-compilation.joerg2-1/+23
2007-08-15Disable the SGML entity check. We never use it and it breaksjoerg2-1/+22
cross-compiliation. A less aggressive change has been made to xorg-util-macros before.
2007-08-15Override stupid Linux man page suffix selection to address PR 36784.joerg1-1/+2
2007-08-14Add modeline2c.awk, which replaces modeline2c.pl from Xorg.joerg5-5/+137
This allows us to drop the Perl dependency.
2007-08-14Override man page suffix for Linux.joerg1-1/+3
2007-08-13nawk is part of bootstrap now, no need to use gawk on Solaris anymore.salo1-6/+1
(it also breaks when using pbulk)
2007-08-13Yet another package using the ancient util-macro package.joerg1-1/+3
Fix build on Linux by overriding man page suffixes and address PR 36776.
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-12Installs Python script, so depend on it and bump revision.joerg1-1/+5
2007-08-12Changes 2.10.11:adam3-84/+36
* TextBuffer: Removed the maemo-specific methods get_can_paste_rich_text(), set_can_paste_rich_text(), set_rich_text_format(), and set_rich_text_format_all(), because they have been removed from the maemo GTK+ 2.10, in favour of the new regular GTK+ 2.10 methods. * Build: Fix the tests when properties are disabled. * Documentation: - FileChooser API reference improvements. - Improved cflags/libs section.
2007-08-11Update to include missed patch-anadrianp1-1/+2
2007-08-10Fix pretty_cmds bashism as usual.joerg2-1/+19
2007-08-09update to 0.16.8drochner3-7/+8
changes: Misc bug fixes
2007-08-09update to 2.18.4drochner2-6/+6
changes: -fix for DOS attack (CVE-2007-3381) -fix IPv6 problem caused by passing uninitialized "hints" to getaddrinfo -translation updates
2007-08-09Remove lbxutil dependency, the LBX support is gone. Bump revision.joerg1-2/+2
2007-08-09Add missing dependence on "sessreg" package and bump package revision.tron1-2/+4
Problem pointed out by Joerg Sonnenberger on "tech-pkg" mailing list.
2007-08-09Make the xf86-video-i810 and xf86-video-intel distinguishable in DESCR.tnn2-0/+4
2007-08-09Update the home page URL.tron1-2/+2
2007-08-08Don't use malloc.h.joerg3-1/+31
2007-08-08+ x11/sessreg.joerg1-1/+2
2007-08-08Import sessreg-1.0.2 from the modular Xorg project.joerg4-0/+29
2007-08-08Add DESTDIR support.joerg1-15/+14
2007-08-07Note mutual conflicts between xf86-video-{i810,intel}.jlam2-2/+6
2007-08-070.95.0nb1 did introduce a small API change, belatedly fix in bl3.mktnn1-2/+2
2007-08-06The package supports installation to DESTDIR.heinz1-1/+3
2007-08-06Fix bugs in "rc.d" script, bump package revision.tron2-5/+6
2007-08-06Hard-wire /dev/urandom on NetBSD for cross-compilation.joerg1-1/+5
2007-08-06Add and enable "xdm" package.tron1-1/+2
2007-08-06Import new "xdm" package:tron5-0/+94
X Display Manager from modular X.org This package is based on Blair Sadewitz's "xdm" package in "pkgsrc-wip".
2007-08-06Annotate malloc(0) != NULL for NetBSD.joerg1-1/+7
2007-08-06On NetBSD malloc(0) is not NULL if successful. Annotate forjoerg1-1/+7
cross-compilation.
2007-08-06On NetBSD, malloc(0) normally does not return NULL. Mark it sojoerg1-1/+7
for cross-compilation.
2007-08-06Fix cross-compilation support.joerg6-2/+11450
2007-08-06add MesaLib (for dri) to distinfoabs1-3/+4
2007-08-06Fix an obvious typo that made to fail in the installation stage withoutxtraeme1-2/+2
the dri option.
2007-08-06Update to rxvt-unicode-8.3, provided by Philip Paeps <philip@freebsd.org>.ghen4-31/+30
ChangeLog: o new option: skipScroll/-ss, enabled by default. o go with the times and expect x11 library files in /usr/lib, not /usr/X11R6/lib. o initial transparency improvement/afterimage support patch by Sasha Vasko. o add urgentOnBell resource to set the urgency hint (patch by Philip Paeps). o do not process focus events caused by grabs (patch by Mikachu). o add iso14755_52 resource to disable iso14755 5.2 (exg). o add binding for backspace in iso14755 5.1 to remove the last digit (exg). o better option handling, support more than 30 options (exg). o nuke reconf script, serves no purpose anymore. o fixed and documented matcher/on_user_command processing in matcher extension (tpope). o compile out of the box on Solaris 10 (exg). o fix MappingNotify events (reported by Stephan Walter). o zero-initialise mwmhints, this seems to solve all sorts of minor problems.
2007-08-05Update to xf86-input-mouse-1.2.2:joerg3-24/+6
- add option to control mouse sensitivity
2007-08-05Update to xf86-input-keyboard-1.2.0:joerg5-12/+35
Split monolithic source in small subcomponents, moving code out of the server.
2007-08-05Update to modular xorg-server 1.3.0:joerg6-74/+24
- RandR 1.2 support in the server (drivers must support it as well) - many bug fixes, improvements for AIGLX and EXA etc pp
2007-08-05Update libX11 to 1.1.3:joerg7-806/+59
- man page fixes - reset hostname when setting it internally for consistency - fix XGetMotionEvents argument order - locking fixes
2007-08-05Update to libXi-1.1.2: Unstatic a function again.joerg2-6/+6