View | Details | Raw Unified | Return to bug 200331
Collapse All | Expand All

(-)mod_geoip2/Makefile (-3 / +3 lines)
Lines 3-13 Link Here
3
3
4
PORTNAME=	mod_geoip2
4
PORTNAME=	mod_geoip2
5
PORTVERSION=	1.2.9
5
PORTVERSION=	1.2.9
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	www geography
7
CATEGORIES=	www geography
8
MASTER_SITES=	https://github.com/maxmind/geoip-api-mod_geoip2/archive/
8
MASTER_SITES=	https://github.com/maxmind/geoip-api-mod_geoip2/archive/
9
DISTNAME=	${PORTVERSION}
9
DISTNAME=	${PORTVERSION}
10
DIST_SUBDIR=    mod_geoip2
10
DIST_SUBDIR=	mod_geoip2
11
11
12
MAINTAINER=	jau@iki.fi
12
MAINTAINER=	jau@iki.fi
13
COMMENT=	Apache module that provides the country code of the client IP
13
COMMENT=	Apache module that provides the country code of the client IP
Lines 17-23 Link Here
17
BUILD_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
17
BUILD_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
18
RUN_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
18
RUN_DEPENDS=	GeoIP>=1.4.4:${PORTSDIR}/net/GeoIP
19
19
20
USE_APACHE=	22+
20
USE_APACHE=	common22+
21
MODULENAME=	mod_geoip
21
MODULENAME=	mod_geoip
22
AP_FAST_BUILD=	yes
22
AP_FAST_BUILD=	yes
23
AP_GENPLIST=	yes
23
AP_GENPLIST=	yes
(-)mod_geoip2/files/patch-Makefile (+7 lines)
Line 0 Link Here
1
--- /dev/null	2014-09-11 11:39:26.537464442 +0300
2
+++ Makefile	2014-09-11 11:37:09.018390265 +0300
3
@@ -0,0 +1,4 @@
4
+
5
+all install : mod_geoip.c
6
+	apxs -i -a -L/usr/local/lib -I/usr/local/include -lGeoIP -c $?
7
+

Return to bug 200331