git: bdb5cb913ec8 - main - lang/haskell-mode.el: mark devel* flavors BROKEN
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Feb 2023 09:22:57 UTC
The branch main has been updated by antoine:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bdb5cb913ec84e10d3513e135ac362e482a7342e
commit bdb5cb913ec84e10d3513e135ac362e482a7342e
Author: Antoine Brodin <antoine@FreeBSD.org>
AuthorDate: 2023-02-23 09:22:12 +0000
Commit: Antoine Brodin <antoine@FreeBSD.org>
CommitDate: 2023-02-23 09:22:56 +0000
lang/haskell-mode.el: mark devel* flavors BROKEN
Error: void-function (batch-update-autoloads)
Reported by: pkg-fallout
---
lang/haskell-mode.el/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lang/haskell-mode.el/Makefile b/lang/haskell-mode.el/Makefile
index 33657bc72fce..22e24495d371 100644
--- a/lang/haskell-mode.el/Makefile
+++ b/lang/haskell-mode.el/Makefile
@@ -10,6 +10,10 @@ WWW= https://projects.haskell.org/haskellmode-emacs/
LICENSE= GPLv3
+.if ${FLAVOR:U} == devel_full || ${FLAVOR:U} == devel_nox
+BROKEN= fails to build
+.endif
+
USES= emacs gmake
USE_GITHUB= yes
GH_ACCOUNT= haskell