Page MenuHomeFreeBSD

New port: x11/find-cursor: Simple XLib program to highlight the cursor position
ClosedPublic

Authored by 0mp on Mar 4 2019, 1:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 25, 1:07 PM
Unknown Object (File)
Tue, Oct 21, 5:07 AM
Unknown Object (File)
Oct 7 2025, 12:07 AM
Unknown Object (File)
Oct 6 2025, 2:48 PM
Unknown Object (File)
Oct 5 2025, 4:51 AM
Unknown Object (File)
Oct 3 2025, 5:33 AM
Unknown Object (File)
Sep 30 2025, 4:27 AM
Unknown Object (File)
Sep 25 2025, 3:45 PM
Subscribers
None

Details

Summary
New port: x11/find-cursor: Simple XLib program to highlight the cursor position

Simple XLib program to highlight the cursor position. This is similar to the
feature found in Windows XP (and possibly later?).
Test Plan
  • portlint -AC
  • manual testing on 13.0
  • portlint testport 11.2 i386, 12.0 amd64

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

x11/find-cursor/Makefile
25 โ†—(On Diff #54681)

Hopefully, upstream is going to include LDFLAGS in the next release.

29 โ†—(On Diff #54681)

Upstream strips the binary by default. As there's no easy way to make the install target honor our DEBUG environmental variable, I've decided to just use INSTALL_PROGRAM instead.

This revision is now accepted and ready to land.Mar 4 2019, 1:43 PM
This revision was automatically updated to reflect the committed changes.