Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 19:39:56 +0000 (UTC)
From:      Florian Smeets <flo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553635 - head/sysutils/pecl-proctitle
Message-ID:  <202010291939.09TJduCd078083@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: flo
Date: Thu Oct 29 19:39:55 2020
New Revision: 553635
URL: https://svnweb.freebsd.org/changeset/ports/553635

Log:
  Ignore with PHP 8.0
  
  Reported by:	pkg-fallout

Modified:
  head/sysutils/pecl-proctitle/Makefile

Modified: head/sysutils/pecl-proctitle/Makefile
==============================================================================
--- head/sysutils/pecl-proctitle/Makefile	Thu Oct 29 19:03:52 2020	(r553634)
+++ head/sysutils/pecl-proctitle/Makefile	Thu Oct 29 19:39:55 2020	(r553635)
@@ -10,5 +10,6 @@ MAINTAINER=	flo@FreeBSD.org
 COMMENT=	PECL extension that allows changing the current process' name
 
 USES=		php:pecl
+IGNORE_WITH_PHP=	80
 
 .include <bsd.port.mk>



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