svn commit: r329237 - head/net/rsync

Mathieu Arnold m at absolight.fr
Fri Oct 4 16:15:30 UTC 2013


On Thu, Oct 03, 2013 at 09:23:01PM +0000, Emanuel Haupt wrote:
>   The reason for it being ignored was a clobbered CONFIGURE_ARGS
>   definition (lack of +=).
>
>  .if ${PORT_OPTIONS:MZLIB_BASE}
> -CONFIGURE_ARGS=	--with-included-zlib=no
> +CONFIGURE_ARGS+=	--with-included-zlib=no
>  .endif

That would be better written as :
ZLIB_BASE_CONFIGURE_ON= --with-included-zlib=no

Somewhere right after the options bloc, and you would not have had to
worry about cloberring anything. :-)

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 964 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20131004/71ebdf75/attachment.sig>


More information about the svn-ports-all mailing list