svn commit: r494063 - head/editors/tamago

Hiroki Sato hrs at FreeBSD.org
Wed Feb 27 15:57:45 UTC 2019


Author: hrs
Date: Wed Feb 27 15:57:44 2019
New Revision: 494063
URL: https://svnweb.freebsd.org/changeset/ports/494063

Log:
  Exclude devel_nox due to build failure.

Modified:
  head/editors/tamago/Makefile

Modified: head/editors/tamago/Makefile
==============================================================================
--- head/editors/tamago/Makefile	Wed Feb 27 15:31:00 2019	(r494062)
+++ head/editors/tamago/Makefile	Wed Feb 27 15:57:44 2019	(r494063)
@@ -14,7 +14,9 @@ COMMENT=	Egg V4, Multilingual Input Method for Emacsen
 LICENSE=	GPLv2
 
 USES=		emacs
-EMACS_FLAVORS_EXCLUDE=	devel_full # fails to build
+# Fails to build with Emacs 27.
+# Temporarily disable devel_full and devel_nox.
+EMACS_FLAVORS_EXCLUDE=	devel_full devel_nox
 USE_GITHUB=	yes
 GH_ACCOUNT=	hrs-allbsd
 


More information about the svn-ports-all mailing list