aboutsummaryrefslogtreecommitdiff
path: root/x11/xorg-clients
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154116
* Upgrade to X.Org 6.9.0 release.Dejan Lesjak2006-01-218-118/+66
| | | | | | | | Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11 distributions now use the one from /etc/mtree again. Notes: svn path=/head/; revision=154073
* Silence errors on package install/deinstall by using proper if-clauses inDejan Lesjak2005-12-271-12/+12
| | | | | | | | | xterm workaround @exec/@unexec lines. Prodded by: edwin Notes: svn path=/head/; revision=152230
* Fix the build in the presence of NVIDIA libGL by using the GLX 1.3Eric Anholt2005-11-301-0/+26
| | | | | | | | | | | glXGetProcAddressARB instead of glXGetProcAddress. PR: ports/76257 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsdperu.org> / many Obtained from: X.Org CVS Notes: svn path=/head/; revision=149990
* Abandon installing xterm as xterm-static. There are checks inDejan Lesjak2005-11-132-13/+36
| | | | | | | | | | | | XFree-4-clients and xorg-clients that conditionally create symlinks to xterm-static if there is no xterm present so chances of loosing ability to run xterm after upgrade should be minimized. These checks shall go away in due time. Discussed with: krion Notes: svn path=/head/; revision=148148
* If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,Dejan Lesjak2005-11-112-1/+6
| | | | | | | | | point to The X Window System and Virtual Consoles chapter of FAQ. Add SHA256. Notes: svn path=/head/; revision=147991
* Upgrade X.Org ports to 6.8.2.Dejan Lesjak2005-03-174-17/+65
| | | | | | | | | | | | | | | | | | | | | | | | Release notes are available at http://www.x.org/X11R6.8.2/doc/RELNOTES.html Thanks to kris and krion for running several cluster test builds, maintainers of GNOME for prompt responses, portmgr for postponing ports freeze for this update, testers on FreeBSD-X11@ list and others that I might have mised here. Also included: - fix for ATI Mobility on Dell Inspiron 7500 (obtained from Marc Aurele La France; obtained and tested by julian) - fix for kbd driver on Sparc64 (tested by Aaron Dudek, Michael G. Jung and Matthias Muthmann), which still appears to have problems with some keyboards - so - fix for kbd driver on PC98 (reported and tested by NAKAJI Hiroyuki; PR ports/77217) - fix for i810 on HP D530 (obtained from Egbert Eich; obtained and tested by Anders Nor Berle; PR ports/74757) Notes: svn path=/head/; revision=131533
* Clarify message about how to install luit setuid a bit.Dejan Lesjak2005-01-301-2/+3
| | | | | | | Noticed by: Rostislav Krasny (rosti_bsd at yahoo.com) Notes: svn path=/head/; revision=127727
* Properly fix the termios race rather than disabling copyTermios.Eric Anholt2005-01-132-14/+80
| | | | | | | | | PR: ports/74981 Submitted by: Rong-En Fan, rafan at infor dotorg Obtained from: X.Org bugzilla #1400 Notes: svn path=/head/; revision=126372
* - Rewrap to fit on 80 columns consolePav Lucistnik2004-12-291-2/+3
| | | | | | | Approved by: anholt (x11 hat) Notes: svn path=/head/; revision=125412
* Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2Eric Anholt2004-12-239-79/+57
| | | | | | | | | | | | | | | DRI drivers are incompatible with the old libGL in XFree86, they have been repocopied to graphics/xfree86-dri. Also note that with this commit the html manpages are going away, and with it the runtime dependency on perl for the imake port. Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt Props to: kris (multiple cluster runs and sorting through logs) lesi (fixing all the issues in those logs, and more) Notes: svn path=/head/; revision=124866
* Bump PORTREVISION for previous change, since it changes package contents.Dejan Lesjak2004-11-051-1/+1
| | | | | | | Reminded by: anholt Notes: svn path=/head/; revision=120828
* Install Faroese (fo) keyboard layout.Dejan Lesjak2004-11-042-0/+24
| | | | | | | Reported by: ice (ice2000 at post olivant fo) Notes: svn path=/head/; revision=120785
* Unbreak luit.Dejan Lesjak2004-09-022-11/+11
| | | | | | | Approved by: anholt (mentor) Notes: svn path=/head/; revision=117884
* Use MASTER_SITE_XORG.Dejan Lesjak2004-09-021-1/+3
| | | | | | | Approved by: anholt (mentor) Notes: svn path=/head/; revision=117881
* s/BUILD_DEPENDS/RUN_DEPENDS/ for the xterm-static dependency to make sure thatEric Anholt2004-08-091-1/+1
| | | | | | | | | xterm gets installed in the package case. Reported by: kensmith Notes: svn path=/head/; revision=115772
* Fix typo in plistKirill Ponomarev2004-07-302-7/+7
| | | | | | | Use -f with ln(1) Notes: svn path=/head/; revision=115053
* Fix package buildKirill Ponomarev2004-07-271-1/+1
| | | | | | | Submitted by: roam Notes: svn path=/head/; revision=114855
* Add one more hack allowing users to update with xtermKirill Ponomarev2004-07-272-2/+17
| | | | | | | | | dependency. Approved by: anholt Notes: svn path=/head/; revision=114822
* Move x11/xterm to BUILD_DEPENDS.Kirill Ponomarev2004-07-264-15/+26
| | | | | | | | | | | Remove superfluous dependencies. Pet portlint. Bump PORTREVISION. Approved by: anholt Notes: svn path=/head/; revision=114798
* - Extend IGNORE message, point users to instructions how to switchPav Lucistnik2004-07-231-1/+1
| | | | | | | | | from XFree86-4 to X.Org. Approved by: anholt (x11 hat) Notes: svn path=/head/; revision=114533
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,Eric Anholt2004-07-231-0/+6
| | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=114511
* Add fix for VuXML ID: ff00f2ce-c54c-11d8-b708-00061bc2ad93Eric Anholt2004-07-062-0/+18
| | | | | | | | | | | | When the IPv6 code was added to xdm a critical test to disable xdmcp was accidentally removed. This caused xdm to create the chooser socket regardless if DisplayManager.requestPort was disabled in xdm-config or not. Prodded by: Dejan Lesjak Obtained from: XFree86 bugzilla / X.Org CVS Notes: svn path=/head/; revision=113017
* Fix build on -stable with xorg-libraries installed, and remove an unnecessaryEric Anholt2004-06-172-12/+19
| | | | | | | dependency. Notes: svn path=/head/; revision=111645
* Add missing dependencies.Eric Anholt2004-05-311-3/+5
| | | | Notes: svn path=/head/; revision=110481
* Add port: xorg-clients, a port of the client programs and related files fromEric Anholt2004-05-3114-0/+1135
X.Org. Notes: svn path=/head/; revision=110476