Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 90576 - Packages that install stuff in /usr/X11R6
Summary: Packages that install stuff in /usr/X11R6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-26 22:35 UTC by Georgi Georgiev
Modified: 2005-10-07 10:30 UTC (History)
0 users

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


Attachments
gv-no-x11r6.patch (gv.patch,669 bytes, patch)
2005-04-26 22:37 UTC, Georgi Georgiev
Details | Diff
groff-no-x11r6.patch (groff.patch,456 bytes, patch)
2005-04-26 22:38 UTC, Georgi Georgiev
Details | Diff
ttmkfdir-no-x11r6.patch (ttmkfdir.patch,479 bytes, patch)
2005-04-26 22:40 UTC, Georgi Georgiev
Details | Diff
Xaw3d-no-x11r6.patch (Xaw3d.patch,786 bytes, patch)
2005-04-26 22:43 UTC, Georgi Georgiev
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Georgi Georgiev 2005-04-26 22:35:01 UTC
As of a recent discussion on gentoo-dev, here are some patches for a few packages that install files in /usr/X11R6. These packages are:

ttmkfdir
Xaw3d
gv
groff
Comment 1 Georgi Georgiev 2005-04-26 22:37:15 UTC
Created attachment 57351 [details, diff]
gv-no-x11r6.patch

A patch to make gv install its files in /usr.
I moved everything to a single "sed -i" as there was a -i invocation anyway.
Also moved the sedding to src_unpack() where it belongs.
Comment 2 Georgi Georgiev 2005-04-26 22:38:16 UTC
Created attachment 57352 [details, diff]
groff-no-x11r6.patch

This patch makes groff look at /usr/bin/ for xmkmf.
Comment 3 Georgi Georgiev 2005-04-26 22:40:00 UTC
Created attachment 57353 [details, diff]
ttmkfdir-no-x11r6.patch

This patches changes the installation location of ttmkfdir. Also added a few
unused variables to the make command line in order to avoid some silly warnings
while compiling (the alternative was to change the Makefile, but this is
faster).
Comment 4 Georgi Georgiev 2005-04-26 22:43:26 UTC
Created attachment 57354 [details, diff]
Xaw3d-no-x11r6.patch

This patch hardcodes a few variables on the make command line to avoid
installing in /usr/X11R6. Also a couple of unnecessary "cd" invocations.
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2005-06-07 02:58:29 UTC
gv done 
Comment 6 Donnie Berkholz (RETIRED) gentoo-dev 2005-10-07 10:28:42 UTC
groff has been fixed in a different way.
Comment 7 Donnie Berkholz (RETIRED) gentoo-dev 2005-10-07 10:29:20 UTC
ttmkfdir installs to /usr/bin.
Comment 8 Donnie Berkholz (RETIRED) gentoo-dev 2005-10-07 10:30:36 UTC
Xaw3d installs to /usr.

That should be everything on here.