head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.05.58.54;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2011.11.28.11.43.28;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2009.09.17.21.31.48;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2009.09.16.22.34.40;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2008.07.25.14.34.28;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2007.10.04.01.25.17;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2006.10.08.10.22.43;	author itetcu;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.13.22.07.11;	author shaun;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:    phc
# Date created:				July 4th, 2006
# Whom:	      				Conor McDermottroe <ports@@mcdermottroe.com>
# ex:ts=8
#
# $FreeBSD: head/lang/phc/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	phc
PORTVERSION=	0.1.7
CATEGORIES=	lang
MASTER_SITES=	http://www.phpcompiler.org/src/archive/

MAINTAINER=	eg@@fbsd.lt
COMMENT=	A compiler for the PHP language

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CFLAGS+=	-fgnu89-inline

post-patch:	.SILENT
	${REINPLACE_CMD} 's/g++/$$CXX/' \
		${WRKSRC}/phc_compile_plugin.in
	${REINPLACE_CMD} 's/insert/this->&/' \
		${WRKSRC}/include/phc/lib/List.h

.include <bsd.port.mk>
@


1.7
log
@- Fix build with CLANG

PR:		162540
Submitted by:	Jan Beich <jbeich@@tormail.net>
Approved by:	maintainer timeout
Feature safe:	yes
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.6
log
@Over to new volunteer.

Feature safe:	yes
@
text
@d19 7
@


1.5
log
@Reset ports@@mcdermottroe.com at his request due to lack of time at the
moment.

Hat:		portmgr
Feature safe:	yes
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.4
log
@- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
@
text
@d14 1
a14 1
MAINTAINER=	ports@@mcdermottroe.com
@


1.3
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@a16 1
USE_GCC=	3.4+
@


1.2
log
@- update to 0.1.7
- this version doesn't build on 4.x

PR:		ports/103037
Submitted by:	Conor McDermottroe  (maintainer)
@
text
@d21 1
a21 7
.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
IGNORE=	doesn't build on FreeBSD 4.x
.endif

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


1.1
log
@Add lang/phc, a framework for static analysis of PHP scripts, PHP
source to source transformations, and (in the future) compiling
PHP scripts down to native machine code.

PR:		ports/99784
Submitted by:	Conor McDermottroe <ports@@mcdermottroe.com>
Approved by:	ahze (mentor, implicit)
@
text
@d10 1
a10 1
DISTVERSION=	0.1.6rc1
d21 1
a21 1
PLIST_FILES=	bin/phc
d23 5
a27 1
.include <bsd.port.mk>
@

