aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2007-07-19 17:52:16 +0800
committerlinimon <linimon@FreeBSD.org>2007-07-19 17:52:16 +0800
commitf6fde259898b2380fbef7def8cf461f8ac61b1f2 (patch)
treee39a8fdb05aaeccced1d62be19bbee2062284912 /editors
parent9873c52a339cd4366c069c85d9421a9248f6db53 (diff)
downloadfreebsd-ports-graphics-f6fde259898b2380fbef7def8cf461f8ac61b1f2.tar.gz
freebsd-ports-graphics-f6fde259898b2380fbef7def8cf461f8ac61b1f2.tar.zst
freebsd-ports-graphics-f6fde259898b2380fbef7def8cf461f8ac61b1f2.zip
Continue the deorbit burn of ports that are multilingual versions of emacs19
and obsoleted by emacs20 and later. Discussed with: NIIMI Satoshi Hat: portmgr
Diffstat (limited to 'editors')
-rw-r--r--editors/mule-common/Makefile7
-rw-r--r--editors/mule/Makefile3
-rw-r--r--editors/psgml-mule/Makefile3
3 files changed, 11 insertions, 2 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index eea53650f84..b672f283621 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/Makefile
@@ -18,6 +18,9 @@ DISTFILES= mule-${MULE_VERSION}-${EMACS_VERSION}.tar.gz \
MAINTAINER= ports@FreeBSD.org
COMMENT= For a multilingual emacs, emacs lisp files, info pages, etc (except executables)
+DEPRECATED= emacs19 and related ports are obsolete; please use a more recent version
+EXPIRATION_DATE= 2007-08-19
+
MULE_VERSION= 2.3
EMACS_VERSION= 19.34
@@ -26,7 +29,7 @@ USE_XORG= xbitmaps
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
-BROKEN= "Does not compile on !i386"
+BROKEN= Does not compile on !i386
.endif
.if ${OSVERSION} > 600000
@@ -125,7 +128,7 @@ WRKDIR= ${WRKDIRBASE}/editors/mule/work
pre-build::
@cd ${.CURDIR}/../mule; make
.else
-IGNORE= First you should build install a port for mule except mule-common
+IGNORE= first you should build install a port for mule except mule-common
.endif
.endif
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index ad6882191ad..fede63df6f3 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -19,6 +19,9 @@ DISTFILES= mule-${MULE_VERSION}-${EMACS_VERSION}.tar.gz \
MAINTAINER?= ports@FreeBSD.org
COMMENT?= A multilingual emacs based 19.34 (Only the executables)
+DEPRECATED= emacs19 and related ports are obsolete; please use a more recent version
+EXPIRATION_DATE= 2007-08-19
+
RUN_DEPENDS= ${PREFIX}/share/${EMACS_PREFIX}/${EMACS_VERSION}/lisp/mule.el:${PORTSDIR}/editors/mule-common
LIB_DEPENDS= ${LIB_INPUT_METHOD}
BUILD_DEPENDS= ${BUILD_INPUT_METHOD}
diff --git a/editors/psgml-mule/Makefile b/editors/psgml-mule/Makefile
index 51b1b3f467a..c264f472a9f 100644
--- a/editors/psgml-mule/Makefile
+++ b/editors/psgml-mule/Makefile
@@ -8,6 +8,9 @@
MAINTAINER= ports@FreeBSD.org
COMMENT= A major mode for editing SGML and XML documents for mule
+DEPRECATED= emacs19 and related ports are obsolete; please use a more recent version
+EXPIRATION_DATE= 2007-08-19
+
# This is a slave port.
MASTERDIR= ${.CURDIR}/../psgml