Re: [PATCH] net/amule: remove dependency on net/GeoIP

2020-02-08 Thread Frederic Cambus
On Sat, Feb 08, 2020 at 01:34:08PM +, Stuart Henderson wrote: > OK. Then it's just nginx and then nothing in ports uses the old GeoIP. Just commited this, so yes nginx is now the last consumer. > Some users may be using it - but I think it's doing them a misservice > to keep it. > > The

Re: [PATCH] net/amule: remove dependency on net/GeoIP

2020-02-08 Thread Stuart Henderson
OK. Then it's just nginx and then nothing in ports uses the old GeoIP. Some users may be using it - but I think it's doing them a misservice to keep it. The vendor supplied tools in libmaxminddb are woeful but at least the database isn't 2 years out of date (which is a long time in IP

Re: [PATCH] net/amule: remove dependency on net/GeoIP

2019-12-28 Thread Frederic Cambus
On Fri, Dec 20, 2019 at 10:39:25AM +0100, Frederic Cambus wrote: > amule still uses net/GeoIP for doing GeoIP lookups. As the functionality > isn't really useful with outdated databases, I propose to disable it and > remove the dependency on net/GeoIP. The following diff does this, and >

[PATCH] net/amule: remove dependency on net/GeoIP

2019-12-20 Thread Frederic Cambus
Hi ports@, amule still uses net/GeoIP for doing GeoIP lookups. As the functionality isn't really useful with outdated databases, I propose to disable it and remove the dependency on net/GeoIP. The following diff does this, and regenerate WANTLIB to remove GeoIP and add missing iberty. While