Re: [PATCH] net/libmaxminddb

2018-07-11 Thread Jeremie Courreges-Anglas
On Tue, Jul 10 2018, Frederic Cambus wrote: > Hi ports@, > > The combination of -fms-extensions -std=c99 means libmaxminddb couldn't be > built with base GCC, so the library and headers were patched. This worked > when the only consumer was the mmdblookup bundled tool. > > However, this is causing

[PATCH] net/libmaxminddb

2018-07-10 Thread Frederic Cambus
Hi ports@, The combination of -fms-extensions -std=c99 means libmaxminddb couldn't be built with base GCC, so the library and headers were patched. This worked when the only consumer was the mmdblookup bundled tool. However, this is causing issues with new consumers. For example, I cannot build t

Re: [PATCH] net/libmaxminddb

2017-06-23 Thread Stuart Henderson
On 2017/06/08 23:19, Frederic Cambus wrote: > Here is a diff to update a few things in the net/libmaxminddb port: > > - Update the geolite2 maintainer target to cope with new upstream > packaging scheme, and also fetch the ASN database > - Add a subpackage for the ASN database > - Update GeoLite

Re: [PATCH] net/libmaxminddb

2017-06-16 Thread Frederic Cambus
On Thu, Jun 08, 2017 at 11:19:36PM +0200, Frederic Cambus wrote: > Here is a diff to update a few things in the net/libmaxminddb port: > > - Update the geolite2 maintainer target to cope with new upstream > packaging scheme, and also fetch the ASN database > - Add a subpackage for the ASN datab

[PATCH] net/libmaxminddb

2017-06-08 Thread Frederic Cambus
Hi ports@, Here is a diff to update a few things in the net/libmaxminddb port: - Update the geolite2 maintainer target to cope with new upstream packaging scheme, and also fetch the ASN database - Add a subpackage for the ASN database - Update GeoLite2 databases to latest version Comments? OK?