cvs commit: ports/sysutils/psgconf Makefile
Kris Kennaway
kris at obsecurity.org
Thu Nov 24 23:19:02 GMT 2005
On Thu, Nov 24, 2005 at 09:10:25PM +0000, Edwin Groothuis wrote:
> edwin 2005-11-24 21:10:25 UTC
>
> FreeBSD ports repository
>
> Modified files:
> sysutils/psgconf Makefile
> Log:
> make portlint happy about IGNORE statement
> | .if ${PERL_LEVEL} < 500600
> | -IGNORE= This port requires perl 5.6 or newer
> | +IGNORE= this port requires perl 5.6 or newer
> | .endif
That's a good example of making a mechanical change to quiet a
warning, without thinking clearly about why the warning is there. In
this case, it's because the capital letter in most cases makes the
error message into a non-grammatical Sentence. In quietening the
warning, your error message is *still* not a correctly worded
sentence.
Kris
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20051124/03a5a3c5/attachment.bin
More information about the cvs-all
mailing list