svn commit: r559226 - head/net-im/jabber.el

Antoine Brodin antoine at FreeBSD.org
Fri Dec 25 09:26:33 UTC 2020


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 at 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


More information about the svn-ports-all mailing list