Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10253 - xfree86 4.2.1 and fcpackage = no good.
Summary: xfree86 4.2.1 and fcpackage = no good.
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-05 04:59 UTC by alice bowie
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description alice bowie 2002-11-05 04:59:49 UTC
can you guys make xfree86 and fcpackage be seperate ebuilds?
or at least leave the xft that comes with xfree alone, and install xft2 to a
different directory. 

What I suggest is:

configure xft2 ( from fcpackage) with:
./configure --sysconfdir=/etc --prefix=/usr/X11R6
--includedir=/usr/X11R6/include/Xft2

and leave the default xfree86 xft(1) headers in /usr/X11R6/include/X11/Xft!!!

that way any program wanting xft1 will find the headers.
and any program wanting xft2 will use `xft-config --cflags` to get the proper
headers (eg -I/usr/X11R6/include/Xft2)

the way it is now, just doesnt make sense.

thank you for considering this.
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-05 09:15:22 UTC
Please make sure of you facts, or at least make the effort to read the
ebuild and at least make some sense of it *before* you make comments.
Xft-2.0 *is* a seperate package, in x11-libs/xft.  That which was included
with xfree was only the updated Xrenderer, and Xft-1.2 (NOT 2.0).
Comment 2 alice bowie 2002-11-05 14:07:52 UTC
I did read the ebuild... and I saw this...
S_XFT2="${WORKDIR}/fcpackage.${FC2_VER/\./_}/Xft"
guess I didnt read it too close. why is this line even in the ebuild?

but anyway, I dont think you guys should update _anything_ from fcpackage to
replace native xfree stuff. I guess im the only one that thinks this, so i will
continue to compile x without an ebuild :-(.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-05 14:21:05 UTC
So I guess we also should not update the savage, sis and wacom driver ?
And what about the patches that enables support for ati radeon 9000 ?
And for i830 ?
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-05 15:08:24 UTC
And while we are on the topic ... you know of course that xfree-4.3.0 will
include the stuff in fcpackage by default ?
Comment 5 alice bowie 2002-11-05 15:31:35 UTC
aha, good idea to not include the wacom and sis drivers, make them like the
nvidia-glx ebuild!

sorry that im such a picky bastard.
cya.
Comment 6 alice bowie 2002-11-05 15:40:04 UTC
I just though of something:
would you consider adding a ebuild called xfree-vanilla-4.2.1.ebuild?

I could hack such an ebuild up, if you would add it to portage.