Port details |
- varnish-libvmod-maxminddb Varnish Module (vmod) for accessing maxminddb geoip data
- 1.0.2_4 www =3 1.0.2_3Version of this port present on the latest quarterly branch.
- Maintainer: allanjude@FreeBSD.org
- Port Added: 2016-05-16 00:30:47
- Last Update: 2024-08-05 14:41:47
- Commit Hash: 4dcfd42
- People watching this port, also watch:: prestashop, courier-authlib-userdb, rubygem-fluent-plugin-file-alternative, nagios-check_hdd_health, pure-ftpd
- License: BSD2CLAUSE
- WWW:
- https://github.com/simonvik/libvmod_maxminddb
- Description:
- Varnish Module (vmod) for accessing maxminddb geoip data
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- varnish-libvmod-maxminddb>0:www/varnish-libvmod-maxminddb
- To install the port:
- cd /usr/ports/www/varnish-libvmod-maxminddb/ && make install clean
- To add the package, run one of these commands:
- pkg install www/varnish-libvmod-maxminddb
- pkg install varnish-libvmod-maxminddb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: varnish-libvmod-maxminddb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1622210781
SHA256 (scaleengine-libvmod_maxminddb-v1.0.2_GH0.tar.gz) = 4663f6b32a9fc1bce294642b4df22f421fed680fce10ba188d44fdb1a6204804
SIZE (scaleengine-libvmod_maxminddb-v1.0.2_GH0.tar.gz) = 4254
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:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- rst2man : textproc/py-docutils@py311
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- varnish7>=7 : www/varnish7
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- varnish7>=7 : www/varnish7
- Library dependencies:
-
- libmaxminddb.so : net/libmaxminddb
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for varnish-libvmod-maxminddb-1.0.2_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_varnish-libvmod-maxminddb
- USES:
- autoreconf compiler:c11 gmake libtool pkgconfig python:build varnish:7
- 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.0.2_4 05 Aug 2024 14:41:47 |
Danilo G. Baio (dbaio) |
www/varnish-*: Bump PORTREVISION to chase www/varnish7 update
Necessary to avoid ABI mismatch. |
1.0.2_3 29 Jun 2024 05:02:34 |
Jason E. Hale (jhale) |
*/*: Add ${PY_SETUPTOOLS} to BUILD_DEPENDS
Fix build when setuptools is removed from RUN_DEPENDS in
Mk/Uses/python.mk.
PR: 270510
Approved by: portmgr (blanket) |
1.0.2_3 26 Mar 2024 19:02:06 |
Gleb Popov (arrowd) |
www/varnish-libvmod-maxminddb: Move manpages to share/man
Approved by: portmgr (blanket) |
1.0.2_2 02 Dec 2023 18:42:35 |
Danilo G. Baio (dbaio) |
www/varnish-*: Bump PORTREVISION to chase www/varnish7 update
Necessary to avoid ABI mismatch. |
1.0.2_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
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.0.2_1 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.0.2_1 11 Apr 2022 18:20:59 |
Ryan Steinmetz (zi) |
www/varnish-libvmod-maxminddb: Switch to varnish 7, bump PORTREVISION\nApproved
by: maintainer |
1.0.2 28 May 2021 19:38:02 |
Allan Jude (allanjude) |
www/varnish-libvmod-maxminddb: Fix version
v1.0.2 is less than 1.0.2, use DISTVERSIONPREFIX
Reported by: mat
Approved by: jrm |
v1.0.2 28 May 2021 18:34:41 |
Allan Jude (allanjude) |
www/varnish-libvmod-maxminddb: Update to version 1.0.2
catch up with Varnish 6.6 API changes that broke the build
Reviewed by: jrm
Approved by: jrm
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D30523 |
1.0.1 16 May 2021 17:31:02 |
Dmitry Marakasov (amdmi3) |
www/varnish-libvmod-maxminddb: mark BROKEN (does not compile)
Approved by: portmgr blanket |
1.0.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.1 01 May 2020 16:47:30 |
allanjude |
Restore www/varnish-libvmod-maxminddb
It was previously removed because of python2.7
This updates to a newer version, using python3.7 to build for varnish6
Approved by: jrm
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D24643 |
1.0.0_1 27 Jan 2020 17:18:16 |
rene |
Remove expired ports (part 2):
2020-01-27 security/kedpm: Unmaintained, uses EOLed python27
2020-01-27 security/parano: Unmaintained, uses EOLed python27
2020-01-27 security/py-cryptkit: Unmaintained, uses EOLed python27
2020-01-27 security/py-fchksum: Unmaintained, uses EOLed python27
2020-01-27 security/py-mhash: Unmaintained, uses EOLed python27
2020-01-27 security/py-pow: Unmaintained, uses EOLed python27
2020-01-27 security/py-pycryptopp: Unmaintained, uses EOLed python27
2020-01-27 security/py-trustedpickle: Unmaintained, uses EOLed python27
2020-01-27 security/py-twofish: Unmaintained, uses EOLed python27
2020-01-27 security/revelation: Unmaintained, uses EOLed python27
2020-01-27 security/spike-proxy: Unmaintained, uses EOLed python27
2020-01-27 security/umit: Unmaintained, uses EOLed python27
2020-01-27 sysutils/feather: Unmaintained, uses EOLed python27 (Only the first 15 lines of the commit message are shown above ) |
1.0.0_1 26 Dec 2019 07:54:29 |
antoine |
Deprecate a few ports
With hat: portmgr |
1.0.0_1 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.0.0 09 May 2019 12:51:27 |
pkubaj |
www/varnish-libvmod-maxminddb: fix build with GCC-based architectures
Add USES=compiler:c11 to fix build:
/usr/local/include/maxminddb.h:92: error: expected '=', ',', ';', 'asm' or
'__attribute__' before 'mmdb_uint128_t'
Approved by: mentors (implicit approval) |
1.0.0 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.0.0 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.0.0 26 Oct 2016 14:15:39 |
feld |
Introduce USES=varnish
You can now set the default version of Varnish with DEFAULT_VERSIONS to
build Varnish and its modules against your desired Varnish release
train.
The default version of Varnish throughout the ports tree will remain as
www/varnish4 until at least 2017Q1 when it will be changed in HEAD to be
www/varnish5. This should allow plenty of time for migration and for
stabilization of the changes in Varnish 5.x.
Submitted by: vanilla |
1.0.0 27 Jul 2016 03:55:01 |
marino |
www/varnish-libvmod-maxminddb is not jobs safe
I've see two failures already. The last one had vcc_if.h being included
before it was generated. |
1.0.0 16 May 2016 00:29:36 |
allanjude |
add www/varnish-libvmod-maxminddb
Varnish Module (vmod) for accessing maxminddb geoip data
Approved by: feld
Sponsored by: ScaleEngine Inc.
Differential Revision: https://reviews.freebsd.org/D6380 |