Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Oct 2019 19:56:37 +0000
From:      Rene Ladan <rene@freefall.freebsd.org>
To:        Steve Wills <swills@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r514525 - head/lang/pocl
Message-ID:  <20191015195637.GA73130@freefall.freebsd.org>
In-Reply-To: <201910151341.x9FDfwoh082097@repo.freebsd.org>
References:  <201910151341.x9FDfwoh082097@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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@walstatt.org
> -COMMENT=	POrtable Computing Language (POCL)
> +MAINTAINER=			ohartmann@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191015195637.GA73130>