Date: Fri, 15 Jul 2011 03:47:39 +0400 From: Pan Tsu <inyaoo@gmail.com> To: Chris Rees <crees@freebsd.org> Cc: cvs-ports@freebsd.org, ports-committers@freebsd.org, Thomas Abthorpe <tabthorpe@freebsd.org> Subject: Re: cvs commit: ports/Mk bsd.licenses.mk bsd.port.mk Message-ID: <86ipr4jug4.fsf@gmail.com> In-Reply-To: <CADLo83_i4_vbDrmSoVYab%2BzAb96f8KVVm8hbiCTwb=7FpxpgDQ@mail.gmail.com> (Chris Rees's message of "Thu, 14 Jul 2011 22:50:46 %2B0100") References: <201103310337.p2V3bEhU087658@repoman.freebsd.org> <864o2otz64.fsf@gmail.com> <CADLo83_i4_vbDrmSoVYab%2BzAb96f8KVVm8hbiCTwb=7FpxpgDQ@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Chris Rees <crees@freebsd.org> writes: > [trimming cvs-all@] > > On 14 July 2011 20:55, Pan Tsu <inyaoo@gmail.com> wrote: >> Thomas Abthorpe <tabthorpe@FreeBSD.org> writes: >> >>> tabthorpe 2011-03-31 03:37:14 UTC >>> >>> FreeBSD ports repository >>> >>> Modified files: >>> Mk bsd.licenses.mk bsd.port.mk >>> Log: >>> - Disable license checking with DISABLE_LICENSES [1] >>> - Remove temp files from /tmp when build is interrupted [2] >>> >>> PR: ports/149837 [1], ports/155890 [2] >> >> ENOTIME? At least reopen ports/155890, I've sent an immediate followup >> back in 31 Mar. > > I'm not really sure I understand your problem. Is it just the > silencing of the trap command you're after? It un-silences a commandline previously silenced which consists of several commands spanning multiple lines. Here is an original diff - @while + @trap ... while ... and what was actually comitted - @while ... + trap ... while ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86ipr4jug4.fsf>