[Bug 257715] [NEW PORT] x11/betterlockscreen: prettier lockscreen for i3lock-color
Date: Sun, 15 Aug 2021 06:27:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257715
Rainer Hurling <rhurlin@FreeBSD.org> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #227088|0                           |1
        is obsolete|                            |
 Attachment #227139|0                           |1
        is obsolete|                            |
--- Comment #13 from Rainer Hurling <rhurlin@FreeBSD.org> ---
Created attachment 227210
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227210&action=edit
patch with gnused and gnugrep
Hi Fadel,
If you want to use the GNU grep version, it is necessary to set the dependency
in RUN_DEPENDS to the correct binary as well. Without ${LOCALBASE}/bin the base
version is searched for.
It is also usually not a good idea to hardcode the path to a binary in a patch.
This will no longer work if ${LOCALBASE} is set to a path other than
/usr/local, i.e. the user wants to install his packages under a different path.
Therefore it is better to set this path via a REINPLACE_CMD in the Makefile.
I have attached a patch as a suggestion, which already contains both. This
would make your 'files/patch-betterlockscreen' obsolete.
-----
Unfortunately 'betterlockscreen' doesn't work as expected for me either despite
using the GNU versions. 
I am using a current 14.0-CURRENT and have no idea what the problem could be.
Of course it could also be a local problem on my side ;)
-- 
You are receiving this mail because:
You are the assignee for the bug.