aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-03-17 19:08:44 +0800
committerpav <pav@FreeBSD.org>2011-03-17 19:08:44 +0800
commit8f24a15726dba3bbbd584e92f3d81b4bd0190d9a (patch)
tree30e57ad4f97668320f2f386f99980504ff4d1f78 /editors
parent01b1e104baba5395a22dea3b13bcdf24730d3440 (diff)
downloadfreebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.gz
freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.tar.zst
freebsd-ports-gnome-8f24a15726dba3bbbd584e92f3d81b4bd0190d9a.zip
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Diffstat (limited to 'editors')
-rw-r--r--editors/zed/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/editors/zed/Makefile b/editors/zed/Makefile
index 59fa12b453bc..2247c10a321f 100644
--- a/editors/zed/Makefile
+++ b/editors/zed/Makefile
@@ -14,6 +14,10 @@ MASTER_SITES= http://zed.c3po.it/
MAINTAINER= exile@chamber.ee
COMMENT= Simple, small, fast, highly configurable text editor
+BROKEN= Does not compile with GCC 4.2
+DEPRECATED= does not compile on FreeBSD 7.x or newer
+EXPIRATION_DATE=2011-04-17
+
DOCS= CHANGES zed.doc
do-install:
@@ -24,10 +28,4 @@ do-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>