summaryrefslogtreecommitdiff
path: root/x11/xorg-server
AgeCommit message (Collapse)AuthorFilesLines
2005-04-15Add PLIST_SUBST for the ioport.hira2-9/+16
2005-04-15 - Add PLIST_SUBST for the scanpci.hira2-4/+12
- Build the scanpci on the NetBSD/macppc.
2005-04-14Require at least xorg-libs>=6.8.2nb1 (radeon driver fix)xtraeme1-1/+4
2005-04-14Now the radeon driver works correctly, bump PKGREVISION to knowxtraeme1-2/+2
which version is the fixed one.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-30Unify PLIST. OK'd by xtraeme@.hira10-390/+393
2005-03-22Add support for Darwin/MacOSXadam7-279/+332
2005-03-02Add missing entry to PLIST. Bump PKGREVISION to 1.hira2-2/+4
2005-03-01Update xorg to 6.8.2.xtraeme3-6/+9
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-21Bump PKGREVISION for -current/amd64 fixes.hira1-2/+2
2005-02-09Apply patch from Jeremy C. Reed to define common values for thextraeme2-3/+8
manual pages on Linux. Also use unexec ${RMDIR} in a directory.
2005-02-09Add missing files, reported by Lasse Kliemann in PR pkg/29212.xtraeme1-1/+14
2005-01-25PLIST file for OpenBSD... I copied it from the NetBSD one and I have notxtraeme1-0/+5
tested it, because I don't use it, anyway it should do the trick.
2005-01-25Apply patches from Todd Willey for DragonFlyBSD, this closes PR pkg/29042.xtraeme1-0/+8
Thank you!
2005-01-25Remove unused file.hira1-3/+0
2005-01-24Don't use imake to get the supported drivers. It does not workhira2-13/+24
before installing imake.
2005-01-24Fix previous commit (DRIVER -> CARDDRIVER).hira2-72/+72
2005-01-24Make drivers selectable with options.mk. By default, all of the drivershira6-79/+107
which are supported by the platform are built. OK'd by xtraeme@.
2005-01-07Added patch for Xorg Bug #1488: Fix crash on i830 during startup.reed1-2/+2
Bump PKGREVISION for xorg-server package. This was reported by dheeraj of ece gatech edu via PR #28877.
2004-12-27Finish my previous commit and unbreak xorg-*:xtraeme1-2/+2
* Move the subst macros for threadlib.h from xorg-libs to xorg/Makefile.common. * SUBST_CLASSES should be appended. Thanks to Manuel Stuehn <manuel.stuehn@student.uni-siegen.de> for the email showing me the problems.
2004-12-23BuildHtmlManPages was defined twice to NO. So remove one definition.reed1-3/+1
2004-12-02Correct PLIST substitution for NetBSD/amd64.hira1-3/+3
2004-11-15Fix PLIST on NetBSD/amd64.hira2-16/+22
2004-10-08Missing bits to make this build/work correctly on FreeBSD 5.x.xtraeme6-78/+14
Not tested on 4.x, but changes should be trivial to commit...
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-21Update X.org packages to 6.8.1.xtraeme5-147/+956
To see the changes about this release, please review the "RELNOTES" file, which is available via www or in the distribution tarballs. These packages were tested on: * NetBSD 2.0/-current * Bluewall GNU/Linux * Slackware 10 GNU/Linux I'm currently testing them on FreeBSD 5.3BETA4.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-2/+2
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-11- pass rpath flags while building the freetype modulerecht3-3/+9
fixes my own PR pkg/26519 - add missing files to PLIST.common patch provided by Kouichirou Hiratsuka in PR pkg/26611 bump PKGREVISION to 1
2004-07-30Remove CHECK_X11_TYPE, now it's already defined in Makefile.common.xtraeme1-2/+1
2004-07-30s/XFree86/Xorg/xtraeme1-2/+2
2004-07-29Make this work properly when "xtt" module is loaded, thanksxtraeme1-2/+2
to Kouichirou Hiratsuka reporting and sending the fix in PR pkg/26473.
2004-07-29xorg packages now will be installed into ${PREFIX}/xorg by default,xtraeme1-3/+1
so we don't have to conflict between XFree86 and xorg. Suggested by grant@.
2004-07-29Remove unused lines.xtraeme1-13/+1
2004-07-29Initial import of xorg-server-6.7.0.xtraeme7-0/+585
This package contains the X.org X server and its related programs, such as xorgcfg, xorgconfig, scanpci, and so on.