Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Dec 2023 20:38:35 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 150121e956f6 - main - deskutils/howm: Utilize EMACS_FLAVORS_EXCLUDE
Message-ID:  <202312302038.3BUKcZ2Q038988@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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