aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.emacs.mk
diff options
context:
space:
mode:
authorashish <ashish@FreeBSD.org>2014-06-27 20:34:52 +0800
committerashish <ashish@FreeBSD.org>2014-06-27 20:34:52 +0800
commit0ca659cabd977e0c2f244e209b2e9db039623991 (patch)
tree03e1be8a277142f907e026b09eddcafd8a3ace1e /Mk/bsd.emacs.mk
parent592047519f1bdb5d275f77f3448250fcab62a320 (diff)
downloadfreebsd-ports-gnome-0ca659cabd977e0c2f244e209b2e9db039623991.tar.gz
freebsd-ports-gnome-0ca659cabd977e0c2f244e209b2e9db039623991.tar.zst
freebsd-ports-gnome-0ca659cabd977e0c2f244e209b2e9db039623991.zip
- 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)
Diffstat (limited to 'Mk/bsd.emacs.mk')
-rw-r--r--Mk/bsd.emacs.mk39
1 files changed, 2 insertions, 37 deletions
diff --git a/Mk/bsd.emacs.mk b/Mk/bsd.emacs.mk
index 7afb639c6aac..0bc0d3b927e4 100644
--- a/Mk/bsd.emacs.mk
+++ b/Mk/bsd.emacs.mk
@@ -63,42 +63,8 @@ EMACS_PORT_NAME?= emacs24
EMACS_MASTERDIR_PKGFILES?= NO
-# Emacs-21.x
-.if (${EMACS_PORT_NAME} == "emacs21")
-EMACS_NAME= emacs
-EMACS_VER= 21.3
-EMACS_MAJOR_VER= 21
-EMACS_LIBDIR?= share/${EMACS_NAME}
-EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER}
-EMACS_PORTSDIR= ${PORTSDIR}/editors/emacs21
-EMACS_COMMON_PORT= NO
-EMACS_HAS_MULE= YES
-EMACS_NO_SUBDIRSEL= NO
-.if (${EMACS_MASTERDIR_PKGFILES} == "YES")
-COMMENTFILE?= ${PKGDIR}/pkg-comment.${EMACS_PORT_NAME}
-DESCR?= ${PKGDIR}/pkg-descr.${EMACS_PORT_NAME}
-PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
-.endif
-
-# Emacs-22.x
-.elif (${EMACS_PORT_NAME} == "emacs22")
-EMACS_NAME= emacs
-EMACS_VER= 22.3
-EMACS_MAJOR_VER= 22
-EMACS_LIBDIR?= share/${EMACS_NAME}
-EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER}
-EMACS_PORTSDIR= ${PORTSDIR}/editors/emacs22
-EMACS_COMMON_PORT= NO
-EMACS_HAS_MULE= YES
-EMACS_NO_SUBDIRSEL= NO
-.if (${EMACS_MASTERDIR_PKGFILES} == "YES")
-COMMENTFILE?= ${PKGDIR}/pkg-comment.${EMACS_PORT_NAME}
-DESCR?= ${PKGDIR}/pkg-descr.${EMACS_PORT_NAME}
-PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
-.endif
-
# Emacs-23.x
-.elif (${EMACS_PORT_NAME} == "emacs23")
+.if (${EMACS_PORT_NAME} == "emacs23")
EMACS_NAME= emacs
EMACS_VER= 23.4
EMACS_MAJOR_VER= 23
@@ -225,8 +191,7 @@ PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME}
check-makevars::
@${ECHO} "Makefile error: Bad value of EMACS_PORT_NAME: ${EMACS_PORT_NAME}."
@${ECHO} "Valid values are:"
- @${ECHO} " Emacs family: emacs21 emacs22 emacs23 emacs24"
- @${ECHO} " emacs-devel"
+ @${ECHO} " Emacs family: emacs23 emacs24 emacs-devel"
@${ECHO} " XEmacs family: xemacs21 xemacs21-mule xemacs-devel"
@${ECHO} " xemacs-devel-mule xemacs-mule-xft"
@${FALSE}