Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 09:28:43 +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: r559227 - head/deskutils/howm
Message-ID:  <202012250928.0BP9Sht3089445@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 25 09:28:43 2020
New Revision: 559227
URL: https://svnweb.freebsd.org/changeset/ports/559227

Log:
  Mark devel flavors BROKEN
  
  Reported by:	pkg-fallout

Modified:
  head/deskutils/howm/Makefile

Modified: head/deskutils/howm/Makefile
==============================================================================
--- head/deskutils/howm/Makefile	Fri Dec 25 09:26:32 2020	(r559226)
+++ head/deskutils/howm/Makefile	Fri Dec 25 09:28:43 2020	(r559227)
@@ -13,6 +13,10 @@ COMMENT=	Write fragmentarily and read collectively
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN=		Debugger entered--Lisp error: (wrong-type-argument stringp nil)
+.endif
+
 USES=		emacs
 
 GNU_CONFIGURE=	yes



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