summaryrefslogtreecommitdiff
path: root/x11/XFree86 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This patch solves several problem to Korean users:Jean-Marc Zucconi2000-10-272-1/+11
| | | | | | | | | | | | | | - it enables XIM in Netscape 4.x correctly. - it makes -ksc5601.1987-1 fonts to be not mandatory in XIM in Netscape 4.x, without this patch, Netscape tries to use -ksc5601.1987-1 fonts in HTML form. But -ksc5601.1987-1 fonts is not standard in Korea. - it eliminates dirty hack in Korean IMs, korean/{ami,hanIM,byeoroo}. Submitted by: CHOI Junho <cjh@kr.FreeBSD.org> Notes: svn path=/head/; revision=34317
* Back out previous commit. The path in the patch file is incorrect. I willJean-Marc Zucconi2000-10-272-11/+1
| | | | | | | fix it later. (never commit an untested patch, even a 1 line patch!) Notes: svn path=/head/; revision=34313
* This patch solves several problem to Korean users:Jean-Marc Zucconi2000-10-271-0/+10
| | | | | | | | | | | | | | - it enables XIM in Netscape 4.x correctly. - it makes -ksc5601.1987-1 fonts to be not mandatory in XIM in Netscape 4.x, without this patch, Netscape tries to use -ksc5601.1987-1 fonts in HTML form. But -ksc5601.1987-1 fonts is not standard in Korea. - it eliminates dirty hack in Korean IMs, korean/{ami,hanIM,byeoroo}. Submitted by: CHOI Junho <cjh@kr.FreeBSD.org> Notes: svn path=/head/; revision=34312
* PORTREVISION=4Jean-Marc Zucconi2000-10-271-1/+1
| | | | Notes: svn path=/head/; revision=34311
* Fix entry for zh_TW.Big5 XLC_LOCALEJean-Marc Zucconi2000-10-231-0/+11
| | | | | | | | PR: ports/22207 Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=34135
* Add support for the Savage IX/MV chipset.Jean-Marc Zucconi2000-10-231-0/+208
| | | | | | | Submitted by: Andreas Klemm <andreas@klemm.gtn.com> Notes: svn path=/head/; revision=34133
* PORTREVISION=3Jean-Marc Zucconi2000-10-231-1/+1
| | | | Notes: svn path=/head/; revision=34132
* Add the latest fixes to PATCHFILES (all related to the s3 driver)Jean-Marc Zucconi2000-10-102-3/+9
| | | | | | | | PATCH_DIST_ARGS had to be changed because one of the patchfiles has an incorrect path. This is ok as long as all patches touch files in xc/programs/ Notes: svn path=/head/; revision=33666
* Rename PLIST.* to pkg-plist.*.Satoshi Asami2000-10-081-2/+2
| | | | Notes: svn path=/head/; revision=33551
* Add PORTREVISION=1Jean-Marc Zucconi2000-09-251-0/+1
| | | | Notes: svn path=/head/; revision=33111
* Fix compilation. There was an undefined variable.Jean-Marc Zucconi2000-09-251-5/+7
| | | | Notes: svn path=/head/; revision=33110
* Some problems were discovered in X11 libraries which can cause DoS inJean-Marc Zucconi2000-09-241-0/+556
| | | | | | | | | | | | libICE and xdm. Also some potiential buffer overflow may occur in XKB options parsing (although they can't be exploited in OpenBSD's default setup where the X servers are not setuid). This patch fixes all these problems. Submitted by: kris Notes: svn path=/head/; revision=33079
* Make life of maintainers of various XFree ports a bit easier by movingMaxim Sobolev2000-09-211-5/+2
| | | | | | | | | | | | | | | | MASTER_SITES into bsd.sites.mk (MASTER_SITE_XFREE). Also add officially announced by xfree http mirror. Following is the announcement. [20 September 2000] XFree86 nows offers http download access! This is a big story for those who cannot download via ftp access because of proxy/firewall concerns. This has been generously donated by the Computing Center of the University of Applied Sciences in Esslingen, Germany. This is a full ftp mirror repository which is updated hourly with a connection speed of 20 MegaBit. Notes: svn path=/head/; revision=32923
* Move patch relative to FreeBSD.cf from patch-00 to patch-e.Jean-Marc Zucconi2000-08-042-61/+71
| | | | | | | | | | | Fix linker failures when libXThrStub.so.6 is not already installed. (PR ports/20386) PR: ports/20386 Submitted by: Peter Jeremy <peter.jeremy@ALCATEL.COM.AU> Notes: svn path=/head/; revision=31299
* Rename the file that the interactive configure script producesSheldon Hearn2000-07-312-5/+19
| | | | | | | | | | | from ${WRKDIR}/.config to ${WRKDIR}/config . Conditionalize the interactivity of the configure script on the existence of ${FILESDIR}/config . If the file exists, copy it to ${WRKDIR}/config and do not ask questions. Notes: svn path=/head/; revision=31164
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-155-9/+1
| | | | Notes: svn path=/head/; revision=29614
* Compile in i810 graphics driver support (without AGP kernel support).Ruslan Ermilov2000-06-093-1/+13
| | | | | | | | You will need the I810_UNSUPPORTED_GTT_FALLBACK environment variable for XF86_SVGA server to run. Notes: svn path=/head/; revision=29429
* If we have tcl/tk, build XF86Setup. This makes the package work.Mike Smith2000-05-181-0/+1
| | | | Notes: svn path=/head/; revision=28567
* Set WRKSRC=${WRKDIR}/${DIST_SUBDIR}. Otherwise it will not build.Jean-Marc Zucconi2000-04-161-1/+2
| | | | Notes: svn path=/head/; revision=27629
* Update to use PORTNAME/PORTVERSIONChris Piazza2000-04-131-3/+2
| | | | Notes: svn path=/head/; revision=27497
* Add X symlink and file it points to (XF86_SVGA), some ports want to see ifSatoshi Asami2000-03-271-0/+2
| | | | | | | | | the X server is there by doing a "test -f". Requested by: imura Notes: svn path=/head/; revision=27087
* xfree86.cdrom.com -> ftp.freesoftware.comSatoshi Asami2000-03-131-2/+2
| | | | Notes: svn path=/head/; revision=26793
* Include libXThrStub.so on the Alpha package version.Jordan K. Hubbard2000-03-091-0/+2
| | | | Notes: svn path=/head/; revision=26694
* Discourage the building of a.out libs in favour of the new XFree86-aoutlibsJeremy Lea2000-03-075-15/+16
| | | | | | | | | | | port. Minor PLIST fixes. Approved by: maintainer Notes: svn path=/head/; revision=26601
* In 4.0-current, there is a new czech locale, but appropriate line inJean-Marc Zucconi2000-02-181-0/+11
| | | | | | | | | | | locale.alias is missing. If this patch is not applied, X Window system will not understand czech locales. PR: ports/16777 Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz> Notes: svn path=/head/; revision=25990
* A better fix to the XF86Setup core dump problem: use /usr/bin/cpp insteadJean-Marc Zucconi2000-02-152-9/+13
| | | | | | | | | | of /usr/libexec/cpp in config/cf/FreeBSD.cf (/usr/bin/cpp defines __FreeBSD__ wheras /usr/libexec/cpp does not) Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> Notes: svn path=/head/; revision=25866
* Update the XFree86 3.3.6 port to:Jean-Marc Zucconi2000-02-106-3/+18
| | | | | | | | | | | | | | - contain the released Rage128 patch (but unfortunately this does not solve all problems with this card under FreeBSD) - fix the release date "January 1999" --> "January 2000" - make it possible to build a package (PLIST problem: lib/X11/doc/BetaReport is not installed with 3.3.6) PR: ports/16626 Submitted by: Udo Schweigert <ust@cert.siemens.de> Notes: svn path=/head/; revision=25645
* Enable building XF86Setup with tcl/tk 8.3Jean-Marc Zucconi2000-02-031-1/+6
| | | | | | | Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us> Notes: svn path=/head/; revision=25462
* Add libXThrStubJean-Marc Zucconi2000-01-241-0/+2
| | | | Notes: svn path=/head/; revision=25035
* Allow sessreg to update /var/run/utmpJean-Marc Zucconi2000-01-231-0/+12
| | | | | | | PR: ports/10945 Notes: svn path=/head/; revision=24979
* FreeBSD still supports the ru_SU locale, so there is no reason to exclude itJean-Marc Zucconi2000-01-231-0/+13
| | | | | | | | | from X11. PR: ports/14955 Notes: svn path=/head/; revision=24962
* Unbreak XF86Setup. I am not sure of the correctness of the patch - I haveJean-Marc Zucconi2000-01-191-0/+21
| | | | | | | | | not tried to understand why it was broken. PR: ports/15341 Notes: svn path=/head/; revision=24827
* When copying Wraphelp.c use tr -d '\r' instead of cp. Too many peopleJean-Marc Zucconi2000-01-171-1/+1
| | | | | | | get it transfered in ASCII mode. Notes: svn path=/head/; revision=24797
* Revert my previous commit. The problem is not with tcl/tk 8.2Jean-Marc Zucconi2000-01-161-2/+7
| | | | Notes: svn path=/head/; revision=24784
* Do not build XF86Setup with tcl/tk 8.2. It will not work.Jean-Marc Zucconi2000-01-161-7/+2
| | | | Notes: svn path=/head/; revision=24782
* There is a new library: XThrStubJean-Marc Zucconi2000-01-132-1/+3
| | | | Notes: svn path=/head/; revision=24698
* Disable the i860 driver. It does not compile.Jean-Marc Zucconi2000-01-121-1/+1
| | | | Notes: svn path=/head/; revision=24667
* Upgrade to version 3.3.6Jean-Marc Zucconi2000-01-121-13/+2
| | | | Notes: svn path=/head/; revision=24660
* Upgrade to version 3.3.6Jean-Marc Zucconi2000-01-1218-30/+856
| | | | | | | | patch-4 has been split into several parts (patch-0?); one patch per modified file Notes: svn path=/head/; revision=24659
* Upgrade to version 3.3.6 (threads support is already included)Jean-Marc Zucconi2000-01-121-2/+2
| | | | Notes: svn path=/head/; revision=24658
* Upgrade to version 3.3.6Jean-Marc Zucconi2000-01-121-9/+9
| | | | Notes: svn path=/head/; revision=24657
* Add missing libraries.Satoshi Asami1999-12-301-0/+2
| | | | Notes: svn path=/head/; revision=24296
* Remove the old KerberosIV stuff and PAM-ize.Mark Murray1999-12-243-46/+17
| | | | | | | OK'ed by: jmz Notes: svn path=/head/; revision=23998
* Add directives such as HasJpTk and HasJpTcl when compiling with japanese tcl/tkJean-Marc Zucconi1999-12-051-9/+35
| | | | | | | | PR: ports/12851 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> Notes: svn path=/head/; revision=23607
* Add files specific to xf98 and remove their xf86 equivalent.Jean-Marc Zucconi1999-12-051-4/+19
| | | | | | | | PR: ports/12851 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> Notes: svn path=/head/; revision=23606
* Allow building XF86Setp with japanese tcl/tkJean-Marc Zucconi1999-11-291-1/+11
| | | | | | | Submitted by: kiri@pis.toba-cmt.ac.jp Notes: svn path=/head/; revision=23502
* Change Imake.tmpl and FreeBSD.cf. Imake programs will now use the systemJean-Marc Zucconi1999-11-251-0/+20
| | | | | | | | | CFLAGS instead of the predefined default (-O2) Submitted by: Jeremy Lea <reg@shale.csir.co.za> Notes: svn path=/head/; revision=23310
* Unbreak.Jean-Marc Zucconi1999-11-241-5/+0
| | | | Notes: svn path=/head/; revision=23305