Port details |
- mod_maxminddb MaxMind DB Apache Module
- 1.2.0 www
=3 1.2.0Version of this port present on the latest quarterly branch. - Maintainer: joneum@FreeBSD.org
 - Port Added: 2019-01-31 12:15:25
- Last Update: 2023-01-25 17:54:07
- Commit Hash: 40843b1
- People watching this port, also watch:: libevent, telegram-desktop, monit, memcached, ssss
- License: APACHE20
- WWW:
- https://github.com/maxmind/mod_maxminddb
- Description:
- mod_maxminddb allows you to query MaxMind DB files from Apache using
the libmaxminddb library.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_maxminddb>0:www/mod_maxminddb
- To install the port:
- cd /usr/ports/www/mod_maxminddb/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_maxminddb
- pkg install ap24-mod_maxminddb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_maxminddb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1595500825
SHA256 (maxmind-mod_maxminddb-1.2.0_GH0.tar.gz) = 27d926343a3b548eb7b2f9f5462cacb5a2c9762174b7af6d2c37d5f4e593a9b8
SIZE (maxmind-mod_maxminddb-1.2.0_GH0.tar.gz) = 26005
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache24
- gmake>=4.3 : devel/gmake
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- libmaxminddb.so : net/libmaxminddb
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_mod_maxminddb
- USES:
- apache autoreconf compiler:c11 gmake localbase
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.0 25 Jan 2023 17:54:07
    |
Muhammad Moinur Rahman (bofh)  |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.2.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.2.0 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.2.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.2.0 23 Jul 2020 10:45:59
  |
joneum  |
Update to 1.2.0 and take Maintainership
- Fix a bug where uninitialized memory could be accessed when looking up
a path in a database.
- You may now set MMDB_ADDR to use that IP address rather than the
remote address when doing the lookup.
- Add new directive MaxMindDBNetworkEnv that allows setting an
environment variable containing the network associated with an IP
address.
- Add new directive MaxMindDBSetNotes. When set to On, Apache request
notes will be set in addition to environment variables.
Approved by: mmokhi (via private-eMail)
MFH: 2020Q3
Sponsored by: Netzkommune GmbH |
1.1.0_2 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.1.0_1 02 May 2019 11:01:26
  |
pkubaj  |
www/mod_maxminddb: fix build with GCC-based architectures
Add USES=compiler:c11 to fix:
/usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'mmdb_uint128_t'
Approved by: mentors (implicit approval) |
1.1.0_1 09 Feb 2019 13:36:07
  |
mmokhi  |
www/mod_maxminddb: Fix dynamic link error with libmaxminddb.so
The module wasn't linked correctly with libmaxminddb.so when
using `AP_FAST_BUILD`, because of not having correct ld-flags.
Switch to default build (with a patch) solves the problem.
Reported by: ler
Sponsored by: The FreeBSD Foundation |
1.1.0 30 Jan 2019 23:18:51
  |
mmokhi  |
www/mod_maxminddb: Add the port to the tree
This module allows you to query MaxMind DB files from Apache using
the libmaxminddb library.
It can also be used as alternative for cases like mod_geoip2 too.
Reviewed by: joneum
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D18900 |