Bug 263042 - graphics/mesa-dri: correct use of share/drirc.d/00-radv-defaults.conf
Summary: graphics/mesa-dri: correct use of share/drirc.d/00-radv-defaults.conf
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-04 17:42 UTC by Helge Oldach
Modified: 2022-04-16 04:48 UTC (History)
4 users (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments
patch to pkg-plist (572 bytes, patch)
2022-04-04 17:42 UTC, Helge Oldach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helge Oldach 2022-04-04 17:42:40 UTC
Created attachment 232939 [details]
patch to pkg-plist

Commit 4afbb0586e84d991a8a3a501f4dab6eb5971e28c added share/drirc.d/00-radv-defaults.conf to pkg-plist. However, this file is not installed unless the AMD driver is selected. Fix it by prefixing the line in pkg-plist with %%AMD_VDRIVER%%.
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2022-04-11 15:50:58 UTC
This issue prevents a successful build of the port on armv7, breaking over 2000 dependent packages.  Please MFH the fix if possible.
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-04-16 04:25:55 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5d346a8824e953743a1eaf6c145d4cfeed127f5f

commit 5d346a8824e953743a1eaf6c145d4cfeed127f5f
Author:     Helge Oldach <freebsd@oldach.net>
AuthorDate: 2022-04-16 04:15:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:52 +0000

    graphics/mesa-dri: Fix 4afbb0586e84d991a8a3a501f4dab6eb5971e28c

    PR:             263042
    Submitted by:   Helge Oldach <freebsd@oldach.net>

 graphics/mesa-dri/pkg-plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 commit-hook freebsd_committer freebsd_triage 2022-04-16 04:43:00 UTC
A commit in branch 2022Q2 references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e7b9b16d33a4f6e68082229a818cb3ad34e695ce

commit e7b9b16d33a4f6e68082229a818cb3ad34e695ce
Author:     Helge Oldach <freebsd@oldach.net>
AuthorDate: 2022-04-16 04:15:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:42:24 +0000

    graphics/mesa-dri: Fix 4afbb0586e84d991a8a3a501f4dab6eb5971e28c

    PR:             263042
    Submitted by:   Helge Oldach <freebsd@oldach.net>

    (cherry picked from commit 5d346a8824e953743a1eaf6c145d4cfeed127f5f)

 graphics/mesa-dri/pkg-plist | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 4 Po-Chuan Hsieh freebsd_committer freebsd_triage 2022-04-16 04:48:33 UTC
Committed. Thanks!