FreeBSD ports you maintain which are out of date

2018-02-17 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

Cannot require library for passenger in ruby

2018-02-17 Thread Karli Sjöberg via freebsd-ports
Hey all! My hope for this email is that someone will give me a smack in the right direction, like 'You´re holding it wrong!'  and that´ll be that, but you never know... So the background story of it all is that I have a Foreman server that is eating all of my RAM, basically no matter how much I g

Re: undefined symbol "php7_module" in libphp7.so?

2018-02-17 Thread scratch65535
Okay, I rebuilt apache24 and php72 from ports. I'm still getting the error. Would someone who has php 7.2 working with apache 2.4 under 11.1R please post the MD5 hash of libphp7.so? Thanks. ___ freebsd-ports@freebsd.org mailing list https://lists.freeb

Re: undefined symbol "php7_module" in libphp7.so?

2018-02-17 Thread Yasuhiro KIMURA
From: Subject: Re: undefined symbol "php7_module" in libphp7.so? Date: Sat, 17 Feb 2018 08:52:52 -0500 > Okay, I rebuilt apache24 and php72 from ports. I'm still getting > the error. > > Would someone who has php 7.2 working with apache 2.4 under 11.1R > please post the MD5 hash of libphp7.so?

Re: undefined symbol "php7_module" in libphp7.so?

2018-02-17 Thread Carmel NY
On Sat, 17 Feb 2018 23:11:32 +0900, Yasuhiro KIMURA stated: >From: >Subject: Re: undefined symbol "php7_module" in libphp7.so? >Date: Sat, 17 Feb 2018 08:52:52 -0500 > >> Okay, I rebuilt apache24 and php72 from ports. I'm still getting >> the error. >> >> Would someone who has php 7.2 working w

FreeBSD Port: firefox-58.0.2,1 core dump on restart WM

2018-02-17 Thread Alex V. Petrov
Why if you do not explicitly exit FF, then when you reload the window manager (for me it awesome wm) or reboot machine, FF does a core dump? -- - Alex. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-port

Re: pkg check --recompute and apache24 deleted files

2018-02-17 Thread Rafal Lukawiecki
> On 16 Feb 2018, at 00:00, Ernie Luzar wrote: > > Hi Rafal; > > I also delete the /usr/local/www/apache24/cgi-bin directory as a > security leak because I don't use the cgi-bin method. > > I noticed this pkg checksum test came into being after the 11.1-p4 > security update. > > As you have s

FreeBSD Port: firefox-58.0.2,1 core dump on restart WM

2018-02-17 Thread Robert Huff
Alex V. Petrov writes: > Why if you do not explicitly exit FF, then when you reload the > window manager (for me it awesome wm) or reboot machine, FF does > a core dump? This does not happen for me when using: fvwm-2.6.7_3 firefox-58.0.2,1 (Just tested.)

Re: FreeBSD Port: firefox-58.0.2,1 core dump on restart WM

2018-02-17 Thread Alex V. Petrov
It could be because I'm using Current? (12.0-CURRENT r329460M amd64) 18.02.2018 01:02, Robert Huff пишет: > > Alex V. Petrov writes: > >> Why if you do not explicitly exit FF, then when you reload the >> window manager (for me it awesome wm) or reboot machine, FF does >> a core dump? > >

Re: undefined symbol "php7_module" in libphp7.so?

2018-02-17 Thread scratch65535
Thanks, Yasu & Carmel. Bizarrely, the md5 I get is different to both of yours: d739fb09ede2917b54c06eab05130e10 Nor is any of them the same as the one on my server-of-all-work, running 10.2R and php 7.0 with apache 2.4: 10f8f74874296c48c9e099c67ca26be9 nor is the one I get when I replace the

Re: FreeBSD Port: firefox-58.0.2,1 core dump on restart WM

2018-02-17 Thread Alex V. Petrov
If I send TERM or KILL signal for all processes firefox, then all OK. But Firefox is multiprocesses now. If send signal only main process of firefox, then other processes do core dump. I think that this happens during the execution of the command reboot or shutdown now. 18.02.2018 01:02, Robert Hu

Cross-compiling a port

2018-02-17 Thread Martin Waschbüsch
Hi there, how would I go about cross-compilinga port for another ARCH? E.g. I am running 11.1-RELEASE on amd64 and would like to compile a port for i386. It does not seem to be enough to set the ARCH and TARGET_ARCH environment variables: e.g. something like cd /usr/ports/archivers/zip env 'TA

Re: Cross-compiling a port

2018-02-17 Thread Martin Waschbüsch
> > Am 18.02.2018 um 07:22 schrieb Martin Waschbüsch : > > Hi there, > > how would I go about cross-compilinga port for another ARCH? > E.g. I am running 11.1-RELEASE on amd64 and would like to compile a port for > i386. > It does not seem to be enough to set the ARCH and TARGET_ARCH environmen

Re: Cross-compiling a port

2018-02-17 Thread Yasuhiro KIMURA
Hello. From: Martin Waschbüsch Subject: Cross-compiling a port Date: Sun, 18 Feb 2018 07:22:17 +0100 > how would I go about cross-compilinga port for another ARCH? > E.g. I am running 11.1-RELEASE on amd64 and would like to compile a port for > i386. > It does not seem to be enough to set the A