summaryrefslogtreecommitdiffstats
path: root/x11/XFree86
Commit message (Collapse)AuthorAgeFilesLines
* This patch solves several problem to Korean users:jmz2000-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>
* Back out previous commit. The path in the patch file is incorrect. I willjmz2000-10-272-11/+1
| | | | fix it later. (never commit an untested patch, even a 1 line patch!)
* This patch solves several problem to Korean users:jmz2000-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>
* PORTREVISION=4jmz2000-10-271-1/+1
|
* Fix entry for zh_TW.Big5 XLC_LOCALEjmz2000-10-231-0/+11
| | | | | PR: ports/22207 Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
* Add support for the Savage IX/MV chipset.jmz2000-10-231-0/+208
| | | | Submitted by: Andreas Klemm <andreas@klemm.gtn.com>
* PORTREVISION=3jmz2000-10-231-1/+1
|
* Add the latest fixes to PATCHFILES (all related to the s3 driver)jmz2000-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/
* Rename PLIST.* to pkg-plist.*.asami2000-10-081-2/+2
|
* Add PORTREVISION=1jmz2000-09-251-0/+1
|
* Fix compilation. There was an undefined variable.jmz2000-09-251-5/+7
|
* Some problems were discovered in X11 libraries which can cause DoS injmz2000-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
* Make life of maintainers of various XFree ports a bit easier by movingsobomax2000-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.
* Move patch relative to FreeBSD.cf from patch-00 to patch-e.jmz2000-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>
* Rename the file that the interactive configure script producessheldonh2000-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.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-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
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-155-9/+1
|
* Compile in i810 graphics driver support (without AGP kernel support).ru2000-06-093-1/+13
| | | | | You will need the I810_UNSUPPORTED_GTT_FALLBACK environment variable for XF86_SVGA server to run.
* If we have tcl/tk, build XF86Setup. This makes the package work.msmith2000-05-181-0/+1
|
* Set WRKSRC=${WRKDIR}/${DIST_SUBDIR}. Otherwise it will not build.jmz2000-04-161-1/+2
|
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-131-3/+2
|
* Add X symlink and file it points to (XF86_SVGA), some ports want to see ifasami2000-03-271-0/+2
| | | | | | the X server is there by doing a "test -f". Requested by: imura
* xfree86.cdrom.com -> ftp.freesoftware.comasami2000-03-131-2/+2
|
* Include libXThrStub.so on the Alpha package version.jkh2000-03-091-0/+2
|
* Discourage the building of a.out libs in favour of the new XFree86-aoutlibsreg2000-03-075-15/+16
| | | | | | | | port. Minor PLIST fixes. Approved by: maintainer
* In 4.0-current, there is a new czech locale, but appropriate line injmz2000-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>
* A better fix to the XF86Setup core dump problem: use /usr/bin/cpp insteadjmz2000-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>
* Update the XFree86 3.3.6 port to:jmz2000-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>
* Enable building XF86Setup with tcl/tk 8.3jmz2000-02-031-1/+6
| | | | Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
* Add libXThrStubjmz2000-01-241-0/+2
|
* Allow sessreg to update /var/run/utmpjmz2000-01-231-0/+12
| | | | PR: ports/10945
* FreeBSD still supports the ru_SU locale, so there is no reason to exclude itjmz2000-01-231-0/+13
| | | | | | from X11. PR: ports/14955
* Unbreak XF86Setup. I am not sure of the correctness of the patch - I havejmz2000-01-191-0/+21
| | | | | | not tried to understand why it was broken. PR: ports/15341
* When copying Wraphelp.c use tr -d '\r' instead of cp. Too many peoplejmz2000-01-171-1/+1
| | | | get it transfered in ASCII mode.
* Revert my previous commit. The problem is not with tcl/tk 8.2jmz2000-01-161-2/+7
|
* Do not build XF86Setup with tcl/tk 8.2. It will not work.jmz2000-01-161-7/+2
|
* There is a new library: XThrStubjmz2000-01-132-1/+3
|
* Disable the i860 driver. It does not compile.jmz2000-01-121-1/+1
|
* Upgrade to version 3.3.6jmz2000-01-121-13/+2
|
* Upgrade to version 3.3.6jmz2000-01-1218-30/+856
| | | | | patch-4 has been split into several parts (patch-0?); one patch per modified file
* Upgrade to version 3.3.6 (threads support is already included)jmz2000-01-121-2/+2
|
* Upgrade to version 3.3.6jmz2000-01-121-9/+9
|
* Add missing libraries.asami1999-12-301-0/+2
|
* Remove the old KerberosIV stuff and PAM-ize.markm1999-12-243-46/+17
| | | | OK'ed by: jmz
* Add directives such as HasJpTk and HasJpTcl when compiling with japanese tcl/tkjmz1999-12-051-9/+35
| | | | | PR: ports/12851 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
* Add files specific to xf98 and remove their xf86 equivalent.jmz1999-12-051-4/+19
| | | | | PR: ports/12851 Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
* Allow building XF86Setp with japanese tcl/tkjmz1999-11-291-1/+11
| | | | Submitted by: kiri@pis.toba-cmt.ac.jp
* Change Imake.tmpl and FreeBSD.cf. Imake programs will now use the systemjmz1999-11-251-0/+20
| | | | | | CFLAGS instead of the predefined default (-O2) Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Unbreak.jmz1999-11-241-5/+0
|
OpenPOWER on IntegriCloud