summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2007-08-28- Supports installation to DESTDIRtnn2-8/+14
- Sort PLIST to appease pkglint - Disable utmp support on hpux, until I figure out why it fails
2007-08-28Update to mrxvt 0.5.3.tnn4-20/+24
Bugfixes: * Handle EIO errors (got when tcsh / fish exit) properly. Patch by Zoltan Szalontai. * Disabled Shift+Enter shortcut by default, since it may confuse new users. * Make Alt+Enter behave like Xterm. . Added %T,%G,%P flags for percent interpolation (useful for dtach). * Bold colored text is rendered in BOTH bold font, and bright color. Use only bold font. * r->num_fds is properly reduced when tabs are closed * Ignore focus events of type NotifyGrab and NotifyUngrab. This caused an annoying blinking when focussing other windows via the keyboard. (Thanks to Roman Po???zka for pointing this out). * Removed the --focusDelay option (no longer necessary with above bugfix). Enhancements: * Added --titleFormat and --winTitleFormat options to control display of tab and window titles. * Added options --veryBright and --boldColors to control how bold primary colors are rendered. * Added --useFifo option, to make mrxvt listen for macros on a fifo. Code based on patch by Jozef Vesely. * Added Raise macro to "raise" the mrxvt window. Thanks to Jozef Vesely for the patch. * Added a UseFifo macro to enable / disable --useFifo at runtime. * Defined a macro that opens a "mrxvt console" in a new tab (bound to Ctrl+Shift+c by default). * Added --enable-use-fifo compile time option for people paranoid about security. * Added BOLD_BRIGHTENS_256_COLORS option in feature.h which attempts to brighten even non-primary colors instead of drawing them in bold. (Respects boldColors and veryBright). * Made winTitleFormat a profile option. * Added -ic option to set the application icon. (Adapted from patch #1656294 by Stanislav Mekhanoshin) * Check locale for encoding method if it is not specified by -km option or multichar_encoding resource. * Add new debugging facility such that a user can specify the message type and verbose level by command line options. Run `mrxvt -dmask whatever -dlevel something' for details. * Fix compile error when use Sun Studio 10. Thanks to Quintin Beukes for the patch.
2007-08-24Restore fragment of patch-ab that got lost during the cross-compilejoerg3-8/+58
changes. This should fix the NetBSD and DragonFly issues. Bump revision.
2007-08-23The package supports installation to DESTDIR.heinz1-1/+3
2007-08-23The package supports installation to DESTDIR.heinz1-3/+4
2007-08-23sortjnemeth1-2/+2
2007-08-23Readd xorg-cf-files, still needed.joerg1-1/+2
2007-08-23Updated x11/xfce4-terminal to 0.2.6nb1martti4-4/+220
Fixed "URL handling allows remote shell command execution" bug: http://bugzilla.xfce.org/show_bug.cgi?id=3383
2007-08-20Needs limits.h.joerg2-5/+13
2007-08-19Regen for added patch-aaadrianp1-1/+2
2007-08-19Enable cairo support.obache1-2/+3
Bump PKGREVISION.
2007-08-19Fix build problem recently.taca3-1/+21
2007-08-17To quote Johnny Lam: "In modular-xorg we trust"joerg106-7875/+1
Remove xorg 6.9 packages from pkgsrc.
2007-08-16Add modular Xorg and DESTDIR support.joerg1-3/+8
2007-08-16Fix basic NetBSD SPARC support. This currently disables Sbus untiljoerg10-76/+179
someone more involved in the platform take a look or I find the time to merge the xsrc changes.
2007-08-16Bah, keep the dependency on libXvMC to make configure happy.joerg1-2/+2
2007-08-16XvMC support only exists for i386 and amd64 ATM.joerg2-5/+13
2007-08-16If header file "linux/vt.h" exists, 'gdmopen' is also installed.obache2-2/+11
Should fix PR 36792. Bump PKGREVISION.
2007-08-16is is --> is.kei1-1/+1
2007-08-16Update xf86-video-nv to 2.1.3:joerg2-6/+6
- Fix the ends of files. Update the known cards date. - Revamp scaling code. - Add LVDS flat panel scaling support. - Fix GeForceFX issues with video overlap.
2007-08-16Update to xrdb-1.0.4: man page fixes.joerg2-6/+6
2007-08-15Update to xf86-video-intel-2.1.1:joerg2-6/+6
- add quirk support for i830, including Lenovo TV out quirk - imrpove CRT blanking - bugfixes for address handling for 4GB+ addresses - fix memcpy in i965 and increase vertex buffer size - fix typo in man page
2007-08-15Update to xclock-1.0.3: man page fixes, iconv support, set _NET_WM_PID.joerg2-6/+7
2007-08-15Update to xsetroot-1.0.2: man page fix.joerg2-6/+6
2007-08-15Update to xprop-1.0.3: man page improvements, some sprintf cleanup,joerg2-6/+6
avoid a memory leak, some const sprinkling, purge unused code.
2007-08-15Update to xmodmap-1.0.3: sprinkle const, use strncasecmp if present,joerg2-6/+6
fix a memory leak.
2007-08-15Update to xmessage-1.0.2: detabify messages before printing.joerg3-6/+22
Fix an integer overflow in the newly added functions, just because we can.
2007-08-15Update to xman-1.0.3: fix man page processing on Solaris.joerg3-16/+14
2007-08-15Update to xgamma-1.0.2: some man page fixes.joerg2-6/+6
2007-08-15Disable SGML check.joerg4-2/+46
2007-08-15Change configure to check for DRI headers only, if it is notjoerg4-2/+32
explicitly enabled or disabled. Request it for pkgsrc.
2007-08-15Change configure to check for DRI headers only if DRI is not explicitlyjoerg4-2/+49
enabled or disabled. Request it for pkgsrc. Disable SGML check.
2007-08-15Disable SGML check to allow cross-compiling.joerg2-1/+23
2007-08-15Disable SGML check for cross-compilation.joerg2-1/+23
2007-08-15Remove building some data files that aren't used anyway.joerg4-2/+55
Add cross-compilation support for the rest.
2007-08-15Support DESTDIR. Disable SGML check. Change configure to check forjoerg4-2/+51
DRI headers only, if it is not explicitly enabled or disabled. Enable it for pkgsrc.
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-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.