From 0ca659cabd977e0c2f244e209b2e9db039623991 Mon Sep 17 00:00:00 2001 From: ashish Date: Fri, 27 Jun 2014 12:34:52 +0000 Subject: - Remove editors/emacs21, and editors/emacs22 as they're no longer maintained upstream - Also remove dependent ports - Add UPDATING entry informing users of the same - Add MOVED entries Approved by: portmgr (bapt) --- graphics/xface.el/Makefile | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'graphics/xface.el') diff --git a/graphics/xface.el/Makefile b/graphics/xface.el/Makefile index f0360ac9255a..cbfe580f3075 100644 --- a/graphics/xface.el/Makefile +++ b/graphics/xface.el/Makefile @@ -19,15 +19,9 @@ COMMENT= X-Face encoder/decoder/viewer for Emacsen RUN_DEPENDS= compface:${PORTSDIR}/mail/faces USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 LISP_FILES= x-face -.if (${EMACS_PORT_NAME} == emacs21) -LISPDIR= ${EMACS_VERSION_SITE_LISPDIR}/x-face -LISP_FILES+= x-face-e21 -PLIST_SUB+= E21_ONLY="" \ - XEMACS_ONLY="@comment " -.elif (${EMACS_PORT_NAME} == xemacs21 || ${EMACS_PORT_NAME} == xemacs21-mule) +.if (${EMACS_PORT_NAME} == xemacs21 || ${EMACS_PORT_NAME} == xemacs21-mule) LISPDIR= ${EMACS_SITE_LISPDIR}/x-face LISP_FILES+= x-face-xmas PLIST_SUB+= E21_ONLY="@comment " \ @@ -42,17 +36,6 @@ PLIST_SUB+= LISPDIR=${LISPDIR} \ OPTIONS_DEFINE= DOCS -post-extract: -.if (${EMACS_PORT_NAME} == emacs21) - ${CP} ${DISTDIR}/x-face-e21.el.gz ${WRKSRC} - ${GUNZIP_CMD} ${WRKSRC}/x-face-e21.el.gz -.endif -post-build: -.if (${EMACS_PORT_NAME} == emacs21) - (cd ${WRKSRC}; \ - ${EMACS_CMD} -batch -q -no-site-file \ - -f batch-byte-compile x-face-e21.el) -.endif do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${LISPDIR} .for i in ${LISP_FILES} -- cgit