svn commit: r456863 - head/graphics/seejpeg

Jan Beich jbeich at FreeBSD.org
Fri Dec 22 18:04:44 UTC 2017


Mark Linimon <linimon at FreeBSD.org> writes:

> Author: linimon
> Date: Wed Dec 20 22:10:52 2017
> New Revision: 456863
> URL: https://svnweb.freebsd.org/changeset/ports/456863
>
> Log:
>   Mark as x86-specific due to use of svgalib.
>
> Modified:
>   head/graphics/seejpeg/Makefile
>
> Modified: head/graphics/seejpeg/Makefile
> ==============================================================================
> --- head/graphics/seejpeg/Makefile	Wed Dec 20 22:09:08 2017	(r456862)
> +++ head/graphics/seejpeg/Makefile	Wed Dec 20 22:10:52 2017	(r456863)
> @@ -12,6 +12,9 @@ COMMENT=	Console graphics viewer using the svga consol
>  
>  LIB_DEPENDS=	libvga.so:graphics/svgalib
>  
> +ONLY_FOR_ARCHS=		amd64 i386
> +ONLY_FOR_ARCHS_REASON=	relies on features specific to x86 (svgalib)

*Why* is this necessary given svgalib already contains ONLY_FOR_ARCHS?
poudriere puts ports blocked by a dependency into skipped list.

What is x86-specific in seejpeg itself, not svgalib?


More information about the svn-ports-head mailing list