diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-09 05:05:54 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-09 05:05:54 +0800 |
commit | 7294522c642940db4003f5691f8b68d90fbe1507 (patch) | |
tree | c059c3a76b6259d9a1e6f4e1be6f3c79e4602fd5 /deskutils/howm | |
parent | 6696f78761a6620d1ec05aa77a3b622195b609b7 (diff) | |
download | freebsd-ports-gnome-7294522c642940db4003f5691f8b68d90fbe1507.tar.gz freebsd-ports-gnome-7294522c642940db4003f5691f8b68d90fbe1507.tar.zst freebsd-ports-gnome-7294522c642940db4003f5691f8b68d90fbe1507.zip |
Mark BROKEN: fails to build
In toplevel form:
howm-backend.el:23:1:Error: Symbol's function definition is void: ed
In toplevel form:
howm-cl.el:33:1:Warning: cl package required at runtime
howm-vars.el: `labels' is an obsolete macro (as of 24.3); use `cl-labels' instead.
In toplevel form:
howm-common.el:23:1:Error: Symbol's function definition is void: ed
howm-vars.el: `labels' is an obsolete macro (as of 24.3); use `cl-labels' instead.
In toplevel form:
howm-date.el:23:1:Error: Symbol's function definition is void: ed
...
Reported by: pkg-fallout
MFH: 2016Q4
Diffstat (limited to 'deskutils/howm')
-rw-r--r-- | deskutils/howm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/howm/Makefile b/deskutils/howm/Makefile index 849a192b5550..ce855c753190 100644 --- a/deskutils/howm/Makefile +++ b/deskutils/howm/Makefile @@ -8,6 +8,8 @@ MASTER_SITES= http://howm.sourceforge.jp/a/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Write fragmentarily and read collectively +BROKEN= fails to build + GNU_CONFIGURE= yes USE_EMACS= yes ELISP= action-lock.el bcomp.el cheat-font-lock.el \ |