cvs commit: ports/Mk bsd.licenses.mk bsd.port.mk

Pan Tsu inyaoo at gmail.com
Thu Jul 14 23:48:09 UTC 2011


Chris Rees <crees at freebsd.org> writes:

> [trimming cvs-all@]
>
> On 14 July 2011 20:55, Pan Tsu <inyaoo at gmail.com> wrote:
>> Thomas Abthorpe <tabthorpe at 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 ...


More information about the cvs-ports mailing list