svn commit: r313742 - head/Mk

Chris Rees crees at FreeBSD.org
Sat Mar 9 22:06:37 UTC 2013


On 9 March 2013 21:37, Eitan Adler <eadler at freebsd.org> wrote:
> On 9 March 2013 16:36, Baptiste Daroussin <bapt at freebsd.org> wrote:
>> On Sat, Mar 09, 2013 at 03:24:41PM -0600, Bryan Drewery wrote:
>>> On 3/9/2013 1:39 PM, Baptiste Daroussin wrote:
>>> > On Sat, Mar 09, 2013 at 06:37:51PM +0000, Chris Rees wrote:
>>> >> Author: crees
>>> >> Date: Sat Mar  9 18:37:51 2013
>>> >> New Revision: 313742
>>> >> URL: http://svnweb.freebsd.org/changeset/ports/313742
>>> >>
>>> >> Log:
>>> >>   Add NFS comment.
>>> >>
>>> >>   While here, escape single quote to stop confusing vim's syntax highlighting.
>>> >
>>> > That is wrong, because the escape appears in make showconfig as well as in the
>>> > dialog UI which is ugly. The best would be to fix the vim's syntax, can you
>>> > revert this change?
>>>
>>>
>>> This method seems to work in showconfig/config and vim:
>>>
>>> -APE_DESC?=             Monkey\'s Audio lossless format
>>> +APE_DESC?=             Monkey's Audio lossless format #'
>>>
>> Clever :)
>
> This still seems odd, and I would rather not see this in the Makefile.
>

I'm really sorry about this-- I've just reverted it.

I did have a quick look through the logs for that file, because I had
a sneaking suspicion about it; evidently I missed something.

Hopefully the log message I left this time is more easily greppable;
thanks for the pointer.

I'll look at fixing the Vim highlighting, but I don't know if it'll be
possible here-- I'll just have to get over it :)

Chris


More information about the svn-ports-all mailing list