aboutsummaryrefslogtreecommitdiff
path: root/x11/XFree86-4
Commit message (Collapse)AuthorAgeFilesLines
* Add a test to instruct the user to rename ${PREFIX}/lib/libXft.so.1Jean-Marc Zucconi2001-06-132-1/+11
| | | | | | | if it is an incompatible version. Notes: svn path=/head/; revision=43958
* Suppress MLINKS and put all man pages in the MANx sections. The MLINKSJean-Marc Zucconi2001-06-121-649/+649
| | | | | | | | | list was too long and broke 'make readme' Submitted by: sf Notes: svn path=/head/; revision=43875
* Don't try to build AgpGartDrivers on alpha, doing so leads to aAndrew Gallatin2001-06-091-1/+1
| | | | | | | | | build failure very early on. Approved by: jmz Notes: svn path=/head/; revision=43728
* Remove DRI modules. They are not build in 4.1.0.Jean-Marc Zucconi2001-06-074-16/+1
| | | | Notes: svn path=/head/; revision=43610
* Fix the VT switching consoles bug with the i810 driver.Jean-Marc Zucconi2001-06-071-0/+26
| | | | | | | Submitted by: Andrew Hesford <ajh3@usrlib.org> Notes: svn path=/head/; revision=43596
* Complete Makefile.man for 4.1.0 - I forgot to commit this file when IJean-Marc Zucconi2001-06-052-6/+64
| | | | | | | upgraded the port. Notes: svn path=/head/; revision=43550
* The vmware driver must be in the i386Architecture section, not in theJean-Marc Zucconi2001-06-055-3/+8
| | | | | | | | | non-i386Architecture section! Noticed by: Makoto MATSUSHITA <matusita@jp.FreeBSD.org> Notes: svn path=/head/; revision=43534
* Disable the build with WITH_MATROX_GXX_DRIVER. It does not work with 4.1.0Jean-Marc Zucconi2001-06-051-24/+24
| | | | | | | Reported by: Goran Runfeldt <goranrunfeldt@home.se> Notes: svn path=/head/; revision=43503
* Upgrade to version 4.1.0Jean-Marc Zucconi2001-06-0413-1430/+10612
| | | | Notes: svn path=/head/; revision=43475
* Move manpages from pkg-plist to Makefile.man.Jean-Marc Zucconi2001-06-025-3502/+1170
| | | | | | | | | PR: ports/27405 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net> With improvements by: Cyrille Lefevre <clefevre@poboxes.com> Notes: svn path=/head/; revision=43419
* Update the checksum for xc/mga-1_2_0beta.tgz. There are no changes inJean-Marc Zucconi2001-06-011-1/+1
| | | | | | | | | | the sources: a readme file has been updated and CVS directories removed. PR: ports/27802 Submitted by: Mark Knight <markk@knigma.org> Notes: svn path=/head/; revision=43371
* The DRI module breaks building of XF86-4 on alpha because drmP.hAndrew Gallatin2001-05-281-1/+1
| | | | | | | | | contains x86 specific assembly. Disable it on alpha. Approved by: jmz Notes: svn path=/head/; revision=43221
* Do not build and the DRI kernel modules in -current. Sources of drm modulesJean-Marc Zucconi2001-04-112-3/+5
| | | | | | | have to be modified for SMPng systems. Notes: svn path=/head/; revision=41257
* Upgrade the Matrox driver to version 1.2.0Jean-Marc Zucconi2001-04-102-3/+3
| | | | | | | Submitted by: lioux Notes: svn path=/head/; revision=41163
* Build and install the DRI kernel modules.Jean-Marc Zucconi2001-04-106-2/+80
| | | | Notes: svn path=/head/; revision=41159
* Fix a build problem on alpha machines.Jean-Marc Zucconi2001-04-061-0/+16
| | | | | | | | PR: ports/26367 Tested by: Christian Weisgerber <naddy@mips.inka.de> Notes: svn path=/head/; revision=40942
* Add the possibility to disable support for TrueType fonts.Jean-Marc Zucconi2001-03-201-1/+5
| | | | Notes: svn path=/head/; revision=40110
* set MASTER_SITE_SUBDIR to 4.0.2Jean-Marc Zucconi2001-03-181-1/+1
| | | | | | | Submitted by: cpiazza Notes: svn path=/head/; revision=40011
* Those files should have been removed in my previous commit :-/Jean-Marc Zucconi2001-03-186-110/+0
| | | | Notes: svn path=/head/; revision=39996
* Upgrade to version 4.0.3Jean-Marc Zucconi2001-03-188-124/+174
| | | | | | | | | | | | | | | - patch-0 replaced by 'MAKE_ARGS=' in Makefile - XF86Setup is no more supported in XFree-4, so patch-8 is removed as well as corresponding stuff in scripts/configure - patch-config_cf_Server_tmpl replaced by the setting of InstallXserverSetUID in scripts/configure other removed patches are no more necessary. Note that freetype2 is now part of the base 4.0.3 distribution. The freetype2 include and libs files are always installed. Notes: svn path=/head/; revision=39994
* Add the trailing slash to the master site for matrox driver.Jean-Marc Zucconi2001-03-131-1/+1
| | | | Notes: svn path=/head/; revision=39786
* Add the official Matrox driver for G200, G400 and G450 graphic adapters.Jean-Marc Zucconi2001-03-132-4/+29
| | | | | | | | | This is optional and enabled only if WITH_MATROX_GXX_DRIVER is defined. Submitted by: lioux Notes: svn path=/head/; revision=39770
* Use pre-configure instead of pre-fetch to test compiler flags. pre-fetchJean-Marc Zucconi2001-03-131-1/+1
| | | | | | | is already used for the USA_RESIDENT test. Notes: svn path=/head/; revision=39715
* Add include/X11/Xft/XftFreetype.hJean-Marc Zucconi2001-02-103-0/+3
| | | | Notes: svn path=/head/; revision=38187
* Add an option to install config files in /usr/X11R6/lib/X11 instead of /etc/X11Jean-Marc Zucconi2001-02-081-2/+16
| | | | Notes: svn path=/head/; revision=38115
* Add a pre-fetch target to check CFLAGS. XFree won't compile with -O3 or aboveJean-Marc Zucconi2001-02-081-1/+7
| | | | | | | | with xthreads. Bump PORTREVISION. Notes: svn path=/head/; revision=38114
* Style fixes for ports category x11.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=38009
* Dont make 'World' with the -k flag. I want the compilation to stop as soonJean-Marc Zucconi2001-01-111-0/+11
| | | | | | | as an error is encountered rather than at the make install phase. Notes: svn path=/head/; revision=37110
* Add the savage driver.Jean-Marc Zucconi2001-01-094-3/+9
| | | | Notes: svn path=/head/; revision=37000
* Don't build freetype2 from the XFree sources and add a dependency onJean-Marc Zucconi2001-01-085-22/+4
| | | | | | | | print/freetype2. I only got negative feedback with the previous version. Notes: svn path=/head/; revision=36943
* Compile and install the freetype extension.Jean-Marc Zucconi2000-12-295-5/+22
| | | | Notes: svn path=/head/; revision=36444
* This is the complete XFRee86 distribution. Add a note telling thatJean-Marc Zucconi2000-12-252-1/+4
| | | | | | | | | | the distribution is also available in parts. PR: ports/23330 Submitted by: Marc van Woerkom <Marc.vanWoerkom@science-factory.com> Notes: svn path=/head/; revision=36352
* Add 2 extra files.Jean-Marc Zucconi2000-12-253-30/+36
| | | | | | | Sort plist. Notes: svn path=/head/; revision=36351
* Use /etc/mtree/BSD.x11-4.dist, not /etc/mtree/BSD.x11dist!Jean-Marc Zucconi2000-12-251-1/+1
| | | | Notes: svn path=/head/; revision=36323
* Add X threads support.Jean-Marc Zucconi2000-12-225-1/+120
| | | | | | | Submitted by: Carlos A M dos Santos <casantos@cpmet.ufpel.tche.br> Notes: svn path=/head/; revision=36256
* One more patch is needed to ensure the X11 build uses centrallyJean-Marc Zucconi2000-12-212-1/+10
| | | | | | | | | | specified CFLAGS all over. Without this, no optimization is used AT ALL for some files (libraries). Submitted by: Mikhail Teterin <mi@aldan.algebra.com> Notes: svn path=/head/; revision=36211
* Update for XFree86-4.0.2Jean-Marc Zucconi2000-12-201-202/+525
| | | | Notes: svn path=/head/; revision=36144
* Upgrade to 4.0.2Jean-Marc Zucconi2000-12-2021-1042/+1116
| | | | Notes: svn path=/head/; revision=36143
* Use /etc/mtree/BSD.x11-4.dist as mtree file and remove all correspondingJean-Marc Zucconi2000-12-124-497/+1
| | | | | | | '@dirrm ...' in plists. Notes: svn path=/head/; revision=35930
* Fix compilation problems caused by recent changes in machine/console.h andJean-Marc Zucconi2000-11-282-0/+64
| | | | | | | | | machine/mouse.h Submitted by: taguchi@tohoku.iij.ad.jp Notes: svn path=/head/; revision=35478
* There's a bug in XFree86-4's XCreateFontSet(), revealed by 5-current'sJean-Marc Zucconi2000-11-232-1/+20
| | | | | | | | | | | default AJ /etc/malloc.conf behaviour. It can't auto-match CJK fontnames specified in its fontset argument, but only explicit fontnames are accepted. Submitted by: keith Tested by: Clive Lin <clive@CirX.ORG>, Michael C. Wu <keichii@iteration.net> Notes: svn path=/head/; revision=35375
* Fix a problem with the PAM support in xdm that prevents pam_start_session()Jean-Marc Zucconi2000-11-231-1/+1
| | | | | | | | | | | from ever being called PR: ports/22615 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp> Reviewed by: David Dawes Notes: svn path=/head/; revision=35358
* Fix a bug introduced in revision 1.64: empty answers were always replacedJean-Marc Zucconi2000-11-191-1/+1
| | | | | | | by "YES" independently of the value proposed by default. Notes: svn path=/head/; revision=35250
* Enable PAM in xdm if it was requested in the configure phase. PAM supportJean-Marc Zucconi2000-11-142-1/+17
| | | | | | | was broken in previous revisions. Notes: svn path=/head/; revision=35109
* Add a patch to fix the build when Xinerama is not required.Jean-Marc Zucconi2000-11-132-1/+11
| | | | | | | Problem noticed by: jdp Notes: svn path=/head/; revision=35098
* Fix my previous commit. One can't use OSVERSION before including bsd.port.pre.mkJean-Marc Zucconi2000-11-091-4/+4
| | | | Notes: svn path=/head/; revision=34937
* Mark BROKEN for FreeBSD < 4.1. Compilation requires <sys/agpio.h> whichJean-Marc Zucconi2000-11-091-0/+4
| | | | | | | | does not exist. Furthermore `as' does not grok one assembly source (xc/lib/GL/mesa/src/X86/common_x86asm.S) Notes: svn path=/head/; revision=34933
* PORTREVISION=6Jean-Marc Zucconi2000-11-071-1/+1
| | | | Notes: svn path=/head/; revision=34863
* Fix for japanized tk.Jean-Marc Zucconi2000-11-071-2/+5
| | | | | | | | | Use ${PREFIX} instead of /usr/X11R6 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> Notes: svn path=/head/; revision=34862
* Add missing links to directories and remove duplicate entries.Jean-Marc Zucconi2000-11-073-75/+4780
| | | | | | | | | | | Add a few @dirrm Move stuff relatine to /etc/X11 at the end of the file Add plist for PC98 architecture Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> Notes: svn path=/head/; revision=34861