svn commit: r362766 - head/graphics/ImageMagick

Koop Mast kwm at rainbow-runner.nl
Thu Jul 24 06:46:57 UTC 2014


On 24-7-2014 7:54, Antoine Brodin wrote:
> Author: antoine
> Date: Thu Jul 24 05:54:50 2014
> New Revision: 362766
> URL: http://svnweb.freebsd.org/changeset/ports/362766
> QAT: https://qat.redports.org/buildarchive/r362766/
>
> Log:
>    Fix another (harmless) bug in OPTIONS conversion
>
> Modified:
>    head/graphics/ImageMagick/Makefile
>
> Modified: head/graphics/ImageMagick/Makefile
> ==============================================================================
> --- head/graphics/ImageMagick/Makefile	Thu Jul 24 05:50:19 2014	(r362765)
> +++ head/graphics/ImageMagick/Makefile	Thu Jul 24 05:54:50 2014	(r362766)
> @@ -388,7 +388,7 @@ pre-configure:
>   	@${ECHO_CMD} '###################################################################'
>   .endif
>   
> -.if ${PORT_OPTIONS:MSVG} && ${PORT_OPTIONS:NX11}
> +.if ${PORT_OPTIONS:MSVG} && ! ${PORT_OPTIONS:NX11}
>   	@${ECHO_CMD} NOTICE: SVG format support disabled, requires X11
>   .endif
>   
>
Actually I used N here instead of M, so it should work. Thanks for 
fixing the other one though.


More information about the svn-ports-all mailing list