git: 8f89a070b368 - main - lang/php*: remove support for 11 on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Feb 2022 19:12:58 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=8f89a070b368b80380d863f7aea376b98cc75e09 commit 8f89a070b368b80380d863f7aea376b98cc75e09 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-02-18 19:10:17 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-02-18 19:10:17 +0000 lang/php*: remove support for 11 on powerpc64 --- lang/php74/Makefile | 1 - lang/php80/Makefile | 1 - lang/php81/Makefile | 1 - 3 files changed, 3 deletions(-) diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 844391f2b287..35a651f69175 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -50,7 +50,6 @@ OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_mips= DTRACE FPM OPTIONS_EXCLUDE_mips64= DTRACE FPM OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} -OPTIONS_EXCLUDE_powerpc64_11= DTRACE OPTIONS_EXCLUDE_powerpc64_12= DTRACE OPTIONS_EXCLUDE_riscv64= DTRACE OPTIONS_EXCLUDE_sparc64= DTRACE diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 0c20d67563ce..4443865355dd 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -50,7 +50,6 @@ OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_mips= DTRACE FPM OPTIONS_EXCLUDE_mips64= DTRACE FPM OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} -OPTIONS_EXCLUDE_powerpc64_11= DTRACE OPTIONS_EXCLUDE_powerpc64_12= DTRACE OPTIONS_EXCLUDE_riscv64= DTRACE OPTIONS_EXCLUDE_sparc64= DTRACE diff --git a/lang/php81/Makefile b/lang/php81/Makefile index d60709bedd16..b8d690b1e283 100644 --- a/lang/php81/Makefile +++ b/lang/php81/Makefile @@ -52,7 +52,6 @@ OPTIONS_EXCLUDE_armv7= DTRACE OPTIONS_EXCLUDE_mips= DTRACE FPM OPTIONS_EXCLUDE_mips64= DTRACE FPM OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} -OPTIONS_EXCLUDE_powerpc64_11= DTRACE OPTIONS_EXCLUDE_powerpc64_12= DTRACE OPTIONS_EXCLUDE_riscv64= DTRACE OPTIONS_EXCLUDE_sparc64= DTRACE