Re: Removing perl usage from mergemaster

2002-06-07 Thread Mark Murray
Ok, I've imported stat(1) and modified mergemaster to use it instead. For now, I have simply disabled use of the user's umask for mode setting so that I could get the non-perl version in the tree asap. I will look at Giorgos' excellent patch and steal bits from it so that I can add that

Re: Removing perl usage from mergemaster

2002-06-07 Thread Dag-Erling Smorgrav
Doug Barton [EMAIL PROTECTED] writes: Ok, I've imported stat(1) and modified mergemaster to use it instead. Works great, thanks! DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Removing perl usage from mergemaster

2002-06-06 Thread David O'Brien
On Wed, Jun 05, 2002 at 03:27:47PM -0700, Doug Barton wrote: On Thu, 6 Jun 2002, Giorgos Keramidas wrote: Hello dougb all, Here's a patch that removes all trails of Perl usage from mergemaster. Your work looks good, but I wish you'd asked before embarking on it. My current plan is

Re: Removing perl usage from mergemaster

2002-06-06 Thread Doug Barton
Ok, I've imported stat(1) and modified mergemaster to use it instead. For now, I have simply disabled use of the user's umask for mode setting so that I could get the non-perl version in the tree asap. I will look at Giorgos' excellent patch and steal bits from it so that I can add that feature

Re: Removing perl usage from mergemaster

2002-06-05 Thread Doug Barton
[ I'm replacing -hackers with -arch for reasons that are clear below. ] On Thu, 6 Jun 2002, Giorgos Keramidas wrote: Hello dougb all, Here's a patch that removes all trails of Perl usage from mergemaster. Your work looks good, but I wish you'd asked before embarking on it. My current plan

Re: Removing perl usage from mergemaster

2002-06-05 Thread Giorgos Keramidas
On 2002-06-05 15:27 -0700, Doug Barton wrote: On Thu, 6 Jun 2002, Giorgos Keramidas wrote: Hello dougb all, Here's a patch that removes all trails of Perl usage from mergemaster. Your work looks good, but I wish you'd asked before embarking on it. My current plan is actually to import

Re: Removing perl usage from mergemaster

2002-06-05 Thread Terry Lambert
Doug Barton wrote: On Thu, 6 Jun 2002, Giorgos Keramidas wrote: Here's a patch that removes all trails of Perl usage from mergemaster. Your work looks good, but I wish you'd asked before embarking on it. My current plan is actually to import netbsd's stat(1), which will solve this problem

Removing perl usage from mergemaster

2002-06-05 Thread Giorgos Keramidas
Hello dougb all, Here's a patch that removes all trails of Perl usage from mergemaster. The parts that I want your careful scrutiny directed at are the new stat_mode() shell function, and the parts that I have touched lines removing Perl code. I have done some testing to the resulting