aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-07-19 09:52:16 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-07-19 09:52:16 +0000
commit35d22b566a09512ae8320a79760e53e5c299d625 (patch)
tree045fa6e69f7c0562c8693fea1a20e8f61002d8db /editors
parent2de2cf322aa1b79aadbaaba5123c36d8cbf2edf8 (diff)
downloadports-35d22b566a09512ae8320a79760e53e5c299d625.tar.gz
ports-35d22b566a09512ae8320a79760e53e5c299d625.zip
Notes
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 eea53650f841..b672f2836214 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 ad6882191ade..fede63df6f3b 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 51b1b3f467a0..c264f472a9fa 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