Commit graph

24 commits

Author SHA1 Message Date
Dejan Lesjak
31f9b20f99 Fix rebroken printscreen key in keymaps.
PR:		ports/96737
Submitted by:	jylefort
2006-05-09 15:53:39 +00:00
Dejan Lesjak
2098e5e621 Since fontconfig by default generates font cache files in directories where
this port installs charmaps, try to remove them upon uninstallation, so
removing of directories has a chance to succeed. Just in case some user
has for some reason put fonts under these directories, be nice and try to
regenerate cache file and remove it again only if it is empty.

Pointed out by:	pointyhat via kris
Approved by:	portmgr (kris)
2006-03-01 13:36:46 +00:00
Dejan Lesjak
56b91b8547 Fix broken greek symbols file. [1]
Fix build on FreeBSD 4.X by reverting usage of va_copy in xedit(1). [2]

PR:		ports/92633 [1], ports/92136 [2]
Submitted by:	Panagiotis Astithas (past at ebs dot gr) [1]
2006-02-01 21:20:03 +00:00
Dejan Lesjak
627b13b9fb Upgrade to X.Org 6.9.0 release.
Remove separate mtree file for X_WINDOW_SYSTEM=XOrg case. Both X11
distributions now use the one from /etc/mtree again.
2006-01-21 18:55:08 +00:00
Dejan Lesjak
e3a47c74f2 Abandon installing xterm as xterm-static. There are checks in
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
2005-11-13 21:05:05 +00:00
Dejan Lesjak
b8b6f22af1 If port belongs to X11 distribution different than ${X_WINDOW_SYSTEM} one,
point to The X Window System and Virtual Consoles chapter of FAQ.

Add SHA256.
2005-11-11 22:16:17 +00:00
Dejan Lesjak
ac39221672 Upgrade X.Org ports to 6.8.2.
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)
2005-03-17 23:22:13 +00:00
Dejan Lesjak
941a9a738b Clarify message about how to install luit setuid a bit.
Noticed by:	Rostislav Krasny (rosti_bsd at yahoo.com)
2005-01-30 19:40:04 +00:00
Eric Anholt
4d6a826798 Properly fix the termios race rather than disabling copyTermios.
PR:		ports/74981
Submitted by:	Rong-En Fan, rafan at infor dotorg
Obtained from:	X.Org bugzilla #1400
2005-01-13 22:58:38 +00:00
Pav Lucistnik
2afbeab87a - Rewrap to fit on 80 columns console
Approved by:	anholt (x11 hat)
2004-12-29 02:29:31 +00:00
Eric Anholt
c90ee83f03 Update X.Org ports to 6.8.1, and the DRI port to use Mesa 6.2. Because Mesa 6.2
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)
2004-12-23 01:35:49 +00:00
Dejan Lesjak
eda420f62c Bump PORTREVISION for previous change, since it changes package contents.
Reminded by:	anholt
2004-11-05 02:47:23 +00:00
Dejan Lesjak
91a9cd832f Unbreak luit.
Approved by:	anholt (mentor)
2004-09-02 03:15:01 +00:00
Dejan Lesjak
e411d635e5 Use MASTER_SITE_XORG.
Approved by:	anholt (mentor)
2004-09-02 01:57:53 +00:00
Eric Anholt
55eccf8659 s/BUILD_DEPENDS/RUN_DEPENDS/ for the xterm-static dependency to make sure that
xterm gets installed in the package case.

Reported by:	kensmith
2004-08-09 21:21:18 +00:00
Kirill Ponomarev
6f963abeec Fix typo in plist
Use -f with ln(1)
2004-07-30 04:52:15 +00:00
Kirill Ponomarev
2613a127c7 Add one more hack allowing users to update with xterm
dependency.

Approved by:	anholt
2004-07-27 00:06:59 +00:00
Kirill Ponomarev
b3eb115f52 Move x11/xterm to BUILD_DEPENDS.
Remove superfluous dependencies.
Pet portlint.
Bump PORTREVISION.

Approved by:	anholt
2004-07-26 20:12:44 +00:00
Pav Lucistnik
b73a79a29d - Extend IGNORE message, point users to instructions how to switch
from XFree86-4 to X.Org.

Approved by:	anholt (x11 hat)
2004-07-23 23:46:02 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
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)
2004-07-23 19:10:32 +00:00
Eric Anholt
dcda0e48ce Add fix for VuXML ID: ff00f2ce-c54c-11d8-b708-00061bc2ad93
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
2004-07-06 00:53:26 +00:00
Eric Anholt
1f5faf0b39 Fix build on -stable with xorg-libraries installed, and remove an unnecessary
dependency.
2004-06-17 01:53:09 +00:00
Eric Anholt
75a61efde2 Add missing dependencies. 2004-05-31 06:16:13 +00:00
Eric Anholt
dfcb8a3e1c Add port: xorg-clients, a port of the client programs and related files from
X.Org.
2004-05-31 05:28:39 +00:00