head	1.18;
access;
symbols
	RELEASE_6_0_0:1.16
	RELEASE_5_4_0:1.16
	RELEASE_4_11_0:1.15
	RELEASE_5_3_0:1.15
	RELEASE_4_10_0:1.14
	RELEASE_5_2_1:1.13
	RELEASE_5_2_0:1.13
	RELEASE_4_9_0:1.13
	RELEASE_5_1_0:1.13
	RELEASE_4_8_0:1.12
	RELEASE_5_0_0:1.11
	RELEASE_4_7_0:1.11
	RELEASE_4_6_2:1.11
	RELEASE_4_6_1:1.11
	RELEASE_4_6_0:1.11
	RELEASE_5_0_DP1:1.10
	RELEASE_4_5_0:1.10
	RELEASE_4_4_0:1.10
	RELEASE_4_3_0:1.9
	RELEASE_4_2_0:1.9
	RELEASE_4_1_1:1.9
	RELEASE_4_1_0:1.9
	RELEASE_3_5_0:1.8
	RELEASE_4_0_0:1.7
	RELEASE_3_4_0:1.6
	RELEASE_3_3_0:1.6
	RELEASE_3_2_0:1.2
	wagner_4_17:1.1.1.1
	WAGNER:1.1.1;
locks; strict;
comment	@# @;


1.18
date	2006.02.03.17.27.40;	author vs;	state dead;
branches;
next	1.17;

1.17
date	2005.11.26.22.21.39;	author linimon;	state Exp;
branches;
next	1.16;

1.16
date	2005.03.27.01.51.04;	author kris;	state Exp;
branches;
next	1.15;

1.15
date	2004.09.21.17.18.55;	author leeym;	state Exp;
branches;
next	1.14;

1.14
date	2004.02.06.13.11.37;	author trevor;	state Exp;
branches;
next	1.13;

1.13
date	2003.05.18.12.06.19;	author kris;	state Exp;
branches;
next	1.12;

1.12
date	2003.03.07.06.05.31;	author ade;	state Exp;
branches;
next	1.11;

1.11
date	2002.05.24.04.42.49;	author jdp;	state Exp;
branches;
next	1.10;

1.10
date	2001.08.20.06.29.37;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2000.06.28.15.35.58;	author jdp;	state Exp;
branches;
next	1.8;

1.8
date	2000.04.12.06.19.19;	author obrien;	state Exp;
branches;
next	1.7;

1.7
date	2000.02.08.09.27.14;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	99.09.08.18.02.27;	author jdp;	state Exp;
branches;
next	1.5;

1.5
date	99.08.31.06.46.49;	author mharo;	state Exp;
branches;
next	1.4;

1.4
date	99.08.27.22.29.36;	author mharo;	state Exp;
branches;
next	1.3;

1.3
date	99.08.25.06.34.54;	author obrien;	state Exp;
branches;
next	1.2;

1.2
date	99.03.07.01.47.40;	author jdp;	state Exp;
branches;
next	1.1;

1.1
date	99.03.01.04.11.23;	author jdp;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.03.01.04.11.23;	author jdp;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Remove expired port
@
text
@# New ports collection makefile for:   m3gdb
# Date created:        17 February 1999
# Whom:                wagner@@luthien.in-berlin.de
#
# $FreeBSD: ports/lang/m3gdb/Makefile,v 1.17 2005/11/26 22:21:39 linimon Exp $
#

PORTNAME=	m3gdb
PORTVERSION=	4.17
CATEGORIES=	lang devel
MASTER_SITES=	${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR=jdp/${PORTNAME}
DISTFILES=	${PORTNAME}-${PORTVERSION}.tar.gz \
		${PORTNAME}-fbsd-${PORTVERSION}.tar.gz

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
PLIST_FILES=	bin/m3gdb

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 503000
BROKEN=		"Does not build on FreeBSD >= 5.x"
.endif

pre-build:
	@@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} depend
	@@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} libbuild

.include <bsd.port.post.mk>
@


1.17
log
@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 ...
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@BROKEN on 5.x: Does not compile

Approved by:    portmgr (self)
@
text
@d16 1
a16 1
MAINTAINER=	jdp@@FreeBSD.org
d19 3
a28 4
.if ${PORTOBJFORMAT} == "aout"
BROKEN=		does not support a.out systems
.endif

@


1.15
log
@- unbreak this port on 5.x
- utilize PORTNAME and PORTVERSION

PR:		71839
Submitted by:	leeym
Approved by:	portmgr (marcus), jdp (maintainer)
@
text
@d30 4
@


1.14
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d12 3
a14 3
MASTER_SITE_SUBDIR=jdp/m3gdb
DISTFILES=	m3gdb-4.17.tar.gz \
		m3gdb-fbsd-4.17.tar.gz
a25 4
.if ${OSVERSION} >= 500113
BROKEN=         "Does not build"
.endif

d31 2
a32 2
	@@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make depend
	@@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} make libbuild
@


1.13
log
@BROKEN on 5.1: does not build
@
text
@d22 1
@


1.12
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d25 4
@


1.11
log
@Make this port compile again, and remove the BROKEN annotation.
@
text
@d17 1
@


1.10
log
@Mark BROKEN; looks like system header changes caused this to break
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/m3gdb/Makefile,v 1.9 2000/06/28 15:35:58 jdp Exp $
a16 2

BROKEN=		"Does not compile"
@


1.9
log
@Distfiles have moved to ${MASTER_SITE_LOCAL}.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/m3gdb/Makefile,v 1.8 2000/04/12 06:19:19 obrien Exp $
d17 2
@


1.8
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/m3gdb/Makefile,v 1.7 2000/02/08 09:27:14 peter Exp $
d11 2
a12 1
MASTER_SITES=	http://people.FreeBSD.org/~jdp/distfiles/
@


1.7
log
@Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
@
text
@a1 1
# Version required:    4.17
d5 1
a5 1
# $FreeBSD: ports/lang/m3gdb/Makefile,v 1.6 1999/09/08 18:02:27 jdp Exp $
d8 2
a9 1
DISTNAME=	m3gdb-4.17
@


1.6
log
@Make this port build again under both 3.x-stable and 4.x-current.
It used to depend on a bunch of files from the FreeBSD source tree.
But the import of gdb-4.18 and the restructuring connected with
that broke the port.  I have created a second distfile containing
the needed files, and this port now gets them from there.

Also mark this port broken for everything except i386/elf.  I don't
have time to fix the other platforms before the 3.3-RELEASE ports
freeze.
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/m3gdb/Makefile,v 1.5 1999/08/31 06:46:49 mharo Exp $
d11 1
a11 1
MASTER_SITES=	http://www.freebsd.org/~jdp/distfiles/
@


1.5
log
@FreeBSD.ORG -> FreeBSD.org

Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/m3gdb/Makefile,v 1.4 1999/08/27 22:29:36 mharo Exp $
d9 17
a25 15
DISTNAME=      m3gdb-4.17
CATEGORIES=    lang devel
MASTER_SITES=  http://www.freebsd.org/~jdp/distfiles/

MAINTAINER=    jdp@@FreeBSD.org

MAN1=          m3gdb.1
MANCOMPRESSED= yes

pre-fetch:
	@@if [ ! -d /usr/src/contrib/gdb ]; then \
	    ${ECHO_MSG} "To build this port you must have the FreeBSD" \
		"sources in \"/usr/src\"."; \
	    exit 1; \
	fi
d31 1
a31 1
.include <bsd.port.mk>
@


1.4
log
@echo -> ${ECHO} or ${ECHO_MSG}  and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
@
text
@d6 1
a6 1
# $FreeBSD: ports/lang/m3gdb/Makefile,v 1.3 1999/08/25 06:34:54 obrien Exp $
d13 1
a13 1
MAINTAINER=    jdp@@FreeBSD.ORG
@


1.3
log
@Change Id->FreeBSD.
@
text
@d6 1
a6 1
# $FreeBSD$
d20 1
a20 1
	    echo "To build this port you must have the FreeBSD" \
@


1.2
log
@Add "devel" to the CATEGORIES line.
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1999/03/01 04:11:23 jdp Exp $
@


1.1
log
@Initial revision
@
text
@d6 1
a6 1
# $Id$
d10 1
a10 1
CATEGORIES=    lang
@


1.1.1.1
log
@Import the "m3gdb" port.  It is a modified version of gdb-4.17 which
supports debugging Modula-3 programs.

Submitted by:	Olaf Wagner <wagner@@luthien.in-berlin.de>
@
text
@@
