Created attachment 144990 [details] Patch Makefile to allow build with apache24 The port's Makefile includes USE_APACHE=22 which means that bsd.apache.mk won't allow it to be built for Apache 2.4. MaxMind's website indicates that the module is provided for Apache 2 and makes explicit reference to people using the module with Apache 2.4 http://dev.maxmind.com/geoip/legacy/mod_geoip2/ The attached patch modifies the Makefile to USE_APACHE=22-24. I have built and tested the module on FreeBSD/i386 10-STABLE under Apache 2.4.10.
notify maintainer for approval
This PR timed out, maintain approval no longer required. Anybody can commit this now.
A commit references this bug: Author: marino Date: Wed Aug 13 20:28:07 UTC 2014 New revision: 364807 URL: http://svnweb.freebsd.org/changeset/ports/364807 Log: www/mod_geoip2: Enable module to build on Apache24 The main site indicates that module works with Apache 2.4 and the submitted has tested it on FreeBSD 10/i386 PR: 192127 Submitted by: John Marshall Approved by: maintainer timeout (3 weeks) Changes: head/www/mod_geoip2/Makefile
done!