Date: Wed, 1 May 2019 22:51:19 +0200 From: Jochen Neumeister <joneum@FreeBSD.org> To: Antoine Brodin <antoine@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r500613 - head/devel/pecl-pthreads Message-ID: <b8ac03f3-27f8-b93c-28f8-b9e3d256cc67@FreeBSD.org> In-Reply-To: <201905012045.x41KjJPY043159@repo.freebsd.org> References: <201905012045.x41KjJPY043159@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?b8ac03f3-27f8-b93c-28f8-b9e3d256cc67>