2005-03-22 15:00:25 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Do not insert #pragma with Darwin's cpp any more
|
2005-03-22 10:49:14 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Added support for Darwin/MacOSX
|
2005-03-22 10:48:49 by Adam Ciarcinski | Files touched by this commit (7) |
Log message:
Added support for Darwin/MacOSX
|
2005-03-21 11:06:15 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Re-added NetBSD signature
|
2005-03-19 20:34:49 by Kouichirou Hiratsuka | Files touched by this commit (2) |
Log message:
Fix an inverted condition for NetBSD/amd64.
|
2005-03-02 09:26:55 by grant beattie | Files touched by this commit (1) |
Log message:
there really is no need to force the latest version of xorg just to
build an X application, especially for the case IGNORE_RECOMMENDED=YES.
restore the value of BUILDLINK_DEPENDS to what it should be and was
before, and set BUILDLINK_RECOMMENDED to >=6.8.2, as it should be.
|
2005-03-01 20:00:11 by Juan Romero Pardines | Files touched by this commit (28) | |
Log message:
Update xorg to 6.8.2.
Changes:
* Render implementation fixes
* Updated x86emu and resynced with upstream at Scitech
* Updated SiS driver
* Updated Nvidia driver (opensource version)
* Render acceleration for ATI's R100 and R200-series cards
* Substantial speedups in the software implementation of the render
extensions when compiled with gcc 3.4 on the i386 architecture.
* Infrastructure for rotation support in drivers
* New Trapezoid specification for the Render extension
o Respecify Render to include only 'normal' traps
o Allow backward compatibility but internally covert to new format
* Software mouse cursor is now based on the Damage extension
* A new keyboard driver is enabled by default. The old driver is
disabled unless explicitly compiled in by defining the macro
|USE_DEPRECATED_KEYBOARD_DRIVER|.
* All extensions (except Xserver-specific extensions "DMX" and
"XpExtension")can now be enabled/disabled from the configuration
file and from the command line.
* Mac OS X updates:
o Support dynamic screen configuration changes in rootless mode
o Added option to always use Mac command key equivalents
o Interpret scroll wheel mouse events correctly when shift is
held down
o Added trivial Xinput support
o Fixed launch of X clients from Finder with a space in their path
o Fixed some GLX rendering problems on Mac OS X 10.2 and earlier
* Updated xterm version
|
2005-02-23 18:36:26 by Thomas Klausner | Files touched by this commit (272) |
Log message:
Add RMD160 checksums to the SHA1 ones.
|
2005-02-21 17:45:40 by Kouichirou Hiratsuka | Files touched by this commit (5) |
Log message:
Fix crash with -current/amd64.
- don't pass address hint to mmap() with 2.99.16 or later
- add __NetBSD__ to use mprotect()
|
2005-02-09 13:53:19 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
NetBSD/amd64 uses the same PLIST files as NetBSD/i386, fixing it.
|