View | Details | Raw Unified | Return to bug 162807
Collapse All | Expand All

(-)lang/php5/Makefile.ext (+8 lines)
Lines 264-269 Link Here
264
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
264
CONFIGURE_ARGS+=--with-pgsql=${LOCALBASE}
265
.endif
265
.endif
266
266
267
.if ${PHP_MODNAME} == "phar"
268
CONFIGURE_ARGS+=--enable-phar
269
# does not work: https://bugs.php.net/bug.php?id=60370
270
#		--with-pcre-dir=${LOCALBASE}
271
CFLAGS+=	-I${LOCALBASE}/include
272
LDFLAGS+=	-L${LOCALBASE}/lib
273
.endif
274
267
.if ${PHP_MODNAME} == "posix"
275
.if ${PHP_MODNAME} == "posix"
268
CONFIGURE_ARGS+=--enable-posix
276
CONFIGURE_ARGS+=--enable-posix
269
.endif
277
.endif
(-)archivers/php5-phar/Makefile (+14 lines)
Added Link Here
1
# New ports collection makefile for:	php5-phar
2
# Date created:			23 Nov 2011
3
# Whom:				Oleg Pudeyev <oleg@bsdpower.com>
4
#
5
# $FreeBSD$
6
#
7
8
CATEGORIES=	archivers
9
10
MASTERDIR=	${.CURDIR}/../../lang/php5
11
12
PKGNAMESUFFIX=	-phar
13
14
.include "${MASTERDIR}/Makefile"

Return to bug 162807