Welcome! Log In Create A New Profile

Advanced

Freebsd Port 5.2.11

Posted by SSSlippy 
Freebsd Port 5.2.11
October 12, 2009 04:58PM
Has anyone made one?
Re: Freebsd Port 5.2.11
October 12, 2009 05:07PM
SSSlippy Wrote:
-------------------------------------------------------
> Has anyone made one?


Or even a port for 5.3.1
steven.hartland
Re: Freebsd Port 5.2.11
October 12, 2009 06:02PM
For those looking for a 5.2.11 patch try the following. Please not I'm
not running 5.2.11 yet so can't confirm all is good but it did build
cleanly on my test box.
http://gameservers.multiplay.co.uk/dropzone/freebsd-ports/php-5.2.11-fpm-0.6.3.tar.bz2
Re: Freebsd Port 5.2.11
October 12, 2009 06:30PM
I am using php 5.2.11 on linux using the 5.2.10 patch and other than a
couple configure file offset mismatches, it appears to work just fine
on Ubuntu Jaunty.

(remember, this is the -patch- not the new FPM)

I assume the same for FreeBSD... I don't think anything in the FastCGI
SAPI really changed between 5.2.10 <-> 5.2.11 that the patch couldn't
handle.

On Mon, Oct 12, 2009 at 3:00 PM, steven.hartland
<steven.hartland@multiplay.co.uk> wrote:
>
> For those looking for a 5.2.11 patch try the following. Please not I'm
> not running 5.2.11 yet so can't confirm all is good but it did build
> cleanly on my test box.
> http://gameservers.multiplay.co.uk/dropzone/freebsd-ports/php-5.2.11-fpm-0.6.3.tar.bz2
steven.hartland
Re: Freebsd Port 5.2.11
October 12, 2009 06:58PM
To be clear this is a FreeBSD port not an fpm patch.

The following link is updated to use the latest drop on launchpad
( php-fpm-0.6-5.2.11.tar.gz ) instead of the previous one which was
against a 0.6.3 snapshot:
http://gameservers.multiplay.co.uk/dropzone/freebsd-ports/php-5.2.11-fpm-0.6.tar.bz2
Re: Freebsd Port 5.2.11
October 15, 2009 05:34PM
I appreciate it. Thank you
Marck
Re: Freebsd Port 5.2.11
October 17, 2009 05:36AM
On Oct 13, 2:00 am, "steven.hartland"
<steven.hartl...@multiplay.co.uk> wrote:
> For those looking for a 5.2.11 patch try the following. Please not I'm
> not running 5.2.11 yet so can't confirm all is good but it did build
> cleanly on my test box.http://gameservers.multiplay.co.uk/dropzone/freebsd-ports/php-5.2.11-...

There is a typo in install phase:

marck@beaver:/usr/ports/lang/php5-fpm> diff -u Makefile~ Makefile
--- Makefile~ 2009-10-13 02:51:43.000000000 +0400
+++ Makefile 2009-10-17 12:26:46.058846155 +0400
@@ -165,9 +165,9 @@
fi
@${TOUCH} ${PREFIX}/include/php/ext/php_config.h
@if [ ! -f ${PREFIX}/etc/php-fpm.conf ]; then \
- ${INSTALL_DATA} ${WRKSRC_PHPFPM}/src/php-fpm.conf $
{PREFIX}/etc; \
+ ${INSTALL_DATA} ${WRKSRC_PHPFPM}/php-fpm.conf $
{PREFIX}/etc; \
fi
- @${INSTALL_DATA} ${WRKSRC_PHPFPM}/src/php-fpm.conf ${PREFIX}/
etc/php-fpm.conf-dist
+ @${INSTALL_DATA} ${WRKSRC_PHPFPM}/php-fpm.conf ${PREFIX}/etc/
php-fpm.conf-dist
@cd ${WRKSRC_PHPFPM} && ${GMAKE} install

.include <bsd.port.post.mk>
steven.hartland
Re: Freebsd Port 5.2.11
October 17, 2009 11:34AM
Thanks Marck, not a typo seems the latest fpm code changed the
structure a bit removing the "src" dir, which I didnt pick up as I'm
not using 5.2.11 hence haven't run the install phase.

The archive has now updated to reflect that, and the bug in the line
above where its testing for the existence of "${PREFIX}/src/php-
fpm.conf" instead of "${PREFIX}/etc/php-fpm.conf" thanks again.
RedRat
Re: Freebsd Port 5.2.11
October 28, 2009 05:28AM
On 17 окт, 18:32, "steven.hartland" <steven.hartl...@multiplay.co.uk>
wrote:
> The archive has now updated to reflect that, and the bug in the line
> above where its testing for the existence of "${PREFIX}/src/php-
> fpm.conf" instead of "${PREFIX}/etc/php-fpm.conf" thanks again.

This php-fpm port definitely needs a explicit libevent dependence.
Something like this (in Makefile):

LIB_DEPENDS= event-1.4:${PORTSDIR}/devel/libevent
steven.hartland
Re: Freebsd Port 5.2.11
October 28, 2009 06:00AM
Ah yes thanks for that, didn't notice it wasn't built in the main
source any more now, port bz2 updated.
Re: Freebsd Port 5.2.11
November 10, 2009 10:15AM
Bug during make:

=> Attempting to fetch from http://launchpadlibrarian.net/33288323/.
--2009-11-10 19:15:08-- http://launchpadlibrarian.net/33288323/php-fpm-0.6-5.2.11.tar.gz
Resolving launchpadlibrarian.net... 91.189.89.229, 91.189.89.228
Connecting to launchpadlibrarian.net|91.189.89.229|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-11-10 19:15:10 ERROR 404: Not Found.
Re: Freebsd Port 5.2.11
November 10, 2009 11:20AM
Yep.
We discuss on the thread: "official download links changing".
Re: Freebsd Port 5.2.11
December 12, 2009 10:25PM
=> Attempting to fetch from http://launchpadlibrarian.net/33288323/.
--2009-11-10 19:15:08-- http://launchpadlibrarian.net/33288323/php-fpm-0.6-5.2.11.tar.gz
i have this too!
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 262
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready