Re: [squid-dev] What to do with stale related software?

2016-06-12 Thread Kinkie
Hi,
 done.

On Wed, Jun 1, 2016 at 7:27 AM, Kinkie  wrote:

> Ok, I'll check them and readjust/remove as necessary.
> Thanks
>
>
> On Wednesday, 1 June 2016, Amos Jeffries  wrote:
>
>> On 31/05/2016 4:37 p.m., Kinkie wrote:
>> > Hi all,
>> >   I'm reviewing some 'related software' listings on the website, and
>> > some links are stale.
>> > What should we do with them? I recommend to do a cleanup; opinions?
>> >
>>
>> If it has been a long time and the link still broken, or not popular
>> software. I think we can remove.
>>
>>
>> Every so often I go through and see if I can find a new link to them
>> anywhere.
>>
>> For some that are looking useful but unmaintained we've copied the files
>> to our FTP "pub/squid/contrib/" folder and linked to that. Or like for
>> squidpurge pulled into our repo and taken up maintenance.
>>
>> Amos
>>
>> ___
>> squid-dev mailing list
>> squid-dev@lists.squid-cache.org
>> http://lists.squid-cache.org/listinfo/squid-dev
>>
>
>
> --
> @mobile
>



-- 
Francesco
___
squid-dev mailing list
squid-dev@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-dev


Re: [squid-dev] [PATCH] cleanup cppunit detection and use

2016-06-12 Thread Kinkie
HI!
  have you had a chance to check if the new code works for all the systems
we care about?

Thanks!

On Sun, Jun 12, 2016 at 1:28 AM, Amos Jeffries  wrote:

> The cppunit-config tool has apparently been replaced by pkg-config .pc
> file years ago and is now in the process of being removed from some OS.
> Notably Fedora.
>
> Which means our present way of detecting it for use by "make check" will
> increasingly fail.
>
> This converts configure.ac to using the pkg-config method of detection
> and updates the --with-cppunit-basedir parameter to --without-cppunit
> matching our naming and usage scheme for other similar options. If a
> =PATH is explicitly provided cppunit is assumed to exist at that
> location without configure-time checking.
>
>
> Alex: can you test that at least a bootstrap and "make check" cycle run
> properly with this patch applied on your old system which has been
> having issues recently with ./configure.
>
> Thanks
> Amos
>
>
> ___
> squid-dev mailing list
> squid-dev@lists.squid-cache.org
> http://lists.squid-cache.org/listinfo/squid-dev
>
>


-- 
Francesco
___
squid-dev mailing list
squid-dev@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-dev