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

(-)ip4r/Makefile (+12 lines)
Lines 9-18 Link Here
9
MAINTAINER=	tobez@FreeBSD.org
9
MAINTAINER=	tobez@FreeBSD.org
10
COMMENT=	IP address and IP range index types for PostgreSQL
10
COMMENT=	IP address and IP range index types for PostgreSQL
11
11
12
OPTIONS_DEFINE=	IDXPATCH
13
14
IDXPATCH_DESC=	Prefer ip4r indexes over seq_scan on large datasets
15
12
USES=		gmake pgsql
16
USES=		gmake pgsql
13
17
14
MAKE_ARGS=	USE_PGXS=1
18
MAKE_ARGS=	USE_PGXS=1
15
19
20
.include <bsd.port.options.mk>
21
22
.if ${PORT_OPTIONS:MIDXPATCH}
23
# Patch if the option is supplied, however we need to unpatch if the option is de-selected after previously selecting (TODO)
24
PATCH_SITES=	http://www.sorbs.net/home/:SORBS
25
PATCHFILES=	ip4r-2.x-SORBS-prefer-index.patch:-p1:SORBS
26
.endif
27
16
# In order to make this port PREFIX-safe, we override the install target
28
# In order to make this port PREFIX-safe, we override the install target
17
# and install the three files manually
29
# and install the three files manually
18
do-install:
30
do-install:
(-)ip4r/distinfo (+2 lines)
Lines 1-2 Link Here
1
SHA256 (ip4r-2.0.tar.gz) = 251e70d12fc1244aab1707d3db0fe9f821ab224765e34cd8f2fb66ee3468a957
1
SHA256 (ip4r-2.0.tar.gz) = 251e70d12fc1244aab1707d3db0fe9f821ab224765e34cd8f2fb66ee3468a957
2
SIZE (ip4r-2.0.tar.gz) = 93007
2
SIZE (ip4r-2.0.tar.gz) = 93007
3
SHA256 (ip4r-2.x-SORBS-prefer-index.patch) = 4c10dcb0c31b6abe012597fc7826ccff2611c8ef256bbc5d448633cfb3b60427
4
SIZE (ip4r-2.x-SORBS-prefer-index.patch) = 9221

Return to bug 190104