Summary: | x11/libXcursor: Avoid duplicated path in XCURSORPATH | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Guido Falsi <madpilot> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-x11 (Nobody) <x11> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | arrowd, grahamperrin, madpilot, manu, vsasjason, x11 | ||||
Priority: | --- | Flags: | manu:
maintainer-feedback+
madpilot: merge-quarterly? |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 273744 | ||||||
Attachments: |
|
Description
Guido Falsi
2023-09-14 22:42:15 UTC
I'm now running with the attached patch applied, port compiles fine in poudriere for all supported OS versions and works fine at runtime. Not wearing x11 hat, but the change makes sense for me. @manu thanks for the approval, I missed it, noticed it now, committing this shortly! A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ffd7b6bd590ff4552e1f04c8004c723e296b669a commit ffd7b6bd590ff4552e1f04c8004c723e296b669a Author: Guido Falsi <madpilot@FreeBSD.org> AuthorDate: 2023-09-25 13:06:43 +0000 Commit: Guido Falsi <madpilot@FreeBSD.org> CommitDate: 2023-09-25 13:06:43 +0000 x11/libXcursor: Avoid duplicates in cursor search path The cursor search path extrapolated by the configure script contains duplicated paths. Work around this by providing the full correct search path to configure via --with-cursorpath PR: 273806, 273744 Reviewed by: arrowd Approved by: x11 (manu) x11/libXcursor/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Committewd. Thanks! |