pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/32079 CVS commit: pkgsrc/mk



The following reply was made to PR pkg/32079; it has been noted by GNATS.

From: Roland Illig <rillig%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: PR/32079 CVS commit: pkgsrc/mk
Date: Tue, 15 Nov 2005 21:21:01 +0000 (UTC)

 Module Name:   pkgsrc
 Committed By:  rillig
 Date:          Tue Nov 15 21:21:01 UTC 2005
 
 Modified Files:
        pkgsrc/mk: bsd.pkg.mk
 
 Log Message:
 Rewrote the _PATH_CMD command, which could not handle a PATH environment
 variable before if it had multiple adjacent white-space characters in
 it. Removed the dependency on awk(1), as a simple shell script can do
 this job, too. Another change is that all kinds of weird pathnames can
 be used for PREPEND_PATH, like /bin, "/bin/Program Files", "/     ",
 /foo\ bar, and so on. This had not been possible before, too.
 
 Related to PR 32079.
 
 Ok'ed by jlam.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.1750 -r1.1751 pkgsrc/mk/bsd.pkg.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 



Home | Main Index | Thread Index | Old Index