Path to this page:
Subject: CVS commit: pkgsrc/print/kpathsea
From: David Sainty
Date: 2009-09-02 08:02:25
Message id: 20090902060225.64A4B175D0@cvs.netbsd.org
Log Message:
A double-slash (//) in the kpathsea paths has a special interpretation, it
will cause kpathsea to consider all subdirectories recursively at that point
in the path. Normally double-slashes and trailing slashes will not be present
in VARBASE, etc. But if they are there the resulting behaviour is so
unexpected, expensive, and difficult to diagnose that it is worth going to
extra effort to clean them out here.
The problem is easy to hit when using Pkgsrc installing under $HOME on a
system where the user's home directories contain a trailing slash.
Somewhat reluctantly bump PKGREVISION.
Files: