Commit graph

25 commits

Author SHA1 Message Date
jperkin
36e6903fd8 Remove the stability entity, it has no meaning outside of an official context. 2016-06-08 10:16:50 +00:00
jperkin
31ffe7cbb6 Change the service_bundle name to "export" to reduce diffs between the
original manifest.xml file and the output from "svccfg export".
2016-06-08 09:46:01 +00:00
taca
094289e431 Reset PKGREVISION after all PHP language packages. 2016-04-02 09:05:22 +00:00
fhajny
7d238af788 Remove stray SunOS project definition from some SMF manifests.
These should never have made it in. Bump resp. PKGREVISIONs.
2016-03-15 10:55:25 +00:00
jperkin
17661ff9a5 Bump PKGREVISION for security/openssl ABI bump. 2016-03-05 11:27:40 +00:00
taca
9af0aec88a Reset PKGREVISION after update of all lang/php. 2016-03-05 05:21:14 +00:00
jperkin
b82af18629 Handle php70's FPM config layout correctly. Bump PKGREVISION. 2016-02-16 15:10:48 +00:00
jperkin
8091aee373 Now that _STRIPFLAG_INSTALL is disabled by default on Darwin, remove manual
settings of INSTALL_UNSTRIPPED=yes for Darwin in individual packages.
2015-09-07 12:02:05 +00:00
taca
510d27751d Correct packages' version after changing PHP_BASE_VERS meaning.
Noted about ap-php by tron@ via private mail.
2015-03-16 09:09:19 +00:00
he
798cfe53df Well, the fpm_sockets.c patch doesn't belong in php-fpm, but
rather in the PHP package proper, and there's three of them.
Copy and adapt as necessary.
No revision bump here: only build fix for NetBSD with TCP_INFO.
2015-03-05 11:16:28 +00:00
he
593003e33f With respect to TCP_INFO, treat NetBSD the same as FreeBSD.
No pkg revision bump, only fixes build for NetBSD w/TCP_INFO.
2015-03-05 09:20:47 +00:00
jperkin
8f6b7552d2 Requires USE_TOOLS+=pkg-config. 2014-09-25 20:13:09 +00:00
adam
9022c1deff Don't strip binaries on Darwin, or some dynamic modules won't be loaded; pkglint cleanups. 2014-03-18 11:10:52 +00:00
adam
b0d609a538 Updated URL in MESSAGE 2014-03-18 10:00:51 +00:00
jperkin
222f8dc36b Import initial SMF support for individual packages. 2014-03-11 14:34:36 +00:00
jperkin
45bc40abb4 Remove example rc.d scripts from PLISTs.
These are now handled dynamically if INIT_SYSTEM is set to "rc.d", or
ignored otherwise.
2014-03-11 14:04:57 +00:00
fhajny
ffdb704feb Make user/group configurable using FPM_USER and FPM_GROUP (default to
APACHE_USER and APACHE_GROUP as before).
2013-09-13 09:24:19 +00:00
taca
18f365743d Setting both 53 and 54 to PHP_VERSIONS_ACCEPTED isn't required since
default is both 53 and 54.
2013-07-19 03:59:59 +00:00
taca
99b3f2702d Reset PKGREVISION by update of both php53 and php54. 2013-03-16 02:00:33 +00:00
imil
7b9b365729 Uncomment the pid parameter of php-fpm.conf so the pidfile is created and
rc.d script can really start / stop php-fpm. Bump PKGREVISION.
2013-02-28 21:43:04 +00:00
asau
5eae6a18a3 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-28 06:30:00 +00:00
taca
3dbf425a8e Reset PKGREVISION. 2012-08-17 15:35:24 +00:00
fhajny
a92bb5f083 FPM doesn't require/use libevent anymore.
Use LIBTOOL_OVERRIDE to workaround a DTrace build problem.
Bump PKGREVISION.
2012-07-25 10:16:12 +00:00
taca
3cd13faa1f Add "54" to PHP_VERSIONS_ACCEPTED. 2012-06-16 03:06:57 +00:00
fhajny
7c0cdb187e Import php53-fpm-5.3.10 as www/php-fpm.
PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
implementation with some additional features useful for sites
of any size, especially busier sites.

These features include:

* Adaptive process spawning (NEW!)
* Basic statistics (ala Apache's mod_status) (NEW!)
* Advanced process management with graceful stop/start
* Ability to start workers with different uid/gid/chroot/environment
  and different php.ini (replaces safe_mode)
* Stdout & stderr logging
* Emergency restart in case of accidental opcode cache destruction
* Accelerated upload support
* Support for a "slowlog"
* Enhancements to FastCGI, such as fastcgi_finish_request() - a special
  function to finish request & flush all data while continuing to do
  something time-consuming (video converting, stats processing, etc.)

... and much more.

It was not designed with virtual hosting in mind (large amounts of pools)
however it can be adapted for any usage model.
2012-02-22 10:43:42 +00:00