Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Feb 2019 15:57:44 +0000 (UTC)
From:      Hiroki Sato <hrs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494063 - head/editors/tamago
Message-ID:  <201902271557.x1RFvi6D061088@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902271557.x1RFvi6D061088>