Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2002 19:59:23 +0200
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        jmz@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   XFree96-4 misses s3 drived and possibly other ones
Message-ID:  <3C4C56FB.371CF266@FreeBSD.org>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------FF29C67837973F4F55F3B801
Content-Type: text/plain; charset=koi8-r
Content-Transfer-Encoding: 7bit

Hi,

One of the major advantages of the version 4.2.0 of XFree86 is much
broader graphics cards support, Unfortunately our port doesn't build
new drivers added in this version, particularly I've found that the
new s3 driver isn't compiled by default. Attached please find the
patch which fixed scripts/configure. Please note that you will
probably need another one for pkg-plist.

-Maxim

--------------FF29C67837973F4F55F3B801
Content-Type: text/plain; charset=koi8-r;
 name="xfree86-4.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="xfree86-4.diff"

Index: scripts/configure
===================================================================
RCS file: /home/ncvs/ports/x11/XFree86-4/scripts/configure,v
retrieving revision 1.82
diff -d -u -r1.82 configure
--- scripts/configure	6 Oct 2001 21:20:26 -0000	1.82
+++ scripts/configure	21 Jan 2002 17:53:13 -0000
@@ -51,7 +51,7 @@
                                 siliconmotion \
                                 vesa vga XF86OSCardDrivers XF86ExtraCardDrivers
 #else
-#define XF86CardDrivers         mga glint nv tga s3virge sis rendition \
+#define XF86CardDrivers         mga glint nv tga s3 s3virge sis rendition \
                                 neomagic i740 tdfx savage \
                                 cirrus tseng trident chips apm \
                                 GlideDriver fbdev i128 \

--------------FF29C67837973F4F55F3B801--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C4C56FB.371CF266>