svn commit: r514525 - head/lang/pocl

Rene Ladan rene at freefall.freebsd.org
Tue Oct 15 19:56:37 UTC 2019


On Tue, Oct 15, 2019 at 01:41:58PM +0000, Steve Wills wrote:
> Author: swills
> Date: Tue Oct 15 13:41:58 2019
> New Revision: 514525
> URL: https://svnweb.freebsd.org/changeset/ports/514525
> 
> Log:
>   lang/pocl: Update to POCL 1.4
>   
>   PR:		241243
>   Submitted by:	O. Hartmann <ohartmann at walstatt.org> (maintainer)
> 
> Modified:
>   head/lang/pocl/Makefile   (contents, props changed)
>   head/lang/pocl/distinfo   (contents, props changed)
>   head/lang/pocl/pkg-message   (contents, props changed)
>   head/lang/pocl/pkg-plist   (contents, props changed)
> 
> Modified: head/lang/pocl/Makefile
> ==============================================================================
> --- head/lang/pocl/Makefile	Tue Oct 15 13:39:44 2019	(r514524)
> +++ head/lang/pocl/Makefile	Tue Oct 15 13:41:58 2019	(r514525)
> @@ -1,46 +1,48 @@
>  # $FreeBSD$
>  
> -PORTNAME=	pocl
> -PORTVERSION=	1.3
> +PORTNAME=			pocl
> +PORTVERSION=		1.4
>  DISTVERSIONPREFIX=	v
> -CATEGORIES=	lang
> +CATEGORIES=			lang
>  
> -MAINTAINER=	ohartmann at walstatt.org
> -COMMENT=	POrtable Computing Language (POCL)
> +MAINTAINER=			ohartmann at walstatt.org
> +COMMENT=			POrtable Computing Language (POCL)
>  
> -LICENSE=	MIT
> -LICENSE_FILE=	${WRKSRC}/LICENSE
> +LICENSE=			MIT
> +LICENSE_FILE=		${WRKSRC}/LICENSE
>  
>  ONLY_FOR_ARCHS=		amd64 i386
>  ONLY_FOR_ARCHS_REASON=	only tested on x86
>  
> +BROKEN_FreeBSD_10=	pocl is not supported on 10.x
> +

What's the idea of adding BROKEN_FreeBSD_10 here, since 10.X is unsupported in
the tree since last November?

Rene


More information about the svn-ports-head mailing list