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: Thomas Klausner <wiz%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-i386/51358: /usr/bin/cvs fakes file permissions
Date: Mon, 1 Aug 2016 14:33:25 +0200

 On Thu, Jul 28, 2016 at 05:10:01AM +0000, Richard Palo wrote:
 >  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.
 
 Fine with me. Probably also needed in texinfo.mk.
  Thomas
 


Home | Main Index | Thread Index | Old Index