Re: Suggestion to split games category into games-console, games-engine and games

2019-04-23 Thread Sid
> Sent: Monday, April 22, 2019 at 11:05 PM > Subject: Re: Suggestion to split games category into games-console, > games-engine and games > > Apr 21, 2019: > > Something like: > > REFUSE x11 irc games cad finance > > Thank you! I’ve been asking for this for literally YEARS. Probably since > Free

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-23 Thread Marcel Bonnet
Hi. Did you find a solution? Please let me know. A simple command, like below, is enought to cause a segmentation fault. but it depends on which extensions are enabled (php73-ldap or php73-curl ; probably any using openssl) $ php -r "phpinfo();" $ uname -a FreeBSD machine.STUDIO 12.0-STABLE Fr

Re: PHP 7.2: SIGSEGV in OpenSSL

2019-04-23 Thread Kurt Jaeger
Hi! > Did you find a solution? Please let me know. There's a well-known problem in the sequence in which php modules are loaded. I don't know if this is the case here as well, but that's what we do: fetch -o fixphpextorder \ https://people.freebsd.org/~ohauer/scripts/fixphpextorder.sh ch

FreeBSD Port: unifi5-5.10.20

2019-04-23 Thread Doug Sampson
feld- Are there any plans to upgrade the unifi port to 5.10.21? I appear to be having some difficulty running 5.10.20 on five APs and wondered if 5.10.21 would be out any time soon? ~Doug Doug Sampson IT Administrator | DawnSignPress, Inc. 858-768-0486 do...@dawnsign.com

OpenSSL engines directory path

2019-04-23 Thread Eugene Grosbein
Hi! FreeBSD 12+ has OpenSSL version that supports loading additional "engines" (shared libraries). Default path for engines in FreeBSD is /usr/lib/engines currently. The path for security/openssl111 port (needed for FreeBSD 11) is ${LOCALBASE}/lib/engines-1.1 Please consider updating ports/Mk/U

Re: OpenSSL engines directory path

2019-04-23 Thread Eugene Grosbein
24.04.2019 12:24, Eugene Grosbein wrote: > Hi! > > FreeBSD 12+ has OpenSSL version that supports loading additional "engines" > (shared libraries). > Default path for engines in FreeBSD is /usr/lib/engines currently. > The path for security/openssl111 port (needed for FreeBSD 11) is > ${LOCALBA

ltmain.sh not found

2019-04-23 Thread Willem Offermans
Dear FreeBSD friends, Almost every third port update ends with ``configure.ac:6: error: required file './ltmain.sh' not found``. See output below! I can copy ltmain manually: cp -p /usr/local/share/libtool/build-aux/ltmain.sh ., but this is quite cumbersome. Does anyone know a more elegant sol