Date: Wed, 17 Mar 2004 09:14:34 -0800 From: "David O'Brien" <obrien@FreeBSD.ORG> To: Andrey Chernov <ache@nagual.pp.ru>, Kris Kennaway <kris@FreeBSD.ORG>, ports-committers@FreeBSD.ORG, cvs-ports@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/sysutils/mcron Makefile Message-ID: <20040317171434.GB93838@dragon.nuxi.com> In-Reply-To: <20040317141356.GA81117@nagual.pp.ru> References: <200403171234.i2HCYuha073952@repoman.freebsd.org> <20040317141356.GA81117@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 17, 2004 at 05:13:57PM +0300, Andrey Chernov wrote: > > BROKEN on 5.x: Does not install following ache's getopt changes ... > --- makefile.in.bak Fri Dec 12 00:53:35 2003 > +++ makefile.in Wed Mar 17 17:10:28 2004 > @@ -693,9 +693,9 @@ > > install-exec-hook: > rm -f $(fpp)cron$(EXEEXT) > /dev/null 2>&1 > - $(INSTALL) --mode='u=rwx' mcron$(EXEEXT) $(fpp)cron$(EXEEXT) > + $(INSTALL) -m 'u=rwx' mcron$(EXEEXT) $(fpp)cron$(EXEEXT) > rm -f $(fpp)crontab$(EXEEXT) > /dev/null 2>&1 > - $(INSTALL) --mode='u=rwxs,og=rx' mcron$(EXEEXT) $(fpp)crontab$(EXEEXT) > + $(INSTALL) -m 'u=rwxs,og=rx' mcron$(EXEEXT) $(fpp)crontab$(EXEEXT) Why is this needed? Is the libc version of getopt_long missing functionality we had before in GNU getopt_long?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040317171434.GB93838>