git: ecfe28ec8835 - main - lang/php-mode.el: Ignore for devel_full and devel_nox

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sat, 30 Dec 2023 20:38:37 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ecfe28ec8835cee29bd15559cfe4f3cce6b7ce6e

commit ecfe28ec8835cee29bd15559cfe4f3cce6b7ce6e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-30 19:02:29 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-30 20:38:27 +0000

    lang/php-mode.el: Ignore for devel_full and devel_nox
    
    Fails to build with the flavors devel_full and devel_nox
    
    Approved by:    portmgr (blanket)
---
 lang/php-mode.el/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lang/php-mode.el/Makefile b/lang/php-mode.el/Makefile
index a143e2257c30..639ccf5989cb 100644
--- a/lang/php-mode.el/Makefile
+++ b/lang/php-mode.el/Makefile
@@ -16,6 +16,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	emacs-php
 GH_PROJECT=	${PORTNAME:S/.el$//}
 
+EMACS_FLAVORS_EXCLUDE=	devel_full devel_nox # Eager macro-expansion failure: (void-variable flymake-allowed-file-name-masks)
+
 NO_ARCH=	yes
 
 LISP_FILES=	lisp/php-align.el \