svn commit: r362766 - head/graphics/ImageMagick

Antoine Brodin antoine at FreeBSD.org
Thu Jul 24 07:32:57 UTC 2014


On Thu, Jul 24, 2014 at 8:46 AM, Koop Mast <kwm at rainbow-runner.nl> wrote:
> 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.

Oops I misread.  So there is another bug,  PORT_OPTIONS:NX11 will
provide all other options

Antoine


More information about the svn-ports-all mailing list