FreeBSD Bugzilla – Attachment 19760 Details for
Bug 35046
mail/imp: update php.ini to permit attachments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.07 KB, created by
Thierry Thomas
on 2002-02-17 15:40:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Thierry Thomas
Created:
2002-02-17 15:40:02 UTC
Size:
1.07 KB
patch
obsolete
>--- /usr/ports/www/horde/Makefile.ori Tue Jan 29 22:13:15 2002 >+++ /usr/ports/www/horde/Makefile Sat Feb 16 16:29:49 2002 >@@ -46,9 +46,16 @@ > HORDESBIN= ${PREFIX}/${LHORDESBIN} > > APACHE_CNFDIR?= ${LOCALBASE}/etc/apache >+PHP_DIR?= ${LOCALBASE}/etc > APACHE_CONF= ${APACHE_CNFDIR}/httpd.conf > MIMETYPES= ${APACHE_CNFDIR}/mime.types > >+.if defined(WITH_PHP3) >+PHP_INI= ${PHP_DIR}/php3.ini >+.else >+PHP_INI= ${PHP_DIR}/php.ini >+.endif >+ > pre-everything:: > .if !defined(WITHOUT_SSL) > @${ECHO_MSG} "" >@@ -124,6 +131,15 @@ > ${GREP} -qw 'phplib' ${APACHE_CONF} || ${CAT} ${WRKDIR}/httpd.conf.phplib >> ${APACHE_CONF} ; \ > fi) ; \ > fi) >+ @if [ ! -f ${PHP_INI} ]; then \ >+ ${ECHO_MSG} "===> Creating ${PHP_INI} for PHP" ; \ >+ ${CP} ${PHP_INI}-dist ${PHP_INI} ; \ >+ fi >+ @if ! ${GREP} -q -e '^upload_tmp_dir' ${PHP_INI} ; then \ >+ ${ECHO_MSG} "===> Configuring ${PHP_INI} for imp" ; \ >+ ${CP} -p ${PHP_INI} ${PHP_INI}.beforeHorde1 ; \ >+ ${PERL} -pi -e 's!;upload_tmp_dir =!upload_tmp_dir = /tmp!' ${PHP_INI} ; \ >+ fi > ${CHOWN} -R www:www ${HORDEDIR} > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR}
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 35046
: 19760