Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 09:26:33 +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: r559226 - head/net-im/jabber.el
Message-ID:  <202012250926.0BP9QXKv089260@repo.freebsd.org>

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

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

Modified:
  head/net-im/jabber.el/Makefile

Modified: head/net-im/jabber.el/Makefile
==============================================================================
--- head/net-im/jabber.el/Makefile	Fri Dec 25 09:19:30 2020	(r559225)
+++ head/net-im/jabber.el/Makefile	Fri Dec 25 09:26:32 2020	(r559226)
@@ -12,6 +12,10 @@ DISTNAME=		emacs-jabber-${PORTVERSION}
 MAINTAINER=	max.n.boyarov@gmail.com
 COMMENT=	Minimal jabber client for [X]Emacs
 
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN=		Debugger entered--Lisp error: (wrong-type-argument stringp nil)
+.endif
+
 RUN_DEPENDS=	${LOCALBASE}/bin/gnutls-cli:security/gnutls
 
 USES=		emacs gmake



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