svn commit: r313742 - head/Mk

Bryan Drewery bdrewery at FreeBSD.org
Sat Mar 9 21:24:52 UTC 2013


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 #'



> 
> regards,
> Bapt
> 
>>
>> Modified:
>>   head/Mk/bsd.options.desc.mk
>>
>> Modified: head/Mk/bsd.options.desc.mk
>> ==============================================================================
>> --- head/Mk/bsd.options.desc.mk	Sat Mar  9 18:18:56 2013	(r313741)
>> +++ head/Mk/bsd.options.desc.mk	Sat Mar  9 18:37:51 2013	(r313742)
>> @@ -23,7 +23,7 @@ AMR_NB_DESC?=		AMR Narrow Band audio (op
>>  AMR_WB_DESC?=		AMR Wide Band audio (opencore)
>>  AO_DESC?=		libao audio library
>>  APACHE_DESC?=		Apache server
>> -APE_DESC?=		Monkey's Audio lossless format
>> +APE_DESC?=		Monkey\'s Audio lossless format
>>  ARCHIVE_DESC?=		bzip2/zip/iso9660 archive
>>  ARTS_DESC?=		aRts audio system
>>  ASM_DESC?=		Use optimized assembly code
>> @@ -224,6 +224,7 @@ MYSQL_JDBC_DESC?=	JDBC connection to MyS
>>  NAS_DESC?=		Network Audio System
>>  NETCDF_DESC?=		NetCDF data format
>>  NETPBM_DESC?=		Netpbm graphics toolkit
>> +NFS_DESC?=		Network File System
>>  NIS_DESC?=		Network Information Services/YP support
>>  NLS_DESC?=		Native Language Support
>>  NMAP_DESC?=		NMAP support


-- 
Regards,
Bryan Drewery
bdrewery at freenode/EFNet

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 899 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20130309/da78c4ed/attachment.sig>


More information about the svn-ports-all mailing list