From owner-svn-ports-head@freebsd.org Tue Oct 15 19:56:37 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id B7F80152F14; Tue, 15 Oct 2019 19:56:37 +0000 (UTC) (envelope-from rene@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46t5m549YLz3GrD; Tue, 15 Oct 2019 19:56:37 +0000 (UTC) (envelope-from rene@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1185) id 6E1691A5D3; Tue, 15 Oct 2019 19:56:37 +0000 (UTC) Date: Tue, 15 Oct 2019 19:56:37 +0000 From: Rene Ladan To: Steve Wills 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> References: <201910151341.x9FDfwoh082097@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201910151341.x9FDfwoh082097@repo.freebsd.org> User-Agent: Mutt/1.11.4 (2019-03-13) X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2019 19:56:37 -0000 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 (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