FreeBSD Bugzilla – Attachment 84494 Details for
Bug 120504
[patch] Fix www/eaccelerator to use shm and sysvipc semaphores
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ports-www-eaccelerator.diff
ports-www-eaccelerator.diff (text/plain), 736 bytes, created by
Björn König
on 2008-02-10 15:30:01 UTC
(
hide
)
Description:
ports-www-eaccelerator.diff
Filename:
MIME Type:
Creator:
Björn König
Created:
2008-02-10 15:30:01 UTC
Size:
736 bytes
patch
obsolete
>diff -ruN ports/www/eaccelerator.orig/Makefile ports/www/eaccelerator/Makefile >--- ports/www/eaccelerator.orig/Makefile 2007-09-03 16:06:27.000000000 +0200 >+++ ports/www/eaccelerator/Makefile 2008-02-10 15:59:56.000000000 +0100 >@@ -18,8 +18,9 @@ > USE_PHP_BUILD= yes > > CONFIGURE_ARGS= --enable-eaccelerator=shared \ >+ --with-eaccelerator-shared-memory \ > --with-eaccelerator-sessions \ >- --with-eaccelerator-userid=www >+ --with-eaccelerator-userid=${WWW_UID} > > USE_BZIP2= yes > SUB_FILES= pkg-message >@@ -29,6 +30,8 @@ > > .include <bsd.port.pre.mk> > >+WWW_UID!= (${GREP} "^www:" /etc/passwd || ${ECHO} "::0") | ${CUT} -d: -f3 >+ > .if ${PHP_VER} == 5 > CONFIGURE_ARGS+= --without-eaccelerator-encoder > PLIST_SUB+= ENCODER="@comment "
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 120504
: 84494