svn commit: r569287 - in head/devel/bitkeeper: . files

Tobias Kortkamp tobik at freebsd.org
Sat Mar 27 04:52:32 UTC 2021


On Sat, Mar 27, 2021 at 02:44:59AM +0000, Cy Schubert wrote:
> Author: cy
> Date: Sat Mar 27 02:44:58 2021
> New Revision: 569287
> URL: https://svnweb.freebsd.org/changeset/ports/569287
> 
> Log:
>   devel/bitkeeper: Symlink to bin/bk does not work
>   
>   The bitkeeper binary, bk, checks whether the path from which it was
>   executed is a symbolic link and if it is, it terminates with an error.
>   Remove the symlink and add a pkg-message telling the user to add
>   ${LOCALBASE}/bitkeeper/bin to their path.

Just thinking out loud but would a simple wrapper script not work here?

#!/bin/sh
export PATH="/usr/local/bitkeeper/bin:${PATH}"
exec /usr/local/bitkeeper/bin/bk "$@"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 618 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20210327/9379332a/attachment-0001.sig>


More information about the svn-ports-head mailing list