Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2002 20:13:28 +0200
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        jmz@FreeBSD.org, ports@FreeBSD.org
Subject:   Re: XFree96-4 misses s3 drived and possibly other ones
Message-ID:  <3C4C5A47.9BD7DA6F@FreeBSD.org>
References:  <3C4C56FB.371CF266@FreeBSD.org>

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

Maxim Sobolev wrote:

> 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.

Sorry, wrong patch. Attaching correct one.

-Maxim

--------------DA3FC093689ABE61B43575F1
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 18:10:47 -0000
@@ -43,7 +43,7 @@
 
 cat >> $F <<END
 #ifdef i386Architecture
-#define XF86CardDrivers         mga glint nv tga s3virge sis rendition \
+#define XF86CardDrivers         mga glint nv tga s3 s3virge sis rendition \
                                 neomagic i740 tdfx savage \
                                 cirrus vmware tseng trident chips apm \
                                 GlideDriver fbdev i128 \
@@ -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 \

--------------DA3FC093689ABE61B43575F1--


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?3C4C5A47.9BD7DA6F>