Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 1 | -1/+1 |
| | |||||
* | main/php: fix php-fpm script | Natanael Copa | 2014-06-19 | 1 | -6/+24 |
| | | | | | | | | | | | | ref #2685 The problem was that it usesd start-stop-daemon --exec but the argv[0] name didnt correpond so start-stop-daemon could not know that it was up and running. The fix is to use pidfile. Script is based on update from gentoo. | ||||
* | various: replace opts | Jeff Bilyk | 2012-03-17 | 1 | -1/+1 |
| | | | | fixes #948 | ||||
* | main/php: fixed remaining dependency issues, added php-ctype, php-enchant, ↵ | Matt Smith | 2011-04-07 | 1 | -0/+22 |
php-xmlreader, gdbm support to php-dba Changelog (php-5.3.6-r2 -> r3) - removed cyrus-sasl-dev from makedepends; php-ldap *could* use it, but there are issues with it finding sasl.h (let me know if you fix it) - added gdbm support to php-dba - added php-ctype, php-enchant, and php-xmlreader - removed --disable-all from ./configure line (it's best to keep defaults enabled) - php extensions now depend on the php package - fixed remaining inter-extension dependency issues |