head	1.16;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.11
	RELEASE_6_3_0:1.11
	PRE_XORG_7:1.11
	RELEASE_4_EOL:1.11
	RELEASE_6_2_0:1.11
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.8
	RELEASE_5_2_1:1.8
	RELEASE_5_2_0:1.8
	RELEASE_4_9_0:1.8
	RELEASE_5_1_0:1.8
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.6
	RELEASE_4_7_0:1.6
	RELEASE_4_6_2:1.6
	RELEASE_4_6_1:1.6
	RELEASE_4_6_0:1.6
	RELEASE_5_0_DP1:1.6
	RELEASE_4_5_0:1.6
	RELEASE_4_4_0:1.6
	RELEASE_4_3_0:1.6
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.4
	RELEASE_3_4_0:1.4
	intercal_0_19:1.4
	RELEASE_3_3_0:1.3
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	intercal_0_18:1.2
	RELEASE_2_2_8:1.1.1.1
	RELEASE_3_0_0:1.1.1.1
	RELEASE_2_2_7:1.1.1.1
	mph_0_17:1.1.1.1
	MPH:1.1.1;
locks; strict;
comment	@# @;


1.16
date	2012.12.31.15.23.18;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.11.17.05.58.51;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.07.13.15.41.42;	author johans;	state Exp;
branches;
next	1.13;

1.13
date	2011.10.24.03.33.09;	author stas;	state Exp;
branches;
next	1.12;

1.12
date	2011.09.23.22.23.43;	author amdmi3;	state Exp;
branches;
next	1.11;

1.11
date	2006.10.08.22.04.46;	author stas;	state Exp;
branches;
next	1.10;

1.10
date	2006.07.29.01.56.31;	author rafan;	state Exp;
branches;
next	1.9;

1.9
date	2006.04.15.06.37.28;	author linimon;	state Exp;
branches;
next	1.8;

1.8
date	2003.03.07.06.05.31;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2003.03.01.13.04.27;	author sf;	state Exp;
branches;
next	1.6;

1.6
date	2000.11.29.18.39.54;	author mph;	state Exp;
branches;
next	1.5;

1.5
date	2000.04.12.06.19.02;	author obrien;	state Exp;
branches;
next	1.4;

1.4
date	99.12.06.20.35.50;	author mph;	state Exp;
branches;
next	1.3;

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

1.2
date	98.12.11.19.39.37;	author mph;	state Exp;
branches;
next	1.1;

1.1
date	98.04.17.21.52.16;	author mph;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.04.17.21.52.16;	author mph;	state Exp;
branches;
next	;


desc
@@


1.16
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309739
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309739 | johans | 2012-12-31 13:34:42 +0000 (Mon, 31 Dec 2012) | 7 lines
## SVN ##
## SVN ## - Force use of modern GCC (4.6+) on FreeBSD 8.x and older
## SVN ##   Otherwise, an unusable binary would be produced
## SVN ## - Bump PR
## SVN ##
## SVN ## PR:		ports/174837
## SVN ## Submitted by:	Klaus Aehlig <aehlig@@linta.de>
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Matthew Hunt <mph@@freebsd.org>
# $FreeBSD: head/lang/intercal/Makefile 309739 2012-12-31 13:34:42Z johans $

PORTNAME=	intercal
PORTVERSION=	0.29
PORTREVISION=	1
CATEGORIES=	lang
MASTER_SITES=	http://www.catb.org/~esr/intercal/

MAINTAINER=	johans@@FreeBSD.org
COMMENT=	The C-INTERCAL compiler, ick, and supporting libraries

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
CFLAGS+=	-D_POSIX_SOURCE
DATADIR=	${PREFIX}/share/ick

MAN1=		ick.1 convickt.1
INFO=		ick

post-patch:
	@@${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@@PACKAGE_VERSION@@// ' \
		${WRKSRC}/buildaux/Makefile.in

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 900000
USE_GCC=	4.6+
.endif

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


1.15
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	intercal
# Date created:        20 March 1998
# Whom:                Matthew Hunt <mph@@freebsd.org>
#
# $FreeBSD: head/lang/intercal/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d6 1
d25 7
a31 1
.include <bsd.port.mk>
@


1.14
log
@- Update intercal to 0.29
- Adopt port
- Remove local patches that are no longer needed
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Return my ports back to the pool.  I was unable to make any fixes to
  my ports in the past 3 weeks while ports were broken on any 10.x
  machines, which means I'm unable to maintain them.  So let people know
  that there's no available support for them until things are back to
  normal (which also means that anyone with spare time will be able
  to fix them without getting approval).
@
text
@d9 1
a9 2
PORTVERSION=	0.24
PORTREVISION=	1
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
d19 4
d25 2
a26 5
#
# Respect PREFIX
#
	@@${REINPLACE_CMD} -E -e "s,/usr/local,${PREFIX},g" \
		${WRKSRC}/perpetrate.c
@


1.12
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d14 1
a14 1
MAINTAINER=	stas@@FreeBSD.org
@


1.11
log
@- Fix intercal library dir [1]
- PREFIX-safety [2]
- Change my email

Submitted by:	Phil Pennock <phil.pennock@@globnix.org> [1], me (stas) [2]
Approved by:	sem (implicitly)
@
text
@d19 1
a19 1
CONFIGURE_ENV=	CFLAGS="${CFLAGS} -D_POSIX_SOURCE"
@


1.10
log
@- Update to 0.24
- Pass maintainership to submitter

PR:		ports/100929
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
@
text
@d10 1
d14 1
a14 1
MAINTAINER=	ssedov@@mbsd.msk.ru
d21 7
@


1.9
log
@Reset mph due to no response to email about status, and maintainer-timeouts.

Hat:	portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.20
d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
d16 3
a18 9
WRKSRC=		$(WRKDIR)/$(DISTNAME)/src

pre-install:
	${MKDIR} ${PREFIX}/share/intercal
	${MKDIR} ${PREFIX}/lib/intercal

post-install:
	${MKDIR} ${PREFIX}/share/intercal/pit
	${CP} -R $(WRKDIR)/$(DISTNAME)/pit/*  ${PREFIX}/share/intercal/pit
@


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

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d13 1
a13 1
MAINTAINER=	mph@@freebsd.org
@


1.7
log
@track ESR's page.

www.tuxedo.org -> www.catb.org
@
text
@d14 1
@


1.6
log
@Upgrade to 0.20.

Submitted by:	kris
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/intercal/Makefile,v 1.5 2000/04/12 06:19:02 obrien Exp $
d11 1
a11 1
MASTER_SITES=	http://www.tuxedo.org/~esr/intercal/
@


1.5
log
@Convert to the PORTNAME - PORTVERSION syntax.
@
text
@d5 1
a5 1
# $FreeBSD: ports/lang/intercal/Makefile,v 1.4 1999/12/06 20:35:50 mph Exp $
d9 1
a9 1
PORTVERSION=	0.19
@


1.4
log
@Upgrade to 0.19.

PR:		14635
Submitted by:	saper@@system.pl
@
text
@a1 1
# Version required:    0.19
d5 1
a5 1
# $FreeBSD: ports/lang/intercal/Makefile,v 1.3 1999/08/25 06:34:47 obrien Exp $
d8 2
a9 1
DISTNAME=	intercal-0.19
@


1.3
log
@Change Id->FreeBSD.
@
text
@d2 1
a2 1
# Version required:    0.18
d6 1
a6 1
# $FreeBSD$
d9 1
a9 1
DISTNAME=	intercal-0.18
@


1.2
log
@Upgrade to 0.18.

Provoked by:	Bill Fenner's distfile survey
@
text
@d6 1
a6 1
# $Id: Makefile,v 1.1.1.1 1998/04/17 21:52:16 mph Exp $
@


1.1
log
@Initial revision
@
text
@d2 1
a2 1
# Version required:    0.17
d6 1
a6 1
# $Id$
d9 1
a9 1
DISTNAME=	intercal-0.17
d11 1
a11 1
MASTER_SITES=	http://earthspace.net/~esr/
@


1.1.1.1
log
@Import of the INTERCAL compiler, ick, version 0.17.
PR:		6080
@
text
@@
