Re: freeze PHP5 at specific version

2010-04-16 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doug Sampson wrote: >> Have a look at this page: >> http://myfreebsd.homeunix.net/hints_n_kinks/ports-pkgtools.html. If >> you >> add the php port names to the HOLD_PKGS array, that prevents >> portupgrade >> from touching them. >> > > Bingo! That is

Re: freeze PHP5 at specific version

2010-04-16 Thread Jerry
On Fri, 16 Apr 2010 13:43:13 -0400, Greg Larkin articulated: > Have a look at this page: > http://myfreebsd.homeunix.net/hints_n_kinks/ports-pkgtools.html. If > you add the php port names to the HOLD_PKGS array, that prevents > portupgrade from touching them. WOT

RE: freeze PHP5 at specific version

2010-04-16 Thread Doug Sampson
> Have a look at this page: > http://myfreebsd.homeunix.net/hints_n_kinks/ports-pkgtools.html. If > you > add the php port names to the HOLD_PKGS array, that prevents > portupgrade > from touching them. > Bingo! That is what I'm looking for! Say, do I need to list each PHP5 extension in the HOL

Re: freeze PHP5 at specific version

2010-04-16 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doug Sampson wrote: > Recently I discovered that PHP 5.3.x broke my Viart installation. It turned > out that ZendOptimizer 3.3.0.a cannot function with PHP 5.3.x. Thus I was > forced to downgrade down to PHP5-5.2.12_2. > > Question: How can I force po