svn commit: r305357 - head/net/ssvnc

Baptiste Daroussin bapt at FreeBSD.org
Mon Oct 8 07:16:45 UTC 2012


On Mon, Oct 08, 2012 at 04:59:06AM +0000, Alexey Dokuchaev wrote:
> On Mon, Oct 08, 2012 at 04:01:54AM +0000, Alexey Dokuchaev wrote:
> > On Sat, Oct 06, 2012 at 11:23:17AM +0000, Baptiste Daroussin wrote:
> > > New Revision: 305357
> > > URL: http://svn.freebsd.org/changeset/ports/305357
> > > 
> > > Log:
> > >   fix sense of a test
> > >   
> > > -.if ${PORT_OPTIONS:MULTRAFTP}
> > > +.if empty(PORT_OPTIONS:MULTRAFTP)
> > 
> > That looks weird, and commit message is pretty cryptic as well.  Could you
> > explain what went wrong here so others would not fall in the same pitfall?
> 
> Err, I read is as ! vs. empty() test.  Still, I've noticved some arguments
> on the syntax, would be nice to know if ! ${PORT_OPTIONS:M...} has issues
> other than purely stylish.
> 

No it hasn't (as far as I know)

Bapt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20121008/9d34ae4c/attachment.sig>


More information about the svn-ports-all mailing list