From 5e4e8ecf76647ca7dbefecd42a21cdbbef3f44de Mon Sep 17 00:00:00 2001 From: Vasil Dimov Date: Sun, 14 Oct 2007 10:10:01 +0000 Subject: Remove expired Emacs ports and the surrounding expired ports: 2007-08-19 chinese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 chinese/xemacs: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 converters/mule-ucs-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 devel/eieio-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/apel-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/bitmap-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/emacs19: emacs19 is obsolete; please use a more recent version 2007-08-19 editors/emacs20: "editors/emacs is recommended instead for new installations" 2007-08-19 editors/flim-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/mule-common: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 editors/mule: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 editors/semi-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 editors/speedbar-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 irc/irchat-pj-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 irc/pure-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/diclookup-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/diclookup-mule: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+freewnn+sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3+wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3+wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna+wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-canna: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-sj3: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-wnn6: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/mule-wnn7: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/navi2ch-emacs20: emacs20 and related ports are obsolete; please use a more recent version 2007-08-19 japanese/w3: distfile is 10 years old and depends on emacs19 which is obsolete 2007-08-19 korean/mule-freewnn: emacs19 and related ports are obsolete; please use a more recent version 2007-08-19 www/w3: distfile is 10 years old and depends on emacs19 which is obsolete --- Mk/bsd.emacs.mk | 61 +++++---------------------------------------------------- 1 file changed, 5 insertions(+), 56 deletions(-) (limited to 'Mk/bsd.emacs.mk') diff --git a/Mk/bsd.emacs.mk b/Mk/bsd.emacs.mk index a13bac292e35..c5487d20a61b 100644 --- a/Mk/bsd.emacs.mk +++ b/Mk/bsd.emacs.mk @@ -1,5 +1,5 @@ # -# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.68 2007-08-04 11:37:23 gabor Exp $ +# $FreeBSD: /tmp/pcvs/ports/Mk/bsd.emacs.mk,v 1.69 2007-10-14 10:09:47 vd Exp $ # # bsd.emacs.mk - 19990829 Shigeyuki Fukushima. # @@ -63,42 +63,8 @@ EMACS_PORT_NAME?= emacs22 EMACS_MASTERDIR_PKGFILES?= NO -# Emacs-19.x -.if (${EMACS_PORT_NAME} == "emacs19") -EMACS_NAME= emacs -EMACS_VER= 19.34 -EMACS_MAJOR_VER= 19 -EMACS_LIBDIR?= share/${EMACS_NAME} -EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} -EMACS_PORTSDIR= ${PORTSDIR}/editors/emacs19 -EMACS_COMMON_PORT= NO -EMACS_HAS_MULE= NO -EMACS_NO_SUBDIRSEL= YES -.if (${EMACS_MASTERDIR_PKGFILES} == "YES") -COMMENTFILE?= ${PKGDIR}/pkg-comment.emacs19 -DESCR?= ${PKGDIR}/pkg-descr.emacs19 -PLIST?= ${PKGDIR}/pkg-plist.emacs19 -.endif - -# Emacs-20.x -.elif (${EMACS_PORT_NAME} == "emacs20") -EMACS_NAME= emacs -EMACS_VER= 20.7 -EMACS_MAJOR_VER= 20 -EMACS_LIBDIR?= share/${EMACS_NAME} -EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} -EMACS_PORTSDIR= ${PORTSDIR}/editors/emacs20 -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-21.x -.elif (${EMACS_PORT_NAME} == "emacs21") +.if (${EMACS_PORT_NAME} == "emacs21") EMACS_NAME= emacs EMACS_VER= 21.3 EMACS_MAJOR_VER= 21 @@ -148,23 +114,6 @@ DESCR?= ${PKGDIR}/pkg-descr.${EMACS_PORT_NAME} PLIST?= ${PKGDIR}/pkg-plist.${EMACS_PORT_NAME} .endif -# Mule-19.x -.elif (${EMACS_PORT_NAME} == "mule") -EMACS_NAME= mule -EMACS_VER= 19.34 -EMACS_MAJOR_VER= 19 -EMACS_LIBDIR?= share/${EMACS_NAME} -EMACS_LIBDIR_WITH_VER?= share/${EMACS_NAME}/${EMACS_VER} -EMACS_PORTSDIR= ${PORTSDIR}/editors/mule -EMACS_COMMON_PORT= YES -EMACS_HAS_MULE= YES -EMACS_NO_SUBDIRSEL= YES -.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 - # XEmacs-21.x .elif (${EMACS_PORT_NAME} == "xemacs21") EMACS_NAME= xemacs @@ -242,9 +191,9 @@ 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: emacs19 mule emacs20 emacs21 emacs22" - @${ECHO} " XEmacs family: xemacs xemacs20 xemacs21 xemacs21-mule" - @${ECHO} " xemacs-devel xemacs-devel-mule xemacs-mule-xft" + @${ECHO} " Emacs family: emacs21 emacs22 emacs-devel" + @${ECHO} " XEmacs family: xemacs21 xemacs21-mule xemacs-devel" + @${ECHO} " xemacs-devel-mule xemacs-mule-xft" @${FALSE} .endif -- cgit v1.2.3