Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-15 | Disable SGML check to allow cross-compilation. | joerg | 2 | -4/+21 | |
2007-08-15 | Change configure to check for DRI headers only, if it is not explicitly | joerg | 4 | -2/+58 | |
enabled or disabled. Request DRI explicitly. Disable the SGML check. | |||||
2007-08-15 | Change configure to check for DRI headers only, if it is not explicitly | joerg | 4 | -2/+32 | |
enabled or disabled. Request DRI explicitly. | |||||
2007-08-15 | Change configure to check for DRI headers only, if it is not explicitly | joerg | 4 | -5/+47 | |
enabled or disabled. Request DRI explicitly. Disable the SGML check. | |||||
2007-08-15 | Change configure to check the DRI headers only, if DRI is not explicitly | joerg | 4 | -2/+32 | |
enabled or disabled. Explicitly request DRI. | |||||
2007-08-15 | Change configure to check for DRI headers only, if DRI support is not | joerg | 4 | -2/+32 | |
explicitly enabled or disabled. pkgsrc installs DRI headers by default, so enable it always. | |||||
2007-08-15 | Disable SGML check to allow cross-compiling. | joerg | 2 | -1/+23 | |
2007-08-15 | Disable SGML check to allow cross-compiling. | joerg | 2 | -1/+23 | |
2007-08-15 | Override SGML entity check to allow cross-compiling. | joerg | 2 | -1/+23 | |
2007-08-15 | Disable SGML check for cross-compilation. | joerg | 2 | -1/+23 | |
2007-08-15 | Disable the SGML entity check. We never use it and it breaks | joerg | 2 | -1/+22 | |
cross-compiliation. A less aggressive change has been made to xorg-util-macros before. | |||||
2007-08-15 | Override stupid Linux man page suffix selection to address PR 36784. | joerg | 1 | -1/+2 | |
2007-08-14 | Add modeline2c.awk, which replaces modeline2c.pl from Xorg. | joerg | 5 | -5/+137 | |
This allows us to drop the Perl dependency. | |||||
2007-08-14 | Override man page suffix for Linux. | joerg | 1 | -1/+3 | |
2007-08-13 | nawk is part of bootstrap now, no need to use gawk on Solaris anymore. | salo | 1 | -6/+1 | |
(it also breaks when using pbulk) | |||||
2007-08-13 | Yet another package using the ancient util-macro package. | joerg | 1 | -1/+3 | |
Fix build on Linux by overriding man page suffixes and address PR 36776. | |||||
2007-08-13 | Added mk/misc/category.mk, which contains the definitions that are only | rillig | 1 | -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-12 | Installs Python script, so depend on it and bump revision. | joerg | 1 | -1/+5 | |
2007-08-12 | Changes 2.10.11: | adam | 3 | -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-11 | Update to include missed patch-an | adrianp | 1 | -1/+2 | |
2007-08-10 | Fix pretty_cmds bashism as usual. | joerg | 2 | -1/+19 | |
2007-08-09 | update to 0.16.8 | drochner | 3 | -7/+8 | |
changes: Misc bug fixes | |||||
2007-08-09 | update to 2.18.4 | drochner | 2 | -6/+6 | |
changes: -fix for DOS attack (CVE-2007-3381) -fix IPv6 problem caused by passing uninitialized "hints" to getaddrinfo -translation updates | |||||
2007-08-09 | Remove lbxutil dependency, the LBX support is gone. Bump revision. | joerg | 1 | -2/+2 | |
2007-08-09 | Add missing dependence on "sessreg" package and bump package revision. | tron | 1 | -2/+4 | |
Problem pointed out by Joerg Sonnenberger on "tech-pkg" mailing list. | |||||
2007-08-09 | Make the xf86-video-i810 and xf86-video-intel distinguishable in DESCR. | tnn | 2 | -0/+4 | |
2007-08-09 | Update the home page URL. | tron | 1 | -2/+2 | |
2007-08-08 | Don't use malloc.h. | joerg | 3 | -1/+31 | |
2007-08-08 | + x11/sessreg. | joerg | 1 | -1/+2 | |
2007-08-08 | Import sessreg-1.0.2 from the modular Xorg project. | joerg | 4 | -0/+29 | |
2007-08-08 | Add DESTDIR support. | joerg | 1 | -15/+14 | |
2007-08-07 | Note mutual conflicts between xf86-video-{i810,intel}. | jlam | 2 | -2/+6 | |
2007-08-07 | 0.95.0nb1 did introduce a small API change, belatedly fix in bl3.mk | tnn | 1 | -2/+2 | |
2007-08-06 | The package supports installation to DESTDIR. | heinz | 1 | -1/+3 | |
2007-08-06 | Fix bugs in "rc.d" script, bump package revision. | tron | 2 | -5/+6 | |
2007-08-06 | Hard-wire /dev/urandom on NetBSD for cross-compilation. | joerg | 1 | -1/+5 | |
2007-08-06 | Add and enable "xdm" package. | tron | 1 | -1/+2 | |
2007-08-06 | Import new "xdm" package: | tron | 5 | -0/+94 | |
X Display Manager from modular X.org This package is based on Blair Sadewitz's "xdm" package in "pkgsrc-wip". | |||||
2007-08-06 | Annotate malloc(0) != NULL for NetBSD. | joerg | 1 | -1/+7 | |
2007-08-06 | On NetBSD malloc(0) is not NULL if successful. Annotate for | joerg | 1 | -1/+7 | |
cross-compilation. | |||||
2007-08-06 | On NetBSD, malloc(0) normally does not return NULL. Mark it so | joerg | 1 | -1/+7 | |
for cross-compilation. | |||||
2007-08-06 | Fix cross-compilation support. | joerg | 6 | -2/+11450 | |
2007-08-06 | add MesaLib (for dri) to distinfo | abs | 1 | -3/+4 | |
2007-08-06 | Fix an obvious typo that made to fail in the installation stage without | xtraeme | 1 | -2/+2 | |
the dri option. | |||||
2007-08-06 | Update to rxvt-unicode-8.3, provided by Philip Paeps <philip@freebsd.org>. | ghen | 4 | -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-05 | Update to xf86-input-mouse-1.2.2: | joerg | 3 | -24/+6 | |
- add option to control mouse sensitivity | |||||
2007-08-05 | Update to xf86-input-keyboard-1.2.0: | joerg | 5 | -12/+35 | |
Split monolithic source in small subcomponents, moving code out of the server. | |||||
2007-08-05 | Update to modular xorg-server 1.3.0: | joerg | 6 | -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-05 | Update libX11 to 1.1.3: | joerg | 7 | -806/+59 | |
- man page fixes - reset hostname when setting it internally for consistency - fix XGetMotionEvents argument order - locking fixes | |||||
2007-08-05 | Update to libXi-1.1.2: Unstatic a function again. | joerg | 2 | -6/+6 | |