Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447340 - Prefix support for xorg-server-1.13-0-r1
Summary: Prefix support for xorg-server-1.13-0-r1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: prefix-gx86
  Show dependency tree
 
Reported: 2012-12-15 12:37 UTC by Benda Xu
Modified: 2012-12-26 11:47 UTC (History)
0 users

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


Attachments
xorg.patch (xorg.patch,2.49 KB, patch)
2012-12-15 12:39 UTC, Benda Xu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benda Xu gentoo-dev 2012-12-15 12:37:41 UTC
In the attachment is the (trivial) patch to get xorg-server-1.13-0-r1.ebuild support prefix directories. If there is no objections, please allow me to commit the change in one week. Thanks

Reproducible: Always
Comment 1 Benda Xu gentoo-dev 2012-12-15 12:39:28 UTC
Created attachment 332350 [details, diff]
xorg.patch
Comment 2 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-12-15 16:13:20 UTC
> +		$(use_enable !prefix install-setuid)
I would prefer making this explicitly configurable as suggested in bug 419485.
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2012-12-25 16:28:27 UTC
The changes have been applied to xorg-server-1.13.1. setuid bit depends on USE="suid" now, you may want to mask that flag in prefix profiles before keywording.
Comment 4 Benda Xu gentoo-dev 2012-12-26 11:47:47 UTC
Thanks Chí-Thanh. masked USE suid in prefix.

  26 Dec 2012; Benda Xu <heroxbd@gentoo.org> use.mask:
  mask USE suid which requires root. bug 447340