diff options
author | marino <marino@FreeBSD.org> | 2013-10-21 00:38:51 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-10-21 00:38:51 +0800 |
commit | 5668e2418ccdc5bd3c609033a2dd42beebcd14c1 (patch) | |
tree | e203790e8ffb3bdfae175cedf7b5c3d4c9f48302 /editors | |
parent | 83684666b43c91ba39f233f59163df5ba121b718 (diff) | |
download | freebsd-ports-gnome-5668e2418ccdc5bd3c609033a2dd42beebcd14c1.tar.gz freebsd-ports-gnome-5668e2418ccdc5bd3c609033a2dd42beebcd14c1.tar.zst freebsd-ports-gnome-5668e2418ccdc5bd3c609033a2dd42beebcd14c1.zip |
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.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/mode-info/Makefile | 7 |
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 |