git: 150121e956f6 - main - deskutils/howm: Utilize EMACS_FLAVORS_EXCLUDE
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 30 Dec 2023 20:38:35 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=150121e956f608b09f8507531fdb0285edc04358
commit 150121e956f608b09f8507531fdb0285edc04358
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-30 18:42:59 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-30 20:38:26 +0000
deskutils/howm: Utilize EMACS_FLAVORS_EXCLUDE
Rather than BROKEN utilize EMACS_FLAVORS_EXCLUDE which even do not try
the flavor reducing the number of failures at the cluster.
---
deskutils/howm/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile
index cae3617cfd4e..b8a0df575346 100644
--- a/deskutils/howm/Makefile
+++ b/deskutils/howm/Makefile
@@ -12,11 +12,8 @@ WWW= http://howm.sourceforge.jp/index.html
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
+EMACS_FLAVORS_EXCLUDE=devel_full devel_nox # Debugger entered--Lisp error: (wrong-type-argument stringp nil)
GNU_CONFIGURE= yes