1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

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.
This commit is contained in:
John Marino 2013-10-20 16:38:51 +00:00
parent 4c3fcae5fb
commit 5978e4b24d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331036

View File

@ -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