share/php-${PV}/include/ext/pcre/php_pcre.h pulls in pcre.h which is
no longer installed by PHP and the include path isn't setup to find it
from devel/pcre. Reported by aja@ with pecl-imagick,php70.
in the foo|bar|baz list. rpe@ noticed that this wasn't picking the
wanted default in cases where the PKGNAME match wasn't exact;
explanation about how the matching is done from espie@
produced packages are named according to PKGNAME-main/PKGNAME-wx) but
means that the port work directory has 'erlang' in the name rather
than 'otp', making it easier to identify the responsible port when
searching a big tree of source unpacked with "make extract".
- pick some <space><tab> nits while there
/var/run/mysql/mysql.sock as per "mysql_client --socket".
can be overridden per-consumer with mysqli.default_socket /
pdo_mysql.default_socket if required.
It is very likely that this is not specifically related to phar,
just that this is the only occurrence of actually running a generated
PHP during the build.
PDO types for use in RUN_DEPENDS.
The default allows "mysql pgsql sqlite" with sqlite as the default choice,
which matches previous defaults when pdo_sqlite was part of the main
PHP package, but can be overridden where it is known that a port has
more specific requirements.
add pdo_odbc, switch to mysqlnd instead of libmysqlclient (removed
mariadb as a build dep), regen plists on -current, tweak DESCRs,
take maintainer suggested by robert@ OK robert@
Cf https://blog.rust-lang.org/2018/05/10/Rust-1.26.html
- add arm64 support, tested by phessler@
- respect MAKE_JOBS again
- use lld on i386 to support 128 bits integers
- cleanup old patches
- only build what we actually package
ago, output from this is really very noisy.
since the build with no flags is silent, add -v as a middle ground by
defaulot, so you can see that something is happening during the build,
but without so much console spam.
ok jasper@