NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-i386/51358: /usr/bin/cvs fakes file permissions
The following reply was made to PR port-i386/51358; it has been noted by GNATS.
From: Richard PALO <richard%netbsd.org@localhost>
To: Manuel Bouyer <bouyer%antioche.eu.org@localhost>, gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: port-i386/51358: /usr/bin/cvs fakes file permissions
Date: Thu, 28 Jul 2016 07:06:20 +0200
Le 25/07/16 18:29, Manuel Bouyer a écrit :
> On Mon, Jul 25, 2016 at 04:05:01PM +0000, Richard PALO wrote:
> I do, including on TNF bulk builders.
>
Okay, I tried a workaround to the wrapper invocation of pkgsrc's missing as follows:
> nb32$ cvs diff
> Index: create.mk
> ===================================================================
> RCS file: /cvsroot/pkgsrc/mk/tools/create.mk,v
> retrieving revision 1.5
> diff -u -r1.5 create.mk
> --- create.mk 27 Feb 2013 12:09:39 -0000 1.5
> +++ create.mk 28 Jul 2016 05:01:01 -0000
> @@ -108,7 +108,7 @@
>
> .for _t_ in ${TOOLS_GNU_MISSING}
> TOOLS_CREATE+= ${_t_}
> -TOOLS_PATH.${_t_}?= ${PKGSRCDIR}/mk/gnu-config/missing
> +TOOLS_PATH.${_t_}?= ${TOOLS_SHELL} ${PKGSRCDIR}/mk/gnu-config/missing
> TOOLS_SCRIPT.${_t_}?= ${TOOLS_PATH.${_t_}} ${_t_:T:C/-[0-9].*$//}
> .endfor
>
This seems to work in the case of x11/xproto and as well in another case encountered
textproc/json-c. It would be nice to here if it fixes the TNF bulk builds.
--
Richard PALO
Home |
Main Index |
Thread Index |
Old Index