summaryrefslogtreecommitdiffstats
path: root/x11-servers
Commit message (Collapse)AuthorAgeFilesLines
* I broke the port by committing bogus stuff I was working on :-/olgeni2003-02-021-3/+2
| | | | Noticed by: Sergey Mokryshev <mokr@mokr.net>
* Give back maintanership to ports@, due to lack of time and clues.olgeni2003-01-311-3/+4
|
* Re-add mga_hal's checksum yet again.anholt2003-01-252-0/+2
| | | | | | (working on a separate mga_hal port to get rid of this mess once and for all) Submitted by: many
* [1] Fix missing symbols in i810 driveranholt2003-01-2414-21/+87
| | | | | | | | | | | [2] Fix xdm on Alpha by using NetBSD's version of Wraphelp.c [3] Report buttons 7 and when using sysmouse protocol [4] Fix missing symbols in r128 driver. [5] Reset /usr/X11R6/bin/X to Xwrapper-4 after install if Xwrapper-4 exists. PR: [1] i386/44203 [2] ports/43664 [3] ports/43232
* Add missing lib/X11/xserver/SecurityPolicy for other XFree86 server ports.anholt2003-01-162-0/+2
|
* [1] Move the recently committed patch-common_x86.c to XFree86-4-librariesanholt2002-12-084-66/+2
| | | | | | | | | so it covers libOSMesa, too. [2] Reduce stack usage in libX11 (helps JDK 1.4) PR: [1] ports/46037 Submitted by: [2] phantom Approved by: portmgr
* [1] Quiet some prolific debug output in cirrus driver.anholt2002-12-058-6/+88
| | | | | | | | | | [2] Stop SIGILLs when running GL clients on systems with SSE but no CPU_ENABLE_SSE in the kernel. [3] Fix imake complaints after XFree86-4-libraries patch to stop libXThrStub build on post-500043 -current. PR: [1] 38590 Approved by: portmgr
* [1] Make the 4.2.1 ports all use the merged 4.2.1+mitshm patch.anholt2002-10-1715-48/+61
| | | | | | | [2] Make the ports respect CFLAGS better. Now CFLAGS (and CC/CXX) are set for the build during the configure stage. PR: [2] 40271, 43369
* o Back out a patch from the 4.2.1 update which broke DPMS on Rage 128 hardwareanholt2002-10-096-106/+24
| | | | | o Use XFree86's mga driver, even in the WITH_MATROX_GXX_DRIVER case. (it now only adds installation of the hal library)
* Fix distfile survey issues with X ports, update bsd.sites.mk to includeanholt2002-09-211-1/+1
| | | | | | | more working X mirrors and remove a local distfiles site that hasn't been updating. Approved by: portmgr
* Missed the PORTREVISION bumpanholt2002-09-192-2/+2
|
* Fix Matrox G550 cursor in the non-WITH_MATROX_GXX_DRIVER case.anholt2002-09-194-4/+32
| | | | | PR: 37542 Submitted by: Peter Johnson <freebsd@bilogic.org>
* Update XFree86 Servers ports to 4.2.1 + the second SHM security fix (foranholt2002-09-1910-15/+71
| | | | XFree86-4-Servers, this fixes the case where the X Server is started by xdm).
* Update XFree86-4-* ports which share XFree86-4-libraries's patches:anholt2002-09-1814-51/+82
| | | | | | | | - Reduce build times by not rebuilding some programs/libraries in each port. - Move some files from -clients to -libraries and from -libraries to -server. - Make package-building in XFree86-4 more intuitive PR: 41606 (package building)
* Fix WITH_MATROX_GXX_DRIVER case after 4.2.1 upgrade.anholt2002-09-052-2/+2
| | | | Submitted by: obraun
* Update XFree86-4-clients, -Servers, and -libraries to 4.2.1.anholt2002-09-054-10/+26
| | | | | The most notable update is fixing what appears to be possible privelege escalation with libX11 and setuid clients (xterm is one).
* When initialising s3 driver call fbPictureInit() like other drivers do. Thissobomax2002-08-262-2/+2
| | | | | | | fixes a problem with RENDER extention not working with s3 driver. Bump PORTREVISION. Approved by: maintainer (implicitly)
* gzip the new patches to help users who are getting mangled text files fromanholt2002-08-154-4/+4
| | | | | | ${MASTER_SITE_LOCAL} PR: 41408
* Add missing checksum unbreaking WITH_MATROX_GXX_DRIVERlioux2002-08-072-0/+2
| | | | | | PR: 41367 Submitted by: Sergey N. Voronkov <serg@tmn.ru> Approved by: maintainer (travelling approval)
* 1. Use XlcDL.c from X CVS to help people with Korean or Japanese XIM and GTK+anholt2002-08-054-2/+12
| | | | | | | | | | | | 2. Update PCI IDs and nv driver to include newer nv chipsets 3. Add SHM to XFree86's libc wrapper on bsd to help with nv binary drivers. 4. Fix mouse scrollwheels on -current (new gcc) Submitted by: [1] Hye-Shik Chang <perky@FreeBSD.org> [2] Chris Dillon <cdillon@wolves.k12.mo.us> [3] Matthew N. Dodd <mdodd@freebsd.org> [4] Ted Lindgreen <ted@sanne.nlnetlabs.nl> Approved by: mdodd
* gzip Wraphelp.c and put it in local_distfiles, to help users having troublesanholt2002-08-0212-60/+50
| | | | | | | | downloading it. Move freebsd-glide3headers there too. Update BUILD_DEPENDS for font ports to catch new requirements as of 4.2.0. PR: 40362, 40759 Approved by: des (mentor)
* Change email to anholt@freebsd.org and move local distfiles.anholt2002-07-301-2/+2
| | | | Approved by: des
* Make XFree86-4 miniports use imake-4's HasXdmAuth setting (default is YES).anholt2002-07-1813-192/+68
| | | | | | | Clean up Wraphelp.c inclusion in the ports that need it. Add USE_PERL5 to imake-4. Approved by: des
* Take over maintainership of XFree86-4 ports. Add patches to fix libGLU onanholt2002-07-1410-60/+70
| | | | | | | | -current, fix the DRI with Wine, update the config files for the X ports, and fix many of them to allow continuing of the X build after interruption (it used to clean and rebuild). Approved by: will, des (mentor)
* FreeBSD'ize the XFree86 v4 server configuration programs.obrien2002-06-098-2/+128
| | | | Sponsored by: FreeBSD Mall, Inc.
* Add runtime dependency on default font bitmaps so this works OOB. Bumpwill2002-06-071-0/+5
| | | | | | PORTREVISION to include package change. Submitted by: mbr
* Take maintainership of glide3, update to a more recent CVS snapshot,anholt2002-06-0724-75/+762
| | | | | | | fix automake troubles, include patches for several bugs. Reviewed by: des Approved by: portmgr
* BROKEN: Does not buildkris2002-05-181-0/+2
|
* Chase location of freetype1 includes to unbreak build. This fixes thekris2002-04-272-0/+22
| | | | 29 xtt packages.
* Fix typo (it's -> its).olgeni2002-04-141-1/+1
|
* Update to always compile DRI on i386 machines, including 3dfx support.will2002-04-028-60/+38
| | | | | | | | /sys no longer needs to be accessible, nor does Glide support (unlike with 4.1.0). Bump PORTREVISION to denote update. PR: 36181 Submitted by: Eric Anholt <eanholt@gladstone.uoregon.edu>
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* BROKEN: does not buildkris2002-03-251-0/+2
|
* Fix alpha package -- some files are not installed when MACHINE_ARCH=alpha.will2002-03-194-8/+24
| | | | | | | | | No PORTREVISION bump -- package for alpha didn't build last time and for all other arches nothing changes. Tested on i386 only. This also fixes the logic error which added MATROX files to pkg-plist if BuildXF86DRI was set to NO. Submitted by: gallatin
* Tweaks to get this compiling on alpha:gallatin2002-03-192-2/+14
| | | | | | | | | - Disable the building of DRI (as it only works on x86) - Ensure that HaveMatroxHal is defined to a valid value when DRI is not built, otherwise imake complains about a syntax error when it encounters HaveMatroxHal in the mga driver Imakefile reviewed by: will
* More cosmetic fixes:will2002-03-182-10/+16
| | | | | | [1] Move warning about Matrox HAL drivers to pre-everything target, so the user gets the warning whether or not they enable the driver. [2] Tag Matrox-specific master sites and distfile.
* [1] Update MGA HAL drivers for XFree86 4.2.0.will2002-03-176-18/+34
| | | | | | | | [2] If WITH_MATROX_GXX_DRIVER defined, bump PORTREVISION to preserve the upgrade path for users who already have 4.2.0 but not this. [3] Cosmetic cleanups. Submitted by: [1] Glenn Johnson <glennpj@charter.net>
* XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgradeswill2002-03-1616-130/+111
| | | | | | | | | [1] Upgrade to 4.2.0. [2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES by default. Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp Approved by: [2] core
* Adjust in accordance with the new location of freetype1 includessobomax2002-03-141-1/+1
| | | | (${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Pass maintainership to submitterpat2002-01-091-1/+1
| | | | | PR: 33633 Submitted by: Christopher Elkins <chrise@scardini.com>
* sync with XFree86-4sf2002-01-072-2/+2
| | | | - Fix a flickering LCD problem with i815 chipset.
* configure exits with error ifsf2002-01-065-66/+100
| | | | | | - USA_RESIDENT=YES and - imake-4 assumes HasXdmAuth=YES and - Wraphelp.c can't be found.
* o pre-fetch: -> pre-everything::sf2002-01-065-25/+20
| | | | | o ECHO -> ECHO_MSG o add comments.
* xfs does not have connection with Wraphelp.csf2002-01-061-22/+1
|
* pass HasXdmAuth to configure script.sf2002-01-063-0/+3
|
* remove redundant definition.sf2002-01-062-4/+0
|
* sync with x11/XFree86-4sf2002-01-052-2/+2
| | | | - support ATI XPERT 128.
* Update to 1.31, relinquish maintainership, since I don't have windows boxesade2002-01-052-3/+3
| | | | | | | to look after any more :) PR: 33561 Submitted by: Christopher Elkins <chrise@scardini.com>
* Fix last commit; unbreak WITH_MATROX_GXX_DRIVER.sf2001-12-162-2/+4
|
OpenPOWER on IntegriCloud