summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2005-11-26 22:21:39 +0000
committerMark Linimon <linimon@FreeBSD.org>2005-11-26 22:21:39 +0000
commit5df5f1b3ffe4f129e70a2c4df0c4b76f6c231402 (patch)
tree2a9103789fc96a453c82a7fc74f8c50a7543f845 /lang
parent[UPDATE] games/quake3: fix paths in patches (they fail to apply) (diff)
Reset maintainer at his request and deprecate. This port does not build
on recent versions of FreeBSD. It is possible that the maintainer was the only person that ever used it ...
Notes
Notes: svn path=/head/; revision=149623
Diffstat (limited to 'lang')
-rw-r--r--lang/m3gdb/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/lang/m3gdb/Makefile b/lang/m3gdb/Makefile
index 50bf441aed77..d6dc1d4434a4 100644
--- a/lang/m3gdb/Makefile
+++ b/lang/m3gdb/Makefile
@@ -13,9 +13,12 @@ MASTER_SITE_SUBDIR=jdp/${PORTNAME}
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \
${PORTNAME}-fbsd-${PORTVERSION}.tar.gz
-MAINTAINER= jdp@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= The GNU debugger with support for Modula-3
+DEPRECATED= does not build on recent releases
+EXPIRATION_DATE= 2006-01-26
+
MAN1= m3gdb.1
MANCOMPRESSED= yes
ONLY_FOR_ARCHS= i386
@@ -23,10 +26,6 @@ PLIST_FILES= bin/m3gdb
.include <bsd.port.pre.mk>
-.if ${PORTOBJFORMAT} == "aout"
-BROKEN= does not support a.out systems
-.endif
-
.if ${OSVERSION} >= 503000
BROKEN= "Does not build on FreeBSD >= 5.x"
.endif