rebuilding apache24 and php70

2017-12-26 Thread @lbutlr
with ports tree updated as of today, I've done portmaster -fR php70 portmaster -fR mod_php70 portmaster -fR apache24 When trying to launch apache, I get the following error: httpd: Syntax error on line 153 of /usr/local/etc/apache24/httpd.conf: Cannot load libexec/apache24/libphp7.so

Re: Canberra

2017-12-26 Thread Sid
That Makefile becomes simple. It put pulseaudio options and gstreamer1 options from audio/libcanberra-gtk3 into libcanberra. All gtk references from audio/libcanberra were removed, only after references to gtk3 in libcanberra-gtk3 were removed. That being said. I haven't tried using both origin

FreeBSD ports you maintain which are out of date

2017-12-26 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

Re: rebuilding apache24 and php70

2017-12-26 Thread @lbutlr
On 26 Dec 2017, at 03:38, @lbutlr wrote: > (apache does launch) Apache doe *not* launch. ___ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@fr

Re: rebuilding apache24 and php70

2017-12-26 Thread Johan Hendriks
Op 26/12/2017 om 11:38 schreef @lbutlr: > with ports tree updated as of today, I've done > >portmaster -fR php70 >portmaster -fR mod_php70 >portmaster -fR apache24 > > When trying to launch apache, I get the following error: > > httpd: Syntax error on line 153 of /usr/local/etc/apach

print/textinfo fails to build due to size mismatch after htmlxref.cnf changed

2017-12-26 Thread Joseph Mingrone
print/texinfo % make extract ===> License GPLv3+ accepted by the user ===> texinfo-6.5,1 depends on file: /usr/local/sbin/pkg - found ... => htmlxref.cnf doesn't seem to exist in /usr/ports/distfiles/texinfo/6.5. => Attempting to fetch http://ftpmirror.gnu.org/texinfo/htmlxref.cnf fetch: http://

Re: print/textinfo fails to build due to size mismatch after htmlxref.cnf changed

2017-12-26 Thread Marco Beishuizen
On Tue, 26 Dec 2017, the wise Joseph Mingrone wrote: print/texinfo % make extract ===> License GPLv3+ accepted by the user ===> texinfo-6.5,1 depends on file: /usr/local/sbin/pkg - found ... => htmlxref.cnf doesn't seem to exist in /usr/ports/distfiles/texinfo/6.5. => Attempting to fetch http

Re: print/textinfo fails to build due to size mismatch after htmlxref.cnf changed

2017-12-26 Thread Joseph Mingrone
Marco Beishuizen writes: > On Tue, 26 Dec 2017, the wise Joseph Mingrone wrote: >> print/texinfo % make extract >> ===> License GPLv3+ accepted by the user >> ===> texinfo-6.5,1 depends on file: /usr/local/sbin/pkg - found >> ... >> => htmlxref.cnf doesn't seem to exist in /usr/ports/distfile

Re: print/textinfo fails to build due to size mismatch after htmlxref.cnf changed

2017-12-26 Thread Sunpoet Po-Chuan Hsieh
On Tue, Dec 26, 2017 at 10:18 PM, Joseph Mingrone wrote: > print/texinfo % make extract > ===> License GPLv3+ accepted by the user > ===> texinfo-6.5,1 depends on file: /usr/local/sbin/pkg - found > ... > => htmlxref.cnf doesn't seem to exist in /usr/ports/distfiles/texinfo/6.5. > => Attemptin

Re: print/textinfo fails to build due to size mismatch after htmlxref.cnf changed

2017-12-26 Thread Sunpoet Po-Chuan Hsieh
On Tue, Dec 26, 2017 at 10:25 PM, Marco Beishuizen wrote: > On Tue, 26 Dec 2017, the wise Joseph Mingrone wrote: > > print/texinfo % make extract >> ===> License GPLv3+ accepted by the user >> ===> texinfo-6.5,1 depends on file: /usr/local/sbin/pkg - found >> ... >> => htmlxref.cnf doesn't see

Re: rebuilding apache24 and php70

2017-12-26 Thread @lbutlr
On 26 Dec 2017, at 07:06, Johan Hendriks wrote: > You can not use mod_php with MPM_EVENT or MPM_WORKER > To use mod_php you need MPM_PREFORK. So all the warnings about building mod_php70 with ZTS if apache is threaded are meaningless because it only works with non-threaded apache?

Re: rebuilding apache24 and php70

2017-12-26 Thread Johan Hendriks
Op 26/12/2017 om 16:06 schreef @lbutlr: > On 26 Dec 2017, at 07:06, Johan Hendriks wrote: >> You can not use mod_php with MPM_EVENT or MPM_WORKER >> To use mod_php you need MPM_PREFORK. > So all the warnings about building mod_php70 with ZTS if apache is threaded > are meaningless because it on

Re: Are these Emacs ports still useful?

2017-12-26 Thread Joseph Mingrone
Liu Dryice writes: > On 24 Dec 2017, 05:29 +0800, Joseph Mingrone , wrote: > - deskutils/etask (non-mirrored tarball dead since 2007) > This is still fetchable from distcache. Though I admit I haven't used > it and haven't heard about it for quite a long time. I see reports that patches were r

Re: rebuilding apache24 and php70

2017-12-26 Thread Kurt Jaeger
Hi! > When trying to launch apache, I get the following error: > > httpd: Syntax error on line 153 of /usr/local/etc/apache24/httpd.conf: Cannot > load libexec/apache24/libphp7.so into server: > /usr/local/libexec/apache24/libphp7.so: No space available for static Thread > Local Storage > > (

Re: rebuilding apache24 and php70

2017-12-26 Thread @lbutlr
On 26 Dec 2017, at 08:21, Johan Hendriks wrote: > If you want to use php with mpm_event you need to use php-fpm. I;ll see if php-fpm is compatible with roundcube. Course, I will have to figure out how to use php-fpm, as I recall it is very different a lot more fiddly. ;/

Re: rebuilding apache24 and php70

2017-12-26 Thread Johan Hendriks
Op 26/12/2017 om 17:55 schreef @lbutlr: > On 26 Dec 2017, at 08:21, Johan Hendriks wrote: >> If you want to use php with mpm_event you need to use php-fpm. > I;ll see if php-fpm is compatible with roundcube. > > Course, I will have to figure out how to use php-fpm, as I recall it is very > diff

Re: License and adopting software

2017-12-26 Thread Sid
> 'someone else said something to the effect of  "If I looked at the code > already, the license is already contaminated"' That makes no sense to me. That advice seems counterproductive. In the source code, I'm sure you saw this, but there are different licenses in the files.   Usually, when some

Of LSOF

2017-12-26 Thread Dave Horsfall
aneurin# freebsd-version 10.4-RELEASE-p5 aneurin# which lsof /usr/local/sbin/lsof aneurin# lsof > /dev/null lsof: WARNING: compiled for FreeBSD release 10.3-RELEASE-p22; this is 10.4-RELEASE-p3. aneurin# pkg upgrade lsof Updating FreeBSD repository catalogue... FreeBSD repository is up to date. A

Re: License and adopting software

2017-12-26 Thread Sid
> 'to the effect of  "If I looked at the code already, the license is already > contaminated"' I think that means, everyone usually has made their edits, before you get a chance to see it. It still is most likely multi-licensed (included) under the license for that file. ___

Re: Of LSOF

2017-12-26 Thread Dave Horsfall
On Wed, 27 Dec 2017, Dimitry Andric wrote: Binary packages are built on the oldest supported 10.x release, which currently is 10.3. I think that lsof is just one of the few programs that care about this, and show a warning. This is probably because lsof pokes around in half-documented (or un

Configuring for libgphoto2-2.5.14, eval: expr: not found

2017-12-26 Thread bob prohaska
In trying to compile x11-wm/xfce4 using make the make stops with Configuring for libgphoto2-2.5.14 eval: expr: not found I've updated the ports tree, and also tried compiling libgphoto separately. Neither seems to help. Moreover, the error report refers to /tmp/mountpoint.FiIu8G/graphics/libgphot

powerpc64 (head -r326075): www/qt5-webkit gets: CMake Error at CMakeLists.txt:85 (message): Unknown CPU 'powerpc64'

2017-12-26 Thread Mark Millard
[I experiment with system clang as the system compiler for powerpc64 (and 32-bit powerpc).] On powerpc64, # svnlite info /usr/ports/ | grep "Re[plv]" Relative URL: ^/head Repository Root: svn://svn0.us-west.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 457194 L

FreeBSD Port: gogs-0.11.34_1 rc.d script status does not work correctly

2017-12-26 Thread Douglas Thrift via freebsd-ports
Hello, I just noticed that the gogs rc.d script's status subcommand does not work, when I have verified that gogs is actually running, it just says: gogs is not running. It seems to stop and restart just fine though. -- Douglas William Thrift

Re: Of LSOF

2017-12-26 Thread Kevin Oberman
On Tue, Dec 26, 2017 at 4:20 PM, Dave Horsfall wrote: > On Wed, 27 Dec 2017, Dimitry Andric wrote: > > Binary packages are built on the oldest supported 10.x release, which >> currently is 10.3. I think that lsof is just one of the few programs that >> care about this, and show a warning. This