diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-02 17:55:32 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2025-07-02 18:29:38 +0200 |
commit | 25a2301b4d5de0bafc4572febba1f8b7e5afe55f (patch) | |
tree | 25307a6db819f1025c85dd9fcbcef35413548f0f /devel | |
parent | */*php85*: Sunrise (diff) |
*/*: IGNORE_WITH_PHP 8.5
These packages do not build with the new PHP85.
Approved by: portmgr (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ioncube/Makefile | 1 | ||||
-rw-r--r-- | devel/pecl-ast/Makefile | 1 | ||||
-rw-r--r-- | devel/pecl-runkit7/Makefile | 2 | ||||
-rw-r--r-- | devel/pecl-swoole/Makefile | 1 | ||||
-rw-r--r-- | devel/pecl-xdebug/Makefile | 2 | ||||
-rw-r--r-- | devel/phorgeit-arcanist-lib/Makefile | 2 | ||||
-rw-r--r-- | devel/phorgeit-phorge/Makefile | 2 |
7 files changed, 7 insertions, 4 deletions
diff --git a/devel/ioncube/Makefile b/devel/ioncube/Makefile index f50a1fd5bda4..cb90a2ef1ca9 100644 --- a/devel/ioncube/Makefile +++ b/devel/ioncube/Makefile @@ -20,6 +20,7 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept IGNORE_DragonFly= is unsupported on DragonFly ONLY_FOR_ARCHS= amd64 i386 USES= php:flavors +IGNORE_WITH_PHP= 85 NO_BUILD= yes SUB_FILES= pkg-message diff --git a/devel/pecl-ast/Makefile b/devel/pecl-ast/Makefile index ad87b5572d3d..6b9521fa74c3 100644 --- a/devel/pecl-ast/Makefile +++ b/devel/pecl-ast/Makefile @@ -11,5 +11,6 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl +IGNORE_WITH_PHP= 85 .include <bsd.port.mk> diff --git a/devel/pecl-runkit7/Makefile b/devel/pecl-runkit7/Makefile index e10d981a19ea..92e3ffed99db 100644 --- a/devel/pecl-runkit7/Makefile +++ b/devel/pecl-runkit7/Makefile @@ -9,6 +9,6 @@ WWW= https://github.com/runkit7/runkit7 LICENSE= PHP301 USES= compiler:c11 php:pecl -IGNORE_WITH_PHP= 83 84 +IGNORE_WITH_PHP= 83 84 85 .include <bsd.port.mk> diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile index 6fef5fdd9f27..cbea49956bdd 100644 --- a/devel/pecl-swoole/Makefile +++ b/devel/pecl-swoole/Makefile @@ -13,6 +13,7 @@ NOT_FOR_ARCHS= i386 powerpc NOT_FOR_ARCHS_REASON= upstream drop 32 bits support USES= compiler:c11 localbase:ldflags php:build,pecl pkgconfig ssl +IGNORE_WITH_PHP= 85 CONFIGURE_ARGS+= --enable-mysqlnd diff --git a/devel/pecl-xdebug/Makefile b/devel/pecl-xdebug/Makefile index 03b5c98d46ec..7de5d2b2ce0e 100644 --- a/devel/pecl-xdebug/Makefile +++ b/devel/pecl-xdebug/Makefile @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl,zend tar:tgz -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 CONFIGURE_ARGS= --enable-xdebug diff --git a/devel/phorgeit-arcanist-lib/Makefile b/devel/phorgeit-arcanist-lib/Makefile index 88faa29a46cf..1a6917bfe711 100644 --- a/devel/phorgeit-arcanist-lib/Makefile +++ b/devel/phorgeit-arcanist-lib/Makefile @@ -16,7 +16,7 @@ USES= php:cli,flavors python:env shebangfix USE_GITHUB= yes GH_ACCOUNT= phorgeit USE_PHP= curl dom simplexml zlib -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 PHP_DESTDIR= lib/php/arcanist SHEBANG_FILES= bin/arc bin/phage scripts/*.php scripts/hgdaemon/*.php \ diff --git a/devel/phorgeit-phorge/Makefile b/devel/phorgeit-phorge/Makefile index e28e6e10729d..9549767581a1 100644 --- a/devel/phorgeit-phorge/Makefile +++ b/devel/phorgeit-phorge/Makefile @@ -20,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= phorgeit USE_PHP= ctype curl fileinfo filter iconv mbstring mysqli pcntl posix \ zip -IGNORE_WITH_PHP= 84 +IGNORE_WITH_PHP= 84 85 USE_RC_SUBR= phd SHEBANG_FILES= resources/timezones/*.php scripts/*.php scripts/almanac/*.php \ |