svn commit: r523928 - head/graphics/tesseract

Mathieu Arnold mat at FreeBSD.org
Thu Jan 23 13:14:01 UTC 2020


On Thu, Jan 23, 2020 at 12:57:59PM +0000, Piotr Kubaj wrote:
> Author: pkubaj
> Date: Thu Jan 23 12:57:59 2020
> New Revision: 523928
> URL: https://svnweb.freebsd.org/changeset/ports/523928
> 
> Log:
>   graphics/tesseract: FreeBSD 11.2 is EOL
> 
> Modified:
>   head/graphics/tesseract/Makefile
> 
> Modified: head/graphics/tesseract/Makefile
> ==============================================================================
> --- head/graphics/tesseract/Makefile	Thu Jan 23 12:56:27 2020	(r523927)
> +++ head/graphics/tesseract/Makefile	Thu Jan 23 12:57:59 2020	(r523928)
> @@ -51,7 +51,7 @@ TOOLS_USE=	GNOME=cairo,glib20,pango
>  
>  .include <bsd.port.pre.mk>
>  
> -.if ${OSREL:R} >= 12 && ${OSVERSION} < 1201000
> +.if ${OSVERSION} < 1201000
>  OPENMP_LIB_DEPENDS=libomp.so:devel/openmp
>  .endif

Mmmm, unless I am mistaken, 12 means "after 11.0" but is probably meant
here as a ">= 12.0" and 1201000 means "12.1" So this is for 12.0, not
11.2, and 12.0 is pretty much still supported.

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


More information about the svn-ports-all mailing list