summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
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.
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.