Date: Sun, 13 Oct 2019 08:01:39 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r514372 - head/lang/php-mode.el Message-ID: <201910130801.x9D81dq1086208@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Oct 13 08:01:39 2019 New Revision: 514372 URL: https://svnweb.freebsd.org/changeset/ports/514372 Log: Mark devel_full and devel_nox flavors BROKEN Reported by: pkg-fallout Modified: head/lang/php-mode.el/Makefile Modified: head/lang/php-mode.el/Makefile ============================================================================== --- head/lang/php-mode.el/Makefile Sun Oct 13 08:00:03 2019 (r514371) +++ head/lang/php-mode.el/Makefile Sun Oct 13 08:01:39 2019 (r514372) @@ -12,6 +12,10 @@ COMMENT= PHP mode for GNU Emacs LICENSE= GPLv3 +.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox +BROKEN= php.el:232:10:Error: Symbol's function definition is void: rx-form +.endif + USES= emacs gmake USE_GITHUB= yes GH_ACCOUNT= emacs-php
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910130801.x9D81dq1086208>