FreeBSD Bugzilla – Attachment 38697 Details for
Bug 61171
[Maintainer Patch] Port: lang/php5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
php5.diff
php5.diff (text/plain), 1.32 KB, created by
Alex Dupre
on 2004-01-10 14:30:18 UTC
(
hide
)
Description:
php5.diff
Filename:
MIME Type:
Creator:
Alex Dupre
Created:
2004-01-10 14:30:18 UTC
Size:
1.32 KB
patch
obsolete
>diff -ruN php5.orig/Makefile php5/Makefile >--- php5.orig/Makefile Sat Jan 10 13:45:14 2004 >+++ php5/Makefile Sat Jan 10 14:05:20 2004 >@@ -21,7 +21,7 @@ > > PORTNAME= php5 > PORTVERSION= 5.0.0.a4 >-PORTREVISION= 0 >+PORTREVISION= 1 > CATEGORIES?= lang devel www > MASTER_SITES= http://www.php.net/distributions/:release \ > http://it.php.net/distributions/:release \ >@@ -87,11 +87,6 @@ > EXT_DIR= 20020429 > SAPI_FILE= "@comment " > >-.if defined(WITH_DEBUG) >-CONFIGURE_ARGS+=--enable-debug >-EXT_DIR:= ${EXT_DIR}-debug >-.endif >- > CONFLICTS= php5-cli-5* mod_php5-5* php5-cgi-5* > .if defined(WITHOUT_APACHE) > .if defined(WITHOUT_CLI) >@@ -527,11 +522,16 @@ > APXS?= ${LOCALBASE}/sbin/apxs > .if exists(${LOCALBASE}/include/apache2/apr.h) > WITH_APACHE2= yes >+APACHE_MPM!= ${APXS} -q MPM_NAME > .endif > .if defined(WITH_APACHE2) >+APACHE_MPM?= ${WITH_MPM} > APACHE_PORT?= www/apache2 > CONFIGURE_ARGS+=--with-apxs2=${APXS} > SAPI_FILE= libexec/apache2/libphp5.so >+.if ${APACHE_MPM} == "worker" >+EXT_DIR:= ${EXT_DIR}-zts >+.endif > .else > APACHE_PORT?= www/apache13 > CONFIGURE_ARGS+=--with-apxs=${APXS} >@@ -539,6 +539,11 @@ > .endif > BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} > RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT} >+.endif >+ >+.if defined(WITH_DEBUG) >+CONFIGURE_ARGS+=--enable-debug >+EXT_DIR:= ${EXT_DIR}-debug > .endif > > PLIST_SUB+= SAPI_FILE=${SAPI_FILE}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 61171
: 38697