Subject: PR/32202 CVS commit: pkgsrc/mk
To: None <rillig@netbsd.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-bugs
Date: 12/01/2005 00:28:01
The following reply was made to PR pkg/32202; it has been noted by GNATS.

From: Roland Illig <rillig@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/32202 CVS commit: pkgsrc/mk
Date: Thu,  1 Dec 2005 00:27:56 +0000 (UTC)

 Module Name:	pkgsrc
 Committed By:	rillig
 Date:		Thu Dec  1 00:27:56 UTC 2005
 
 Modified Files:
 	pkgsrc/mk: bsd.pkg.mk
 
 Log Message:
 Inserted "set -e" as the first command in the show-depends-dirs target
 to force an early exit as soon as a "cd" command fails. Otherwise, "/"
 would have been added as a dependency, leading to undefined behavior.
 See PR 32202 for details.
 
 Fixes the second item of PR 32202.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.1770 -r1.1771 pkgsrc/mk/bsd.pkg.mk
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.