svn commit: r492075 - head/editors/tamago

Antoine Brodin antoine at FreeBSD.org
Sun Feb 3 20:34:55 UTC 2019


Author: antoine
Date: Sun Feb  3 20:34:54 2019
New Revision: 492075
URL: https://svnweb.freebsd.org/changeset/ports/492075

Log:
  Mark devel_nox flavor BROKEN too
  
  Loading /wrkdirs/usr/ports/editors/tamago/work-devel_nox/tamago-4.0.6.0.20041122.19.14/docomp.el (source)...
  *** Signal 11
  
  Reported by:	pkg-fallout

Modified:
  head/editors/tamago/Makefile

Modified: head/editors/tamago/Makefile
==============================================================================
--- head/editors/tamago/Makefile	Sun Feb  3 20:32:31 2019	(r492074)
+++ head/editors/tamago/Makefile	Sun Feb  3 20:34:54 2019	(r492075)
@@ -13,7 +13,7 @@ COMMENT=	Egg V4, Multilingual Input Method for Emacsen
 
 LICENSE=	GPLv2
 
-.if ${FLAVOR:U} != devel && ${FLAVOR:U} != devel_nox
+.if ${FLAVOR:U} != devel
 # http://pkg.awarnach.mathstat.dal.ca/data/11i386-default/2018-05-30_07h36m11s/logs/errors/tamago-emacs26-4.0.6.0.20041122.19.14_4.log
 BROKEN=		fails to build
 .endif


More information about the svn-ports-all mailing list