summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-10-20 16:38:51 +0000
committerJohn Marino <marino@FreeBSD.org>2013-10-20 16:38:51 +0000
commit5978e4b24dcd6134eba15528cd337e1eece81be5 (patch)
treee203790e8ffb3bdfae175cedf7b5c3d4c9f48302 /editors
parent- Update to 0.1.9998r2695 (diff)
editors/mode-info: Mark BROKEN, DEPRECATE, EXPIRE in 30 days
This unmaintained port has at least two problems. The first is that MI_WITH_MAKE internal option requires make.info from gmake, which is not part of the package anymore. Turning that option off somehow prevents mi-emacs.idx from building. The last commit from the last listed maintainer was March 2008. As this hasn't properly built since r119448 (14 Oct 2004) when gmake's make.info was removed, the expiration period will be only 30 days.
Notes
Notes: svn path=/head/; revision=331036
Diffstat (limited to 'editors')
-rw-r--r--editors/mode-info/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/mode-info/Makefile b/editors/mode-info/Makefile
index 0cc5f2b36ad6..f215b1e2e2d9 100644
--- a/editors/mode-info/Makefile
+++ b/editors/mode-info/Makefile
@@ -10,10 +10,14 @@ MASTER_SITES= http://namazu.org/~tsuchiya/elisp/
MAINTAINER= ports@FreeBSD.org
COMMENT= Functions to refer Manuals on Emacsen with describe-* like interface
+BROKEN= Requires make.info from gmake which has been gone since 2004
+DEPRECATED= Misbuilding since 2004, not maintained since 2008
+EXPIRATION_DATE= 2013-11-20
+
MI_INDEX+= mi-emacs.idx
MI_WITH_ELISP?= yes
MI_ELISP_LANG?= en
-MI_WITH_MAKE?= yes
+MI_WITH_MAKE?= no
.if (${MI_WITH_ELISP} == "yes")
MI_INDEX+= mi-elisp.idx
@@ -23,6 +27,7 @@ PLIST_SUB+= MI_WITH_ELISP="@comment "
.endif
.if (${MI_WITH_MAKE} == "yes")
+# OPTION BROKEN, make.info no longer listed in gmake pkg-plist
BUILD_DEPENDS+= ${LOCALBASE}/info/make.info:${PORTSDIR}/devel/gmake
RUN_DEPENDS+= ${LOCALBASE}/info/make.info:${PORTSDIR}/devel/gmake
MI_INDEX+= mi-make.idx