Subject: CVS commit: pkgsrc/security/cyrus-sasl2
To: None <pkgsrc-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: pkgsrc-changes
Date: 10/03/2003 12:56:48
Module Name: pkgsrc
Committed By: seb
Date: Fri Oct 3 12:56:48 UTC 2003
Modified Files:
pkgsrc/security/cyrus-sasl2: Makefile.common
Log Message:
Some xargs (Hi Sun) run the command even when stdin is "empty". Compare
'echo | xargs echo' on NetBSD and Solaris...
Workaround this in post-extract target's 'rm' by adding a '-f' argument
to it.
XXX Current upstream tarball does not have .orig files, I could have
removed this post-extract target...
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/security/cyrus-sasl2/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.