Re: troubles rebuilding extensions.ini

2011-01-22 Thread Gary Kline
On Sat, Jan 22, 2011 at 06:43:23AM +0100, Polytropon wrote: On Fri, 21 Jan 2011 22:57:07 -0500, Chris Brennan xa...@xaerolimit.net wrote: make rmconfig will remove/reset the config to factory default, then make config to restart fresh. And make rmconfig-recursive will do so for any other

Re: troubles rebuilding extensions.ini

2011-01-22 Thread Polytropon
On Sat, 22 Jan 2011 00:18:28 -0800, Gary Kline kl...@thought.org wrote: On Sat, Jan 22, 2011 at 06:43:23AM +0100, Polytropon wrote: Just see man ports for a list of all targets. Ye Gods. The ports manpage is almost unreadable. Not to mention full of non-ASCII bytes. Those

Re: troubles rebuilding extensions.ini

2011-01-22 Thread Carl Johnson
Gary Kline kl...@thought.org writes: On Sat, Jan 22, 2011 at 06:43:23AM +0100, Polytropon wrote: On Fri, 21 Jan 2011 22:57:07 -0500, Chris Brennan xa...@xaerolimit.net wrote: make rmconfig will remove/reset the config to factory default, then make config to restart fresh. And make

troubles rebuilding extensions.ini

2011-01-21 Thread Gary Kline
It might be as simple as rebuilding php5-extensions _with_ the right .so files listed in /usr/local/etc/php/extension.ini; I have my doubts, but this is a first guess. IS there a way to include the make config when you are rebuilding the port? I can edit the makefile but I 'd rather do it the

Re: troubles rebuilding extensions.ini

2011-01-21 Thread Da Rock
On 01/22/11 09:43, Gary Kline wrote: It might be as simple as rebuilding php5-extensions _with_ the right .so files listed in /usr/local/etc/php/extension.ini; I have my doubts, but this is a first guess. IS there a way to include the make config when you are rebuilding the port? I can edit the

Re: troubles rebuilding extensions.ini

2011-01-21 Thread Chris Brennan
On Fri, Jan 21, 2011 at 6:49 PM, Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: You can always try make config on any port to reset any options. Most of the time with php extensions its merely a case of reordering them though. Every build and upgrade changes things (extensions are

Re: troubles rebuilding extensions.ini

2011-01-21 Thread Polytropon
On Fri, 21 Jan 2011 22:57:07 -0500, Chris Brennan xa...@xaerolimit.net wrote: make rmconfig will remove/reset the config to factory default, then make config to restart fresh. And make rmconfig-recursive will do so for any other port the current port depends on. A very handy solution if the