From owner-svn-ports-all@freebsd.org Wed May 1 20:51:24 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBA0215A0A35; Wed, 1 May 2019 20:51:24 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: from toco-domains.de (mail.toco-domains.de [IPv6:2a01:4f8:151:4202::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7A0568D207; Wed, 1 May 2019 20:51:24 +0000 (UTC) (envelope-from joneum@FreeBSD.org) Received: by toco-domains.de (Postfix, from userid 65534) id 255BF9CEAB; Wed, 1 May 2019 22:51:22 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on toco-mail X-Spam-Level: X-Spam-Status: No, score=-2.9 required=4.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=3.4.2 Received: from phantomias.home.jochen-neumeister.de (p5B0FD365.dip0.t-ipconnect.de [91.15.211.101]) by toco-domains.de (Postfix) with ESMTPA id AF5639CE9F; Wed, 1 May 2019 22:51:19 +0200 (CEST) Subject: Re: svn commit: r500613 - head/devel/pecl-pthreads To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201905012045.x41KjJPY043159@repo.freebsd.org> From: Jochen Neumeister Message-ID: Date: Wed, 1 May 2019 22:51:19 +0200 MIME-Version: 1.0 In-Reply-To: <201905012045.x41KjJPY043159@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: de-DE X-Rspamd-Queue-Id: 7A0568D207 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.98)[-0.977,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 May 2019 20:51:25 -0000 On 01.05.19 22:45, Antoine Brodin wrote: > Author: antoine > Date: Wed May 1 20:45:18 2019 > New Revision: 500613 > URL: https://svnweb.freebsd.org/changeset/ports/500613 > > Log: > Deprecate > > Modified: > head/devel/pecl-pthreads/Makefile > > Modified: head/devel/pecl-pthreads/Makefile > ============================================================================== > --- head/devel/pecl-pthreads/Makefile Wed May 1 20:34:38 2019 (r500612) > +++ head/devel/pecl-pthreads/Makefile Wed May 1 20:45:18 2019 (r500613) > @@ -10,10 +10,13 @@ COMMENT= Compatible Threading API for PHP7.0+ > > LICENSE= PHP301 > > +DEPRECATED= Does not work with recent versions of php > +EXPIRATION_DATE= 2019-06-02 > + I see no Problems with PHP 72 and 73. Pls show error logs, thanks. > CFLAGS+= -I${LOCALBASE}/include > > USES= php:pecl > -IGNORE_WITH_PHP= 71 > +IGNORE_WITH_PHP= 71 72 73 > > # We cannot use IGNORE here, the package gets ignored anyway because the > # ignore'd status is checked without any dependency installed. >