Re: Update php from 5.4 to 5.5 ?

2014-06-19 Thread Jim Trigg
Quoting "Matthew D. Fuller" : On Wed, Jun 18, 2014 at 10:05:46PM +0200 I heard the voice of Melvyn Sopacua, and lo! it spake thus: You can do the following: pkg query -e '%o ~ */php5-*' '%o'| while read origin; do \ new_origin=`echo ${origin} | sed -e 's/php5-/php55-/'` echo portmaster -o ${ne

Re: Update php from 5.4 to 5.5 ?

2014-06-18 Thread Matthew D. Fuller
On Wed, Jun 18, 2014 at 10:05:46PM +0200 I heard the voice of Melvyn Sopacua, and lo! it spake thus: > > You can do the following: > pkg query -e '%o ~ */php5-*' '%o'| while read origin; do \ > new_origin=`echo ${origin} | sed -e 's/php5-/php55-/'` > echo portmaster -o ${new_origin} ${origin}; don

Re: Update php from 5.4 to 5.5 ?

2014-06-18 Thread Melvyn Sopacua
Hi Kurt, On Wed, 18 Jun 2014, Kurt Jaeger wrote: For each module, I have to find the suitable php55 module to replace it. So it will be a manual process, for now. Not entirely... www/pecl-APC: doesn't support PHP 5.5 That's real. But it's APC. It's somewhat dying, somewhat staying aroun

Re: Update php from 5.4 to 5.5 ?

2014-06-18 Thread Kurt Jaeger
Hi! > If I would like to upgrade from php 5.4 to 5.5, would this work ? > > portupgrade -o lang/php55 -f lang/php5 > portupgrade -fr lang/php55 > > vi /etc/make.conf > DEFAULT_VERSIONS= php=5.5 The short answer: No. The long answer: I have approx. 46 php5-xxx-5.4.29 modules installed. The fi

Re: Update php from 5.4 to 5.5 ?

2014-06-18 Thread Dr. Peter Voigt
Am Wed, 18 Jun 2014 13:09:20 +0200 schrieb Kurt Jaeger : > Hi! > > If I would like to upgrade from php 5.4 to 5.5, would this work ? > > portupgrade -o lang/php55 -f lang/php5 > portupgrade -fr lang/php55 > > vi /etc/make.conf > DEFAULT_VERSIONS= php=5.5 > Hi Kurt, just a few days ago I have

Update php from 5.4 to 5.5 ?

2014-06-18 Thread Kurt Jaeger
Hi! If I would like to upgrade from php 5.4 to 5.5, would this work ? portupgrade -o lang/php55 -f lang/php5 portupgrade -fr lang/php55 vi /etc/make.conf DEFAULT_VERSIONS= php=5.5 -- p...@opsec.eu+49 171 3101372 6 years to go ! __