summaryrefslogtreecommitdiffstats
path: root/x11/XFree86
Commit message (Collapse)AuthorAgeFilesLines
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-231-0/+4
| | | | | | | | | | | | and make XFREE86_VERSION map to it. XFREE86_VERSION is now deprecated. - Make xorg the default X_WINDOW_SYSTEM on -current. - Add several new X_*_PORT variables which point to various pieces of X11 based on the setting of X_WINDOW_SYSTEM, and make ports use them. - Add information to CHANGES about how to handle the transition. PR: ports/68763 Approved by: portmgr (marcus) Approved by: re (scottl)
* Add size data.trevor2004-03-181-0/+4
| | | | Approved by: maintainers
* Fix wrong path in /etc/XF86Config (purely cosmetical)jmz2003-11-101-0/+17
| | | | PR: ports/34796
* Fix build on -current.jmz2003-03-241-0/+22
|
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Back out previous commit. This can wait the end of ports freeze.jmz2003-03-071-22/+0
|
* Fix compilation on 5.xjmz2003-03-071-0/+22
| | | | | PR: ports/48941 Submitted by: "Matthew D.Fuller" <fullermd@over-yonder.net>
* Due to popular demant into each port which might be inserted into dependencysobomax2002-09-141-0/+4
| | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.)
* Make XF4 be the "default" for a ``pkg_add -r''.obrien2002-05-041-0/+1
|
* Fix the build on -current.jmz2002-04-023-1/+36
| | | | Do not compile with 'make -k'.
* The I128 driver doesn't build properly on the Alpha so remove it.steve2002-01-251-1/+3
| | | | | Reviewed by: murray Approved by: maintainer
* Turn on SYSCONS_SUPPORT for the Alpha architecture. The build gets fartherjhb2002-01-161-8/+9
| | | | but still doesn't finish.
* Bump PORTREVISION after patch-xdm addition.jmz2001-09-281-1/+1
|
* Fix to set environment login.confjmz2001-09-281-0/+27
| | | | | PR: ports/13614 Submitted by: fjoe
* Add a patch to fix up the build-bindist script to not use the extractjhb2001-09-061-0/+16
| | | | binary but to just use tar.
* The 3.3.6 to 3.3.6a (3.3.7?) patch changed the name of the DGUX docs fromjhb2001-09-061-0/+2
| | | | | | DGux.* to DGUX.* w/o the accompanying rename of the sgml source file. To workaround, just rename the file in post-extract in the BUILD_XDIST case.
* People, if you want X11 bits with the releases, you need to leave theobrien2001-09-061-0/+1
| | | | checksum for xc/X336src-2.tgz in here!!
* Always enable extended input devices. Disabling this feature breaks the build.jmz2001-07-281-6/+6
|
* Add most recent patches from the XFree86 cvs repository.jmz2001-04-262-1/+89
|
* Bring in the most recent bits from the XFree86 cvs repository (securityjmz2001-04-0511-640/+18
| | | | fixes mainly). This corresponds more or less to a pre-3.3.7 version.
* Make these into actual patches against XFree86 instead of patches againstjhb2001-03-224-271/+66
| | | | | | the XFree86 port directory. Before these would generate the files files/patch-r0[1234] (some of them multiple times), now they will actually patch the X sources to achieve the desired results.
* Actually name the configure script 'configure' in the BUILD_XDIST case sojhb2001-03-221-1/+1
| | | | that it will actually get executed.
* Add patches needed in building a release X11 distribution that matchesobrien2001-02-275-0/+272
| | | | | | | the ones we used to get from XFree86. Submitted by: jhb Approved by: jmz
* Spelling fix.jmz2001-02-271-1/+1
| | | | Submitted by: TOGAWA Satoshi <toga@puyo.org>
* Add needed support for building an X distribution that mirrors theobrien2001-02-183-7/+229
| | | | XFree86's own distribution layout. To use, define "BUILD_XDIST".
* Style fixes for ports category x11.olgeni2001-02-051-2/+2
|
* Fix a small bug in the MouseKeysAccel feature. Seejmz2001-01-272-1/+61
| | | | | | | http://www.math.missouri.edu/~stephen/software/bugfix-for-mousekeys for a complete description. Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Fix typos in one of the XFree86 header files which corrupted the returnjmz2000-12-122-1/+31
| | | | | | | | from getpwuid, causing the GetRootDirName function to segfault during initialization of the screen database. PR: ports/23500 Submitted by: Brian McDonald <brianmcd@columbus.rr.com>
* Compilation fixes for changes in machine/console.h and machine/mouse.h injmz2000-12-053-0/+85
| | | | | | -current. patch-r and patch-s come from the XFRee86-4 port, another patch is required here for scanpci.c (patch-q, submitted by Donald J. Maddox <dmaddox@sc.rr.com>)
* Increment PORTVERSIONjmz2000-12-051-1/+1
|
* 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
|
OpenPOWER on IntegriCloud