Commit graph

457 commits

Author SHA1 Message Date
Dejan Lesjak
e65741a49f - Grab a fix for ati driver panel mode decoding from Marc La France. [1]
- Install driver manpages with 'x' postfix so the ones that clash with
  FreeBSD ones are easier to obtain. [2]
- Fix plist.

PR:		ports/25576 [2]
Obtained from:	XFree86 CVS [1]
Reported and tested by:	julian [1]
2005-02-16 03:54:16 +00:00
Alex Dupre
3c4bad5efb - Set USE_RC_SUBR to fix the new rcNG startup script
- Bump PORTREVISION
2005-01-26 08:56:48 +00:00
Dejan Lesjak
6e74169b0c Add rcNG startup script. [1]
Font cache is not build by default, which makes related lines in
default configure file wrong, which in turn causes xfs to error out
on startup with default file. Tweak generation of said file in a way
that would make proper configuration depending on existance of font
caching code, so that this patch can be sent upstream. [2]

Inspired by:	Jose M Rodriguez (josemi at freebsd.jazztel.es) [1]
Bits and pieces for [1] stolen from:
		src/etc/rc.d/xfs, apache2 and squid ports
Noticed by:	Gary Dunn (knowtree at aloha.com) [2]
2005-01-23 19:50:40 +00:00
Dejan Lesjak
b2576217ee Enable font cacheing. [1]
Add rcNG startup script. [2]

Noticed by:	Gary Dunn (knowtree at aloha.com) [1]
Inspired by:	Jose M Rodriguez (josemi at freebsd.jazztel.es) [2]
Bits and pieces for [2] stolen from:
		src/etc/rc.d/xfs, apache2 and squid ports
2005-01-18 22:09:14 +00:00
Eric Anholt
506708ce32 Remove file that shouldn't have been added. 2005-01-16 05:06:04 +00:00
Eric Anholt
31179eebc6 [1] Add i810 driver to AMD64 package.
[2] Put the manpages from section 4 under 4x.  For example, you can do
    "man 4x vga" to get the X vga(4x) manpage, still do man 4 cirrus to get
    cirrus(4x), and man -a vga to get both vga manpages.
[3] Apply several important-looking fixes to ATI drivers from the stable branch:
    - Fix mode setting with Mach64 on some laptops.
    - Don't crash with mach64 for some PCI configurations
    - Improve hang detection on r128s. (may improve speed in DRI, too)
    - Avoid a hang on server regen on r128 with DRI.
    - Fix the DynamicClocks support, which could have caused hangs with DRI on
      original Radeons.

PR:		[2] ports/25576
Submitted by:	[2] fanf
Requested by:	[1] peter
Obtained from:	[3] XORG-6_8-branch
2005-01-13 22:52:24 +00:00
Eric Anholt
d8d393df80 New port: mga_hal, a packaging of the Matrox HAL binary, which extends the set
of features supported by the open-source Matrox driver for X.Org and XFree86.
This is a newer version than that discussed in the original PR, and has only
been tested briefly by myself on a G400 with X.Org 6.8.1.  Note that though the
readme.txt says the file is redistributable, the only licensing information to
be found is the click-through on the website which says redistribution is not
allowed.

PR:		ports/55699
Submitted by:	Jens Rehsack, rehsack at liwing dot de
2005-01-13 01:11:54 +00:00
Eric Anholt
08ae21589b [1] Fix a crash on startup with i830+ systems due to failure to follow an API
change that occurred.
[2] Install the xorg.conf referred to by xorg.conf(5).  Installation was
disabled during the XF86 name avoidance phase, but could still be of use.
[3] Add a section about the Composite extension to xorg.conf.
[4] Add MakeDllModules YES to the WITH_DEBUG flag's options.  While it won't
package correctly, you can't actually debug modules (where crashes almost always
happen) without it.
[5] Merge fixes from XORG-6_8-branch for i810 driver crashes in on CloseScreen,
ringbuffer lockups, and various warnings.
[6] Recognize R_ALPHA_SREL32 relocation type in elfloader.

PR:		[1] ports/75425
		[2] ports/73915
		[6] ports/73257
Submitted by:	[1] Marc Silver, marcs at draenor dot org
		[2] Frank J. Laszlo, laszlof at vonostingroup dot com
		[6] Ken Stailey kstailey at yahoo dot com
		[6] r1.4 of X.Org CVS.
Approved by:	portmgr
2005-01-02 00:32:07 +00:00
Eric Anholt
df0e9fb363 Re-add libXThrStub for FreeBSD that requires thread stubs. Between 6.7 and 6.8
I had moved libXThrStub into libX11, because it seemed unnecessary.  However,
because libc_r symbols are also weak, the weak stubs in libX11 would interfere,
however they don't if they are in a library linked by libX11.  The most common
manifestation of the problem was:
GThread-ERROR **: file gthread-posix.c: line 137 (g_thread_impl_init): error
'Invalid argument' during 'pthread_getschedparam (pthread_self(), &policy,
&sched)'
in glib apps.

PR:		ports/75477
Submitted by:	KIMURA Yasuhiro, yasu at utahime dot org
Testing by:	marcus
2004-12-31 09:02:27 +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
Alexey Dokuchaev
f6101b7378 Add missing prototype to fix the build with recent GCC. 2004-12-24 15:41:40 +00:00
Dejan Lesjak
5870a4864c Bump PORTREVISION, since html manpages are no longer built/installed
and that changes packaging content.
2004-12-23 05:31:04 +00:00
Dejan Lesjak
2356b8da50 Depend on xfree86-dri rather than dri. Also depend on it on amd64. 2004-12-23 03:40:19 +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
Kris Kennaway
44126a8d72 Fix pkg-plist and bump PORTREVISION 2004-12-10 22:27:00 +00:00
Dejan Lesjak
40ace6f64a Enable use of cirrus driver on NEC PC-9821 with CLGD755x. Patch was
submitted by Satoshi Kimura to both x11@freebsd.org and XFree86. It is
already in XFree86 CVS (Changelog #125) so the diff was taken from there.
Also install two files with Japanese documentation.

Submitted by:	Satoshi Kimura
2004-11-11 19:40:20 +00:00
Dejan Lesjak
7f352fc47f Don't refer people to nonexistant 'Monitors' file in xorgconfig.
(freedesktop.org Bugzilla #1692)

Reported by:	znerd
PR:		ports/56275
2004-11-04 16:57:50 +00:00
Dejan Lesjak
4710f1d03f Don't refer people to nonexistant 'Monitors' file in xf86config.
(XFree86 Bugzilla #1498)

Reported by:	znerd
PR:		ports/56275
2004-11-04 16:54:34 +00:00
Dejan Lesjak
8d307e831d Fix behaviour of keyboard under pc98 where keycodes differ from i386.
Submitted by:	Satoshi Kimura
Approved by:	portmgr (linimon), mentor (anholt)
2004-09-26 14:18:42 +00:00
Dejan Lesjak
35a98cc891 Fix behaviour of keyboard under pc98 where keycodes differ from i386. [1]
Fix behaviour of keyboard under sparc64, where keycodes were off by one
(i.e., when pressing 'd' on keyboard, server would get code for 'f'). [2]

PR:		ports/71937 [1]
Submitted by:	Satoshi Kimura [1], marius [2]
Approved by:	portmgr (linimon), mentor (anholt)
2004-09-26 14:15:00 +00:00
Kris Kennaway
6848e5390f BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 16:41:50 +00:00
Dejan Lesjak
4985aab58d Fix behaviour of keyboard under sparc64, where keycodes were off by one
(i.e., when pressing 'd' on keyboard, server would get code for 'f').

Submitted by:	marius
Approved by:	portmgr (linimon), anholt (mentor)
2004-09-12 20:35:08 +00:00
Dejan Lesjak
ab67e24779 Fix problem with XVideo (insufficient resources for operation). [1]
Use correct prototype for sysarch(2). [2]

PR:		ports/70317 [1],  ports/71037 [2]
Submitted by:	Andrew Elmore (aelmore at interwoven.com) [2]
Approved by:	anholt (mentor)
Obtained from:	Free Desktop.Org Bugzilla #474 [1]
2004-09-02 21:46:08 +00:00
Dejan Lesjak
baee44bc4d Fix problem with XVideo (insufficient resources for operation).
PR:		ports/70317
Approved by:	anholt (mentor)
Obtained from:	Free Desktop.Org Bugzilla #474
2004-09-02 21:34:24 +00:00
Dejan Lesjak
e411d635e5 Use MASTER_SITE_XORG.
Approved by:	anholt (mentor)
2004-09-02 01:57:53 +00:00
Dejan Lesjak
4e26b6c5f6 Fix missing symbol with SiS driver.
PR:		ports/69790
Submitted by:	Andreas Kohn (andreas AT syndrom23.de)
Approved by:	anholt (mentor)
2004-08-31 00:34:39 +00:00
Dejan Lesjak
832fe3dcd8 Fix missing symbol with SiS driver [1].
Fix package list (partly [2]).

PR:		ports/69790 [1], ports/70376 [2]
Submitted by:	Andreas Kohn (andreas AT syndrom23.de) [1]
		John R. Makosky (jrm-spam1 AT crackpot.org) [2]
Approved by:	anholt (mentor)
2004-08-31 00:18:27 +00:00
Kirill Ponomarev
bdde5eee0e Update to version 1.6.1
PR:		ports/71129
Submitted by:	Ports Fury
2004-08-30 08:44:05 +00:00
Dejan Lesjak
2578633dc2 Fix PLIST_SUB variables in amd64 and i386 cases to generate proper plist
and thus include all drivers in package. Bump PORTREVISION, since package
contents changed.

PR:		ports/70589
Approved by:	anholt (mentor)
2004-08-21 05:16:12 +00:00
Joe Marcus Clarke
7f822245ec Remove the XFree86-Server snapshot. The main port has been updated, and
this port has served its purpose.

Requested by:	kris
2004-08-10 02:03:00 +00:00
Joe Marcus Clarke
12dd1bca2a Mark this port IGNORE now that XFree86-4-Server has been updated to 4.4.0. 2004-08-10 01:30:46 +00:00
Joe Marcus Clarke
42c2cdc260 Update XFree86 clients to 4.4 release. Release notes are available at
http://www.xfree86.org/4.4.0/RELNOTES.html

PR:		ports/67733 imake
		ports/67508 libraries
		ports/67510 clients
		ports/67513 server
		ports/67776 100dpi fonts
		ports/67777 75dpi fonts
		ports/67778 cyrillic fonts
		ports/67779 default bitmap fonts
		ports/67781 font encodings
		ports/67783 scalable fonts
		ports/67784 font server
		ports/67785 XFree86 meta-port
		ports/67775 documents
		ports/67786 manpages
		ports/67787 nest server
		ports/67788 print server
		ports/67789 virtual framebuffer server
		ports/56487 (Upgrading Xfree86-clients from ports overwrites xdm config files)
		ports/44252 (XFree86-4-Server port removes/overwrites config files)
Submitted by:	Dejan Lesjak (dejan DOT lesjak AT ijs DOT si)
Additional changes by:	anholt
			Jung-uk Kim (jkim AT niksun DOT com)
			arved
Tested by:	pointyhat
		linimon
2004-08-10 01:29:22 +00:00
Pav Lucistnik
b4ab3f638a - Correct typo (CLFAGS -> CFLAGS)
PR:		ports/69703
Submitted by:	Masakazu HIGAKI <higamasa@dream.com>
2004-07-28 14:24:35 +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
57a2ac1061 Register conflicts on xorg-nestserver. 2004-07-23 18:38:25 +00:00
Eric Anholt
e7eda50e2f New port: xorg-nestserver, the nesting X server from X.Org. 2004-07-23 18:37:31 +00:00
Eric Anholt
47a9baa231 s/WITH_XLIB/USE_XLIB/ -- fixes missing dependency.
Reported by:	pointyhat via kris (over and over)
2004-07-19 06:29:06 +00:00
Eric Anholt
b812c90ccf Rethink the DRI dependency. It's not actually needed for the server to work.
It's only useful with both server and libraries.  It should really be depended
on by the metaport instead.

PR:		ports/68484
Submitted by:	Roman Bogorodskiy <bogorodskiy@inbox.ru>
2004-07-11 20:22:37 +00:00
Joe Marcus Clarke
9e5632dd66 Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:		63944
Based on work by:eik and marcus
Approved by:	ade (autotools maintainer)
Tested by:	kris on pointyhat
Bound to be hidden problems:	You bet
2004-07-09 17:43:11 +00:00
Eric Anholt
49b123650d Register new CONFLICTS. 2004-06-19 06:10:42 +00:00
Eric Anholt
931b9ae630 And my hat collection grows. Actually remove the remnants of pkg-message
stuff.
2004-06-19 06:03:51 +00:00
Eric Anholt
0c7c8dd0cf - Install the server setuid by default. The x11/wrapper/files/wrapper.c code
is already in the server.  I can't even imagine a situation where running an
X server (which is run as root, mind you) is ok, while having a setuid X
server with arguments and environment checking ala wrapper.c is not.  But put
an option in anyway.
- Include the SERVER_PATCHES define needed for the new server ports.
2004-06-19 05:51:45 +00:00
Eric Anholt
36bc9a7a5d New port: xorg-vfbserver, the virtual framebuffer X server from X.Org. 2004-06-19 02:02:13 +00:00
Eric Anholt
2036cf1d85 New port: xorg-printserver, the X Print server. 2004-06-19 01:54:49 +00:00
Eric Anholt
bb5c7b42bf Register new conflicts on xorg-fontserver. 2004-06-11 05:49:03 +00:00
Eric Anholt
fbd1414e85 New port: xorg-fontserver taken from X.Org release 6.7.0. 2004-06-11 05:36:11 +00:00
Eric Anholt
899dc07994 Install xorgcfg and xorgconfig.
PR:		ports/67656
Submitted by:	Alex Deiter <tiamat@komi.mts.ru>
2004-06-10 07:43:39 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Eric Anholt
62e4243072 - Only set XFREE86_HTML_MAN if there are going to be manpages installed
(XMAN_DIRS is set).
- Remove spammed-in configure.gen.pre
- Pass thread flags/libs to configure like should have been done
- Add changes to config/cf/* for the fonts ports.
2004-05-31 02:56:22 +00:00