Re: [CFT] add a config.site cache for the ports

2013-03-25 Thread Baptiste Daroussin
On Sun, Mar 24, 2013 at 08:56:52PM -0400, Steve Wills wrote: > I'm sure your list probably includes this, but just in case, > databases/db42 broke with this for me. > > Steve Here is a new version that fix the issue for db42 and others: http://people.freebsd.org/~bapt/config_site.diff Thanks all

Re: [CFT] add a config.site cache for the ports

2013-03-24 Thread Steve Wills
I'm sure your list probably includes this, but just in case, databases/db42 broke with this for me. Steve > > just a fyi this exp-run broke quiet a lot. > > > > On Mar 23, 2013, at 11:18 PM, Bryan Drewery wrote: > >> On 3/18/2013 12:41 PM, Baptiste Daroussin wrote: >>> Hi, >>> >>> The autotools

Re: [CFT] add a config.site cache for the ports

2013-03-23 Thread Martin Wilke
just a fyi this exp-run broke quiet a lot. On Mar 23, 2013, at 11:18 PM, Bryan Drewery wrote: > On 3/18/2013 12:41 PM, Baptiste Daroussin wrote: >> Hi, >> >> The autotools allows us to have a config.site cache where we define our >> defaults >> values for a couple of things, and prevent the

Re: [CFT] add a config.site cache for the ports

2013-03-23 Thread Bryan Drewery
On 3/18/2013 12:41 PM, Baptiste Daroussin wrote: > Hi, > > The autotools allows us to have a config.site cache where we define our > defaults > values for a couple of things, and prevent the "slow" and possibly wrong > autodetection. > > Here is a patch that makes use of it: > http://people.free

Re: [CFT] add a config.site cache for the ports

2013-03-19 Thread Baptiste Daroussin
On Wed, Mar 20, 2013 at 12:22:03AM +0200, Kimmo Paasiala wrote: > On Wed, Mar 20, 2013 at 12:17 AM, Kevin Oberman wrote: > > On Mon, Mar 18, 2013 at 10:41 AM, Baptiste Daroussin > > wrote: > > > >> Hi, > >> > >> The autotools allows us to have a config.site cache where we define our > >> defaults

Re: [CFT] add a config.site cache for the ports

2013-03-19 Thread Kimmo Paasiala
On Wed, Mar 20, 2013 at 12:17 AM, Kevin Oberman wrote: > On Mon, Mar 18, 2013 at 10:41 AM, Baptiste Daroussin wrote: > >> Hi, >> >> The autotools allows us to have a config.site cache where we define our >> defaults >> values for a couple of things, and prevent the "slow" and possibly wrong >> aut

Re: [CFT] add a config.site cache for the ports

2013-03-19 Thread Kevin Oberman
On Mon, Mar 18, 2013 at 10:41 AM, Baptiste Daroussin wrote: > Hi, > > The autotools allows us to have a config.site cache where we define our > defaults > values for a couple of things, and prevent the "slow" and possibly wrong > autodetection. > > Here is a patch that makes use of it: > http://pe

Re: [CFT] add a config.site cache for the ports

2013-03-19 Thread Warren Block
On Mon, 18 Mar 2013, Baptiste Daroussin wrote: Hi, The autotools allows us to have a config.site cache where we define our defaults values for a couple of things, and prevent the "slow" and possibly wrong autodetection. Here is a patch that makes use of it: http://people.freebsd.org/~bapt/auto

Re: [CFT] add a config.site cache for the ports

2013-03-18 Thread Steve Wills
> On 18 Mar 2013 17:42, "Baptiste Daroussin" wrote: >> >> Hi, >> >> The autotools allows us to have a config.site cache where we define our > defaults >> values for a couple of things, and prevent the "slow" and possibly wrong >> autodetection. >> >> Here is a patch that makes use of it: >> http:/

Re: [CFT] add a config.site cache for the ports

2013-03-18 Thread Chris Rees
On 18 Mar 2013 17:42, "Baptiste Daroussin" wrote: > > Hi, > > The autotools allows us to have a config.site cache where we define our defaults > values for a couple of things, and prevent the "slow" and possibly wrong > autodetection. > > Here is a patch that makes use of it: > http://people.freeb

Re: [CFT] add a config.site cache for the ports

2013-03-18 Thread Jeremy Messenger
On Mar 18, 2013 2:24 PM, "Baptiste Daroussin" wrote: > > On Mon, Mar 18, 2013 at 02:15:51PM -0500, Jeremy Messenger wrote: > > On Mar 18, 2013 12:42 PM, "Baptiste Daroussin" wrote: > > > > > > Hi, > > > > > > The autotools allows us to have a config.site cache where we define our > > defaults > >

Re: [CFT] add a config.site cache for the ports

2013-03-18 Thread Baptiste Daroussin
On Mon, Mar 18, 2013 at 02:15:51PM -0500, Jeremy Messenger wrote: > On Mar 18, 2013 12:42 PM, "Baptiste Daroussin" wrote: > > > > Hi, > > > > The autotools allows us to have a config.site cache where we define our > defaults > > values for a couple of things, and prevent the "slow" and possibly wr

Re: [CFT] add a config.site cache for the ports

2013-03-18 Thread Jeremy Messenger
On Mar 18, 2013 12:42 PM, "Baptiste Daroussin" wrote: > > Hi, > > The autotools allows us to have a config.site cache where we define our defaults > values for a couple of things, and prevent the "slow" and possibly wrong > autodetection. > > Here is a patch that makes use of it: > http://people.f

[CFT] add a config.site cache for the ports

2013-03-18 Thread Baptiste Daroussin
Hi, The autotools allows us to have a config.site cache where we define our defaults values for a couple of things, and prevent the "slow" and possibly wrong autodetection. Here is a patch that makes use of it: http://people.freebsd.org/~bapt/autotools_config_site.diff As the libiconv/gettext up