- xcache is php-5.6 only
- sample cronjob line had a hardcoded -5.6
ok ajacoutot@ (maintainer)
- light tweak to db dependencies list to add pdo_sqlite (which I thought
I'd already committed). some others maybe needed for install/upgrade,
aja will take a look
Add MODPHP_PDO_DEPENDS to RUN_DEPENDS to the ensure mysql, postresql and sqlite
PDO extensions are offered by pkg_add where sqlite is the default.
While here, modify PLIST a bit to make portcheck happy.
OK sthen
with the switch to php 7.0. this was used to provide a decent RNG for
the random_compat polyfill but is no longer needed as php 7.0 has
random_bytes() in core.
changes (CPUSTATES/etc). Last part.
- some of these might be in code that's not actually built or rarely
used but it's not worth the hassle evaluating that, i'm just bumping &
moving on.
- as mentioned before, there might still be runtime problems relating
to the addition or renumbering.
a noop for now until the button is pushed in php.port.mk
pear-MDB2-mysql: requires php-mysql
nedi: requires php-mysql (fixable by updating to nedi 1.6)
mapserver: https://github.com/mapserver/mapserver/issues/5252
xcache: not ported to 7.0; opcache recommended instead
as of July 2014. (We were at an old release already as it had moved to
https://github.com/fusonic/chive/ without me noticing, it's a simple
untar-only installation anyway if anybody still wants it).
See https://www.mozilla.org/en-US/firefox/60.0.1/releasenotes/
After numerous reports of pledge aborts when saving files (while for
some reason i'm not experiencing it) add 'getpw' to main process
promises. Also add 'mcast', because sometimes a setsockopt() seems to be
called with IP_MULTICAST_TTL.
Improve README:
- drop the now deprecated section about plugins
- improve section about debugging with pledge info
- add a section advising users to make sure a session dbus instance is
running when starting their X session, otherwise for some reason the
content process might try to spawn one via glib, and this is forbidden
by pledge. You don't want the content process to be able to spawn
processes, right ?
MODPHP_FLAVOR from pecl.port.mk to php.port.mk (fixing databases/pecl-redis).
Improved the httpd.conf (from Eric Elena, thanks!), also deleted the patch for
our version to avoid the alert on the new integrity check (requested by stsp@
and kirby@)
OK sthen@