svn commit: r514372 - head/lang/php-mode.el

Antoine Brodin antoine at FreeBSD.org
Sun Oct 13 08:01:40 UTC 2019


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


More information about the svn-ports-head mailing list