svn commit: r500613 - head/devel/pecl-pthreads

Jochen Neumeister joneum at FreeBSD.org
Wed May 1 20:51:25 UTC 2019


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.
>


More information about the svn-ports-head mailing list