[Bug 267369] x11-themes/cursor-crystal-theme: install broken symlinks

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 28 Oct 2022 10:38:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267369

Fernando ApesteguĂ­a <fernape@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open
                 CC|                            |fernape@FreeBSD.org

--- Comment #1 from Fernando ApesteguĂ­a <fernape@FreeBSD.org> ---
Thanks for reporting this.

AFAICT this seems like a problem in upstream. I don't see anything that could
be breaking the port on our side.

It seems it is the left-handed version of the cursors the ones that are broken.

$ for fname in $(find . -name plus);do file "${fname}";done
./crystalgray/cursors/plus: symbolic link to cross
./crystalblueleft/cursors/plus: broken symbolic link to cross
./crystalblue/cursors/plus: symbolic link to cross
./crystalgrayleft/cursors/plus: broken symbolic link to cross
./crystalgreenleft/cursors/plus: broken symbolic link to cross
./crystalgreen/cursors/plus: symbolic link to cross
./crystalwhite/cursors/plus: symbolic link to cross
./crystalwhiteleft/cursors/plus: broken symbolic link to cross

I could make them point to the right-handed version but I don't know if that is
acceptable as a workaround.

Would you be able to provide a better alternative?

-- 
You are receiving this mail because:
You are the assignee for the bug.