svn commit: r443599 - head/Mk

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jun 15 00:55:16 UTC 2017


On Wed, Jun 14, 2017 at 08:18:38PM +0000, Tobias C. Berner wrote:
> New Revision: 443599
> URL: https://svnweb.freebsd.org/changeset/ports/443599
> 
> Log:
>   Add note, that WRKDIRPREFIX must not end in '/'.
>   
>   PR:		199297

This is stupid, fragile, error-prone appoach that does not even cover all
cases (like shown in the PR) when no paths end in slash but the problem
still occurs.  Did you read the analysis of my original problem carefully
enough?  It was not about slashes, it was symlinks and realpath.

You might not like proposed solution but then think of something better;
computers are smart enough to handle slashes automagically rather than
depend on that unrealiable human beings will follow the rules and notes.

./danfe


More information about the svn-ports-head mailing list