Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650862 - media-libs/mesa-9999: apply user patches before configure
Summary: media-libs/mesa-9999: apply user patches before configure
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-19 10:41 UTC by Mariusz Ceier
Modified: 2018-03-23 23:23 UTC (History)
1 user (show)

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


Attachments
Fixed ebuild (mesa-9999.ebuild,14.65 KB, text/plain)
2018-03-19 10:41 UTC, Mariusz Ceier
Details
Ebuild patch (mesa-9999.ebuild.patch,281 bytes, patch)
2018-03-19 10:50 UTC, Mariusz Ceier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mariusz Ceier 2018-03-19 10:41:31 UTC
Created attachment 524372 [details]
Fixed ebuild

When user patches touch configure.ac, mesa is not reconfigured and for example when the patches remove wayland-egl configure fails.

Attached ebuild is based on mesa-9999.ebuild and changes the order of calls in src_prepare.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2018-03-19 10:43:52 UTC
Please attach a unified diff (diff -u) of the changed ebuild. Searching for what you have changed in the full ebuild file is a bit tedious.
Comment 2 Mariusz Ceier 2018-03-19 10:50:08 UTC
Created attachment 524374 [details, diff]
Ebuild patch

Attached patch.
Comment 3 Larry the Git Cow gentoo-dev 2018-03-23 23:23:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e224522b274091efa124843d754b06e23f7798e

commit 8e224522b274091efa124843d754b06e23f7798e
Author:     Mariusz Ceier <mceier@gmail.com>
AuthorDate: 2018-03-23 23:22:15 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2018-03-23 23:22:15 +0000

    media-libs/mesa: Apply user patches before eautoreconf
    
    Closes: https://bugs.gentoo.org/650862

 media-libs/mesa/mesa-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)