Re: Can we bring back sysutils/cronolog?

2015-11-28 Thread olli hauer
On 2015-11-27 20:53, Kurt Jaeger wrote: > Hi! > >> I still use sysutils/cronolog but lately it's been disabled due to >> the web site vanishing. >> >> I still have the distribution files. Can we put them up somewhere on >> FreeBSD.org to keep the port alive? > > Using freebsd.org to distribute 3

Re: update PHP

2015-11-28 Thread Miroslav Lachman
Carmel NY wrote on 11/27/2015 12:39: I am running a FreeBSD 10.2 - p7 machine. I have PHP 5.4 installed . I want to update it to version 5.6. Would this method work: portupgrade -o lang/php56 lang/php5 Then: portupgrade -o lang/php56-extensions lang/php5-extensions Would I l then need to rebu

Re: update PHP

2015-11-28 Thread Carmel NY
On Sat, 28 Nov 2015 19:21:10 +0100, Miroslav Lachman stated: >pkg query %o `pkg info -r php55 | tail -n +2` | sed 's~php5~php56~' > >my_php_ports That list 1154 ports. pkg query %o `pkg info -r php5 | tail -n +2` results in 22 ports. print/pecl-pdflib www/pecl-APC www/php5-session textproc/php

Re: update PHP

2015-11-28 Thread Miroslav Lachman
Carmel NY wrote on 11/28/2015 21:45: On Sat, 28 Nov 2015 19:21:10 +0100, Miroslav Lachman stated: pkg query %o `pkg info -r php55 | tail -n +2` | sed 's~php5~php56~' > my_php_ports That list 1154 ports. I am sorry I sent you a wrong command :) I tried it on my server with PHP 5.5 (port lan

Re: update PHP

2015-11-28 Thread Matthew D. Fuller
On Sat, Nov 28, 2015 at 07:21:10PM +0100 I heard the voice of Miroslav Lachman, and lo! it spake thus: > Carmel NY wrote on 11/27/2015 12:39: > > Would I l then need to rebuild everything that depends on PHP or could I > > just > > add the "-r" flag to portupgrade? > > You can get list of all ori