Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/bootstrap/bootstrap,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/bootstrap/bootstrap,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.292 retrieving revision 1.293 diff -u -p -r1.292 -r1.293 --- pkgsrc/bootstrap/bootstrap 2020/08/20 13:04:01 1.292 +++ pkgsrc/bootstrap/bootstrap 2020/08/29 20:11:21 1.293 @@ -1,6 +1,6 @@ #! /bin/sh -# $NetBSD: bootstrap,v 1.292 2020/08/20 13:04:01 bacon Exp $ +# $NetBSD: bootstrap,v 1.293 2020/08/29 20:11:21 js Exp $ # # Copyright (c) 2001-2011 Alistair Crooks # All rights reserved. @@ -754,6 +754,10 @@ QNX) groupsprog="id -gn" whoamiprog="id -un" machine_arch=`uname -p | sed -e 's/x86/i386/'` + # libarchive checks for "rm -f" with no arguments being accepted. This + # does not work on QNX. Interestingly, libarchive doesn't seem to + # actually need it during the build. + export ACCEPT_INFERIOR_RM_PROGRAM=yes ;; SCO_SV) root_group=root