2003-07-16 10:59:22 +00:00
|
|
|
# New ports collection makefile for: php5
|
2003-05-22 18:26:28 +00:00
|
|
|
# Date created: Tue Feb 18 11:17:13 CET 2003
|
|
|
|
# Whom: Alex Dupre <sysadmin@alexdupre.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-07-16 10:59:22 +00:00
|
|
|
PORTNAME= php5
|
2009-06-25 06:25:45 +00:00
|
|
|
PORTVERSION= 5.2.10
|
2008-12-07 11:54:36 +00:00
|
|
|
PORTREVISION?= 0
|
2003-05-22 18:26:28 +00:00
|
|
|
CATEGORIES?= lang devel www
|
2007-06-04 18:30:55 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PHP}
|
|
|
|
MASTER_SITE_SUBDIR= distributions
|
|
|
|
DISTNAME= php-${PORTVERSION}
|
2003-05-22 18:26:28 +00:00
|
|
|
|
2007-09-14 06:29:31 +00:00
|
|
|
MAINTAINER= ale@FreeBSD.org
|
|
|
|
COMMENT= PHP Scripting Language
|
2004-07-19 07:05:36 +00:00
|
|
|
|
|
|
|
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
|
2003-05-22 18:26:28 +00:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2009-03-25 12:39:49 +00:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2006-05-06 13:26:49 +00:00
|
|
|
.if !defined(PKGNAMESUFFIX)
|
2008-08-20 00:57:32 +00:00
|
|
|
USE_AUTOTOOLS= autoconf:262
|
2003-05-22 18:26:28 +00:00
|
|
|
|
2007-09-14 06:29:31 +00:00
|
|
|
CONFIGURE_ARGS= \
|
2003-05-22 18:26:28 +00:00
|
|
|
--with-layout=GNU \
|
2004-07-28 08:59:35 +00:00
|
|
|
--with-config-file-scan-dir=${PREFIX}/etc/php \
|
2004-07-19 07:05:36 +00:00
|
|
|
--disable-all \
|
|
|
|
--enable-libxml \
|
|
|
|
--with-libxml-dir=${LOCALBASE} \
|
2006-01-16 12:08:20 +00:00
|
|
|
--enable-reflection \
|
2006-05-06 13:26:49 +00:00
|
|
|
--program-prefix=""
|
2004-07-19 07:05:36 +00:00
|
|
|
|
|
|
|
USE_GNOME= libxml2
|
2003-05-22 18:26:28 +00:00
|
|
|
|
2006-05-06 13:26:49 +00:00
|
|
|
OPTIONS= CLI "Build CLI version" on \
|
|
|
|
CGI "Build CGI version" on \
|
|
|
|
APACHE "Build Apache module" off \
|
|
|
|
DEBUG "Enable debug" off \
|
2007-06-20 06:01:50 +00:00
|
|
|
SUHOSIN "Enable Suhosin protection system (not for jails)" on \
|
2006-05-06 13:26:49 +00:00
|
|
|
MULTIBYTE "Enable zend multibyte support" off \
|
|
|
|
IPV6 "Enable ipv6 support" on \
|
2006-12-10 15:04:17 +00:00
|
|
|
MAILHEAD "Enable mail header patch" off \
|
2006-05-06 13:26:49 +00:00
|
|
|
REDIRECT "Enable force-cgi-redirect support (CGI only)" off \
|
|
|
|
DISCARD "Enable discard-path support (CGI only)" off \
|
|
|
|
FASTCGI "Enable fastcgi support (CGI only)" on \
|
|
|
|
PATHINFO "Enable path-info-check support (CGI only)" on
|
2003-07-04 02:26:08 +00:00
|
|
|
|
2006-05-06 13:26:49 +00:00
|
|
|
CONFLICTS= php4-4*
|
|
|
|
|
|
|
|
MAN1= php-config.1 phpize.1
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2006-09-04 07:59:15 +00:00
|
|
|
PATCH_DIST_STRIP= -p1
|
2006-12-10 15:04:17 +00:00
|
|
|
|
|
|
|
.if !defined(WITHOUT_SUHOSIN)
|
2009-03-06 10:08:35 +00:00
|
|
|
PATCHFILES+= suhosin-patch-${PORTVERSION}-0.9.7.patch.gz:suhosin
|
2008-01-15 07:38:45 +00:00
|
|
|
PATCH_SITES+= http://download.suhosin.org/:suhosin
|
2006-09-04 07:59:15 +00:00
|
|
|
PLIST_SUB+= SUHOSIN=""
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= SUHOSIN="@comment "
|
|
|
|
.endif
|
|
|
|
|
2006-12-10 15:04:17 +00:00
|
|
|
.if defined(WITH_MAILHEAD)
|
2009-03-06 10:08:35 +00:00
|
|
|
#PATCHFILES+= php-${PORTVERSION}-mail-header.patch:mail
|
2009-06-25 06:25:45 +00:00
|
|
|
PATCHFILES+= php-5.2.9-mail-header.patch:mail
|
2006-12-10 15:04:17 +00:00
|
|
|
PATCH_SITES+= http://choon.net/opensource/php/:mail
|
|
|
|
.endif
|
|
|
|
|
2006-05-06 13:26:49 +00:00
|
|
|
.if !defined(WITHOUT_CLI)
|
|
|
|
PHP_SAPI+= cli
|
|
|
|
PLIST_SUB+= CLI=""
|
|
|
|
MAN1+= php.1
|
2003-05-22 18:26:28 +00:00
|
|
|
.else
|
2006-05-06 13:26:49 +00:00
|
|
|
PLIST_SUB+= CLI="@comment "
|
|
|
|
CONFIGURE_ARGS+=--disable-cli
|
2003-05-22 18:26:28 +00:00
|
|
|
.endif
|
|
|
|
|
2006-05-06 13:26:49 +00:00
|
|
|
.if !defined(WITHOUT_CGI)
|
|
|
|
PHP_SAPI+= cgi
|
|
|
|
PLIST_SUB+= CGI=""
|
|
|
|
.if defined(WITH_REDIRECT)
|
|
|
|
CONFIGURE_ARGS+=--enable-force-cgi-redirect
|
2003-05-22 18:26:28 +00:00
|
|
|
.endif
|
2006-05-06 13:26:49 +00:00
|
|
|
.if defined(WITH_DISCARD)
|
|
|
|
CONFIGURE_ARGS+=--enable-discard-path
|
2003-05-22 18:26:28 +00:00
|
|
|
.endif
|
2006-05-06 13:26:49 +00:00
|
|
|
.if !defined(WITHOUT_FASTCGI)
|
|
|
|
CONFIGURE_ARGS+=--enable-fastcgi
|
2003-05-22 18:26:28 +00:00
|
|
|
.endif
|
2006-05-06 13:26:49 +00:00
|
|
|
.if defined(WITHOUT_PATHINFO)
|
|
|
|
CONFIGURE_ARGS+=--disable-path-info-check
|
2005-12-09 19:41:41 +00:00
|
|
|
.endif
|
2003-05-22 18:26:28 +00:00
|
|
|
.else
|
2006-05-06 13:26:49 +00:00
|
|
|
PLIST_SUB+= CGI="@comment "
|
|
|
|
CONFIGURE_ARGS+=--disable-cgi
|
2003-05-22 18:26:28 +00:00
|
|
|
.endif
|
|
|
|
|
2004-07-19 07:05:36 +00:00
|
|
|
.if defined(WITH_APACHE)
|
2006-05-06 13:26:49 +00:00
|
|
|
PHP_SAPI+= mod
|
|
|
|
USE_APACHE= 1.3+
|
|
|
|
.include "${PORTSDIR}/Mk/bsd.apache.mk"
|
|
|
|
.if ${APACHE_VERSION} > 13
|
|
|
|
CONFIGURE_ARGS+=--with-apxs2=${APXS}
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--with-apxs=${APXS}
|
|
|
|
.endif
|
|
|
|
PKGMESSAGE= ${PKGDIR}/pkg-message.mod
|
|
|
|
MODULENAME= lib${PORTNAME}
|
|
|
|
SHORTMODNAME= ${PORTNAME}
|
2004-07-19 07:05:36 +00:00
|
|
|
PLIST_SUB+= APACHE=""
|
2004-01-24 13:15:54 +00:00
|
|
|
.else
|
2004-07-19 07:05:36 +00:00
|
|
|
PLIST_SUB+= APACHE="@comment "
|
2003-05-22 18:26:28 +00:00
|
|
|
.endif
|
|
|
|
|
2006-05-06 13:26:49 +00:00
|
|
|
.if !defined(WITH_REGEX_TYPE) || ${WITH_REGEX_TYPE} == "php"
|
|
|
|
CONFIGURE_ARGS+=--with-regex=php
|
|
|
|
.elif defined(WITH_REGEX_TYPE) && ${WITH_REGEX_TYPE} == "system"
|
|
|
|
CONFIGURE_ARGS+=--with-regex=system
|
|
|
|
.elif defined(WITH_REGEX_TYPE) && ${WITH_REGEX_TYPE} == "apache"
|
|
|
|
CONFIGURE_ARGS+=--with-regex=apache
|
2003-05-22 18:26:28 +00:00
|
|
|
.endif
|
|
|
|
|
2006-05-07 14:47:28 +00:00
|
|
|
.if !defined(WITH_ZEND_VM) || ${WITH_ZEND_VM} == "CALL"
|
|
|
|
CONFIGURE_ARGS+=--with-zend-vm=CALL
|
|
|
|
.elif defined(WITH_ZEND_VM) && ${WITH_ZEND_VM} == "SWITCH"
|
|
|
|
CONFIGURE_ARGS+=--with-zend-vm=SWITCH
|
|
|
|
.elif defined(WITH_ZEND_VM) && ${WITH_ZEND_VM} == "GOTO"
|
|
|
|
CONFIGURE_ARGS+=--with-zend-vm=GOTO
|
|
|
|
.endif
|
|
|
|
|
2006-01-31 08:36:02 +00:00
|
|
|
CONFIGURE_ENV+= ac_cv_pthreads_lib=${PTHREAD_LIBS} \
|
2006-05-06 13:26:49 +00:00
|
|
|
ac_cv_pthreads_cflags=${PTHREAD_CFLAGS} \
|
2009-03-11 14:02:59 +00:00
|
|
|
pthreads_working="yes" \
|
|
|
|
lt_cv_path_SED="sed"
|
2004-02-12 14:24:55 +00:00
|
|
|
|
2006-01-31 08:36:02 +00:00
|
|
|
MAKE_ENV+= LDFLAGS="${LDFLAGS}"
|
|
|
|
|
2004-01-10 16:49:00 +00:00
|
|
|
.if defined(WITH_DEBUG)
|
|
|
|
CONFIGURE_ARGS+=--enable-debug
|
|
|
|
.endif
|
|
|
|
|
2005-06-14 20:38:26 +00:00
|
|
|
.if defined(WITH_MULTIBYTE)
|
|
|
|
CONFIGURE_ARGS+=--enable-zend-multibyte
|
|
|
|
.endif
|
|
|
|
|
2007-05-25 06:27:08 +00:00
|
|
|
.if defined(WITHOUT_IPV6)
|
2003-10-30 01:52:16 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-ipv6
|
|
|
|
.endif
|
|
|
|
|
2003-05-22 18:26:28 +00:00
|
|
|
post-patch:
|
2004-07-19 07:05:36 +00:00
|
|
|
@${TOUCH} ${WRKSRC}/ext/php_config.h
|
2004-07-19 22:12:09 +00:00
|
|
|
@${REINPLACE_CMD} "s|^\(extension_dir\)|; \1|" ${WRKSRC}/php.ini-*
|
2003-05-22 18:26:28 +00:00
|
|
|
|
|
|
|
pre-configure:
|
2006-05-06 13:26:49 +00:00
|
|
|
@${CAT} ${WRKSRC}/acinclude.m4 ${WRKSRC}/build/libtool.m4 > ${WRKSRC}/aclocal.m4
|
2003-05-22 18:26:28 +00:00
|
|
|
|
|
|
|
post-build:
|
2003-11-20 11:10:00 +00:00
|
|
|
@${ECHO_CMD} "PHP_VER=5" > ${WRKDIR}/php.conf
|
|
|
|
@${ECHO_CMD} "PHP_VERSION=${PORTVERSION}" >> ${WRKDIR}/php.conf
|
2004-07-19 07:05:36 +00:00
|
|
|
@${ECHO_CMD} "PHP_SAPI=${PHP_SAPI}" >> ${WRKDIR}/php.conf
|
2003-05-22 18:26:28 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/php.ini-dist ${PREFIX}/etc
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/php.ini-recommended ${PREFIX}/etc
|
2003-11-20 11:10:00 +00:00
|
|
|
@${INSTALL_DATA} ${WRKDIR}/php.conf ${PREFIX}/etc
|
2004-07-19 07:05:36 +00:00
|
|
|
@${TOUCH} ${PREFIX}/include/php/ext/php_config.h
|
|
|
|
.if defined(WITH_APACHE)
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
2003-05-22 18:26:28 +00:00
|
|
|
.endif
|
|
|
|
|
2004-07-19 07:05:36 +00:00
|
|
|
.else
|
|
|
|
.include "${MASTERDIR}/Makefile.ext"
|
|
|
|
.endif
|
2003-05-22 18:26:28 +00:00
|
|
|
.include <bsd.port.post.mk>
|