svn commit: r559227 - head/deskutils/howm
Antoine Brodin
antoine at FreeBSD.org
Fri Dec 25 09:28:43 UTC 2020
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
More information about the svn-ports-all
mailing list