FreeBSD Bugzilla – Attachment 196963 Details for
Bug 231241
sysutils/goaccess: Support GeoIP2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
GeoIP2 support
goaccess.patch (text/plain), 970 bytes, created by
Adam Weinberger
on 2018-09-08 15:24:51 UTC
(
hide
)
Description:
GeoIP2 support
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2018-09-08 15:24:51 UTC
Size:
970 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 479251) >+++ Makefile (working copy) >@@ -23,16 +23,23 @@ > > PORTDOCS= AUTHORS COPYING ChangeLog NEWS README TODO > >-OPTIONS_DEFINE= DOCS DEBUG GEOIP UTF8 >+OPTIONS_DEFINE= DOCS DEBUG UTF8 > OPTIONS_DEFAULT= GEOIP UTF8 >-OPTIONS_RADIO= TOKYOCABINET >+OPTIONS_RADIO= GEOIPDB TOKYOCABINET >+OPTIONS_RADIO_GEOIPDB= GEOIP GEOIP2 > OPTIONS_RADIO_TOKYOCABINET= TOKYOCABINET_BTREE TOKYOCABINET_MHASH > >+GEOIPDB_DESC= GeoIP IP location support >+GEOIP_DESC= Legacy/free database format >+GEOIP2_DESC= New/paid database format >+ > DEBUG_CONFIGURE_ON= --enable-debug > UTF8_CONFIGURE_ON= --enable-utf8 > > GEOIP_CONFIGURE_ON= --enable-geoip=legacy > GEOIP_LIB_DEPENDS= libGeoIP.so:net/GeoIP >+GEOIP2_CONFIGURE_ON= --enable-geoip=mmdb >+GEOIP2_LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb > > TOKYOCABINET_DESC= Tokyo Cabinet support > TOKYOCABINET_BTREE_DESC= Storage using on-disk B+ Tree
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 231241
: 196963