On 29 May 2012 21:53, Jason Helfman <j...@freebsd.org> wrote:
> On Tue, May 29, 2012 at 08:19:27PM +0000, Chris Rees thus spake:
>
>> crees       2012-05-29 20:19:27 UTC
>>
>>  FreeBSD ports repository
>>
>>  Modified files:
>>   Mk                   bsd.options.desc.mk
>>  Log:
>>  Apparently parentheses are not allowed
>>
>>  Revision  Changes    Path
>>  1.19      +3 -3      ports/Mk/bsd.options.desc.mk
>>
>>
>> http://www.FreeBSD.org/cgi/cvsweb.cgi/ports/Mk/bsd.options.desc.mk.diff?&r1=1.18&r2=1.19&f=h
>>
>
> Perhaps informational text at the top of the mk should list what isn't
> allowed, such as parentheticals.

Bapt, opinions?

Log: Add comment advising not to use parentheses and quotes

While here, make a few minor corrections.

RCS file: /home/pcvs/ports/Mk/bsd.options.desc.mk,v
retrieving revision 1.19
diff -u -r1.19 bsd.options.desc.mk
--- bsd.options.desc.mk 29 May 2012 20:19:27 -0000      1.19
+++ bsd.options.desc.mk 29 May 2012 21:17:09 -0000
@@ -2,6 +2,8 @@
 #
 # Please keep descriptions sorted alphabetically by variable name.
 #
+# Note: use of (parentheses) and "quotes" can cause problems, so it is
+#       advisable to leave these out.

 Options_Desc_MAINTAINER=       po...@freebsd.org

@@ -9,7 +11,7 @@
 AO_DESC?=              Support libao audio library
 ARCHIVE_DESC?=         Support bzip2/zip/iso9660 archive
 AVAHI_DESC?=           Support Zeroconf through Avahi
-CDDA2WAV_DESC?=                Enable cdda2was CD ripper
+CDDA2WAV_DESC?=                Enable cdda2wav CD ripper
 CUE_DESC?=             Support embedded cue sheets
 CURL_DESC?=            Enable CURL support
 DAGRAB_DESC?=          Enable dagrab CD ripper
@@ -31,7 +33,7 @@
 IPV6_DESC?=            Enable IPv6 support
 JACK_DESC?=            Support JACK audio server
 JPEG_DESC?=            Enable JPEG support
-LAME_DESC?=            Support for MP3 Icecast Streams
+LAME_DESC?=            Support for LAME MP3
 LASTFM_DESC?=          Support Last.FM stream input
 LDAP_DESC?=            Enable LDAP support
 MAGICK_DESC?=          Enable ImageMagick Library

http://www.bayofrum.net/~crees/patches/bsd.options.desc.mk-comment-special-chars.diff
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"

Reply via email to