View | Details | Raw Unified | Return to bug 255052 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/haproxy-devel/Makefile (-2 / +14 lines)
Lines 4-10 PORTNAME= haproxy Link Here
4
DISTVERSION=	2.4-dev16
4
DISTVERSION=	2.4-dev16
5
CATEGORIES=	net www
5
CATEGORIES=	net www
6
MASTER_SITES=	http://www.haproxy.org/download/2.4/src/devel/
6
MASTER_SITES=	http://www.haproxy.org/download/2.4/src/devel/
7
PKGNAMESUFFIX=	-devel
7
VERSIONSUFFIX=	-devel
8
DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
8
DISTFILES=	${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
9
9
10
MAINTAINER=	demon@FreeBSD.org
10
MAINTAINER=	demon@FreeBSD.org
Lines 13-19 COMMENT= Reliable, high performance TCP/HTTP load balancer Link Here
13
LICENSE=	GPLv2 LGPL21
13
LICENSE=	GPLv2 LGPL21
14
LICENSE_COMB=	multi
14
LICENSE_COMB=	multi
15
15
16
CONFLICTS_INSTALL=	haproxy-[0-9]* haproxy17-[0-9]* haproxy18-[0-9]* haproxy19-[0-9]* haproxy20-[0-9]* haproxy21-[0-9]*
16
FLAVORS=	default lua
17
FLAVOR?=	${FLAVORS:[1]}
18
19
default_PKGNAMESUFFIX=		${VERSIONSUFFIX}
20
default_CONFLICTS_INSTALL=	haproxy${VERSIONSUFFIX}-lua
21
lua_PKGNAMESUFFIX=		${VERSIONSUFFIX}-lua
22
lua_CONFLICTS_INSTALL=		haproxy${VERSIONSUFFIX}
23
24
CONFLICTS_INSTALL+=	haproxy(-.*)?-[0-9]* haproxy17(-.*)?-[0-9]* haproxy18(-.*)?-[0-9]* haproxy19(-.*)?-[0-9]* haproxy20(-.*)?-[0-9]* haproxy21(-.*)?-[0-9]* haproxy23(-.*)?-[0-9]*
17
25
18
USES=		compiler:c++11-lang cpe gmake
26
USES=		compiler:c++11-lang cpe gmake
19
USE_RC_SUBR=	haproxy
27
USE_RC_SUBR=	haproxy
Lines 32-37 DEVICEATLAS_DESC= DeviceAtlas Device Detection support Link Here
32
PROMEX_DESC=		Enable Prometheus exporter
40
PROMEX_DESC=		Enable Prometheus exporter
33
OPTIONS_DEFAULT=	SPCRE OPENSSL
41
OPTIONS_DEFAULT=	SPCRE OPENSSL
34
42
43
.if ${FLAVOR} == lua
44
OPTIONS_DEFAULT+=	LUA
45
.endif
46
35
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
47
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
36
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
48
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
37
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
49
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
(-)b/net/haproxy/Makefile (-1 / +12 lines)
Lines 11-17 COMMENT= Reliable, high performance TCP/HTTP load balancer Link Here
11
LICENSE=	GPLv2 LGPL21
11
LICENSE=	GPLv2 LGPL21
12
LICENSE_COMB=	multi
12
LICENSE_COMB=	multi
13
13
14
CONFLICTS_INSTALL=	haproxy-devel-[0-9]* haproxy17-[0-9]* haproxy18-[0-9]* haproxy19-[0-9]* haproxy20-[0-9]* haproxy21-[0-9]*
14
FLAVORS=	default lua
15
FLAVOR?=	${FLAVORS:[1]}
16
17
default_CONFLICTS_INSTALL=	haproxy-lua
18
lua_PKGNAMESUFFIX=		-lua
19
lua_CONFLICTS_INSTALL=		haproxy
20
21
CONFLICTS_INSTALL+=	haproxy-devel(-.*)?-[0-9]* haproxy17(-.*)?-[0-9]* haproxy18(-.*)?-[0-9]* haproxy19(-.*)?-[0-9]* haproxy20(-.*)?-[0-9]* haproxy21(-.*)?-[0-9]* haproxy23(-.*)?-[0-9]*
15
22
16
USES=		compiler:c++11-lang cpe gmake
23
USES=		compiler:c++11-lang cpe gmake
17
USE_RC_SUBR=	haproxy
24
USE_RC_SUBR=	haproxy
Lines 29-34 DEVICEATLAS_DESC= DeviceAtlas Device Detection support Link Here
29
PROMEX_DESC=		Enable Prometheus exporter
36
PROMEX_DESC=		Enable Prometheus exporter
30
OPTIONS_DEFAULT=	SPCRE OPENSSL
37
OPTIONS_DEFAULT=	SPCRE OPENSSL
31
38
39
.if ${FLAVOR} == lua
40
OPTIONS_DEFAULT+=	LUA
41
.endif
42
32
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
43
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
33
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
44
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
34
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
45
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
(-)b/net/haproxy17/Makefile (-2 / +14 lines)
Lines 4-10 PORTNAME= haproxy Link Here
4
PORTVERSION=	1.7.14
4
PORTVERSION=	1.7.14
5
CATEGORIES=	net www
5
CATEGORIES=	net www
6
MASTER_SITES=	http://www.haproxy.org/download/1.7/src/
6
MASTER_SITES=	http://www.haproxy.org/download/1.7/src/
7
PKGNAMESUFFIX=	17
7
VERSIONSUFFIX=	17
8
8
9
MAINTAINER=	demon@FreeBSD.org
9
MAINTAINER=	demon@FreeBSD.org
10
COMMENT=	Reliable, high performance TCP/HTTP load balancer
10
COMMENT=	Reliable, high performance TCP/HTTP load balancer
Lines 15-21 LICENSE_COMB= multi Link Here
15
BROKEN_mips=		fails to build: undefined reference to '__sync_sub_and_fetch_4'
15
BROKEN_mips=		fails to build: undefined reference to '__sync_sub_and_fetch_4'
16
BROKEN_mips64=		fails to build: undefined reference to '__sync_sub_and_fetch_4'
16
BROKEN_mips64=		fails to build: undefined reference to '__sync_sub_and_fetch_4'
17
17
18
CONFLICTS_INSTALL=	haproxy-[0-9]* haproxy-devel-[0-9]* haproxy18-[0-9]* haproxy19-[0-9]* haproxy20-[0-9]* haproxy21-[0-9]*
18
FLAVORS=	default lua
19
FLAVOR?=	${FLAVORS:[1]}
20
21
default_PKGNAMESUFFIX=		${VERSIONSUFFIX}
22
default_CONFLICTS_INSTALL=	haproxy${VERSIONSUFFIX}-lua
23
lua_PKGNAMESUFFIX=		${VERSIONSUFFIX}-lua
24
lua_CONFLICTS_INSTALL=		haproxy${VERSIONSUFFIX}
25
26
CONFLICTS_INSTALL+=	haproxy(-.*)?-[0-9]* haproxy(-.*)?-devel-[0-9]* haproxy18(-.*)?-[0-9]* haproxy19(-.*)?-[0-9]* haproxy20(-.*)?-[0-9]* haproxy21(-.*)?-[0-9]* haproxy23(-.*)?-[0-9]*
19
27
20
USES=		cpe gmake
28
USES=		cpe gmake
21
USE_RC_SUBR=	haproxy
29
USE_RC_SUBR=	haproxy
Lines 32-37 SPCRE_DESC= Link statically Link Here
32
DEVICEATLAS_DESC=	DeviceAtlas Device Detection support
40
DEVICEATLAS_DESC=	DeviceAtlas Device Detection support
33
OPTIONS_DEFAULT=	SPCRE OPENSSL
41
OPTIONS_DEFAULT=	SPCRE OPENSSL
34
42
43
.if ${FLAVOR} == lua
44
OPTIONS_DEFAULT+=	LUA
45
.endif
46
35
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
47
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
36
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
48
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
37
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
49
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
(-)b/net/haproxy18/Makefile (-1 / +13 lines)
Lines 12-18 COMMENT= Reliable, high performance TCP/HTTP load balancer Link Here
12
LICENSE=	GPLv2 LGPL21
12
LICENSE=	GPLv2 LGPL21
13
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
14
14
15
CONFLICTS_INSTALL=	haproxy-[0-9]* haproxy-devel-[0-9]* haproxy17-[0-9]* haproxy19-[0-9]* haproxy20-[0-9]* haproxy21-[0-9]*
15
FLAVORS=	default lua
16
FLAVOR?=	${FLAVORS:[1]}
17
18
default_PKGNAMESUFFIX=		${VERSIONSUFFIX}
19
default_CONFLICTS_INSTALL=	haproxy${VERSIONSUFFIX}-lua
20
lua_PKGNAMESUFFIX=		${VERSIONSUFFIX}-lua
21
lua_CONFLICTS_INSTALL=		haproxy${VERSIONSUFFIX}
22
23
CONFLICTS_INSTALL+=	haproxy(-.*)?-[0-9]* haproxy-devel(-.*)?-[0-9]* haproxy17(-.*)?-[0-9]* haproxy19(-.*)?-[0-9]* haproxy20(-.*)?-[0-9]* haproxy21(-.*)?-[0-9]* haproxy23(-.*)?-[0-9]*
16
24
17
USES=		cpe gmake
25
USES=		cpe gmake
18
USE_RC_SUBR=	haproxy
26
USE_RC_SUBR=	haproxy
Lines 29-34 SPCRE_DESC= Link statically Link Here
29
DEVICEATLAS_DESC=	DeviceAtlas Device Detection support
37
DEVICEATLAS_DESC=	DeviceAtlas Device Detection support
30
OPTIONS_DEFAULT=	SPCRE OPENSSL
38
OPTIONS_DEFAULT=	SPCRE OPENSSL
31
39
40
.if ${FLAVOR} == lua
41
OPTIONS_DEFAULT+=	LUA
42
.endif
43
32
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
44
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
33
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
45
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
34
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
46
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
(-)b/net/haproxy19/Makefile (-2 / +14 lines)
Lines 3-9 Link Here
3
PORTNAME=	haproxy
3
PORTNAME=	haproxy
4
DISTVERSION=	1.9.16
4
DISTVERSION=	1.9.16
5
CATEGORIES=	net www
5
CATEGORIES=	net www
6
PKGNAMESUFFIX=	19
6
VERSIONSUFFIX=	19
7
MASTER_SITES=	http://www.haproxy.org/download/1.9/src/
7
MASTER_SITES=	http://www.haproxy.org/download/1.9/src/
8
8
9
MAINTAINER=	demon@FreeBSD.org
9
MAINTAINER=	demon@FreeBSD.org
Lines 12-18 COMMENT= Reliable, high performance TCP/HTTP load balancer Link Here
12
LICENSE=	GPLv2 LGPL21
12
LICENSE=	GPLv2 LGPL21
13
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
14
14
15
CONFLICTS_INSTALL=	haproxy-[0-9]* haproxy-devel-[0-9]* haproxy17-[0-9]* haproxy18-[0-9]* haproxy20-[0-9]* haproxy21-[0-9]*
15
FLAVORS=	default lua
16
FLAVOR?=	${FLAVORS:[1]}
17
18
default_PKGNAMESUFFIX=		${VERSIONSUFFIX}
19
default_CONFLICTS_INSTALL=	haproxy${VERSIONSUFFIX}-lua
20
lua_PKGNAMESUFFIX=		${VERSIONSUFFIX}-lua
21
lua_CONFLICTS_INSTALL=		haproxy${VERSIONSUFFIX}
22
23
CONFLICTS_INSTALL+=	haproxy(-.*)?-[0-9]* haproxy-devel(-.*)?-[0-9]* haproxy17(-.*)?-[0-9]* haproxy18(-.*)?-[0-9]* haproxy20(-.*)?-[0-9]* haproxy21(-.*)?-[0-9]* haproxy23(-.*)?-[0-9]*
16
24
17
USES=		compiler:c++11-lang cpe gmake
25
USES=		compiler:c++11-lang cpe gmake
18
USE_RC_SUBR=	haproxy
26
USE_RC_SUBR=	haproxy
Lines 29-34 SPCRE_DESC= Link statically Link Here
29
DEVICEATLAS_DESC=	DeviceAtlas Device Detection support
37
DEVICEATLAS_DESC=	DeviceAtlas Device Detection support
30
OPTIONS_DEFAULT=	SPCRE OPENSSL
38
OPTIONS_DEFAULT=	SPCRE OPENSSL
31
39
40
.if ${FLAVOR} == lua
41
OPTIONS_DEFAULT+=	LUA
42
.endif
43
32
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
44
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
33
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
45
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
34
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
46
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
(-)b/net/haproxy20/Makefile (-2 / +14 lines)
Lines 3-9 Link Here
3
PORTNAME=	haproxy
3
PORTNAME=	haproxy
4
DISTVERSION=	2.0.22
4
DISTVERSION=	2.0.22
5
CATEGORIES=	net www
5
CATEGORIES=	net www
6
PKGNAMESUFFIX=	20
6
VERSIONSUFFIX=	20
7
MASTER_SITES=	http://www.haproxy.org/download/2.0/src/
7
MASTER_SITES=	http://www.haproxy.org/download/2.0/src/
8
8
9
MAINTAINER=	demon@FreeBSD.org
9
MAINTAINER=	demon@FreeBSD.org
Lines 12-18 COMMENT= Reliable, high performance TCP/HTTP load balancer Link Here
12
LICENSE=	GPLv2 LGPL21
12
LICENSE=	GPLv2 LGPL21
13
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
14
14
15
CONFLICTS_INSTALL=	haproxy-[0-9]* haproxy-devel-[0-9]* haproxy17-[0-9]* haproxy18-[0-9]* haproxy19-[0-9]* haproxy21-[0-9]*
15
FLAVORS=	default lua
16
FLAVOR?=	${FLAVORS:[1]}
17
18
default_PKGNAMESUFFIX=		${VERSIONSUFFIX}
19
default_CONFLICTS_INSTALL=	haproxy${VERSIONSUFFIX}-lua
20
lua_PKGNAMESUFFIX=		${VERSIONSUFFIX}-lua
21
lua_CONFLICTS_INSTALL=		haproxy${VERSIONSUFFIX}
22
23
CONFLICTS_INSTALL+=	haproxy(-.*)?-[0-9]* haproxy-devel(-.*)?-[0-9]* haproxy17(-.*)?-[0-9]* haproxy18(-.*)?-[0-9]* haproxy19(-.*)?-[0-9]* haproxy21(-.*)?-[0-9]* haproxy23(-.*)?-[0-9]*
16
24
17
USES=		compiler:c++11-lang cpe gmake
25
USES=		compiler:c++11-lang cpe gmake
18
USE_RC_SUBR=	haproxy
26
USE_RC_SUBR=	haproxy
Lines 30-35 DEVICEATLAS_DESC= DeviceAtlas Device Detection support Link Here
30
PROMEX_DESC=		Enable Prometheus exporter
38
PROMEX_DESC=		Enable Prometheus exporter
31
OPTIONS_DEFAULT=	SPCRE OPENSSL
39
OPTIONS_DEFAULT=	SPCRE OPENSSL
32
40
41
.if ${FLAVOR} == lua
42
OPTIONS_DEFAULT+=	LUA
43
.endif
44
33
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
45
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
34
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
46
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
35
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
47
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
(-)b/net/haproxy21/Makefile (-2 / +14 lines)
Lines 3-9 Link Here
3
PORTNAME=	haproxy
3
PORTNAME=	haproxy
4
DISTVERSION=	2.1.12
4
DISTVERSION=	2.1.12
5
CATEGORIES=	net www
5
CATEGORIES=	net www
6
PKGNAMESUFFIX=	21
6
VERSIONSUFFIX=	21
7
MASTER_SITES=	http://www.haproxy.org/download/2.1/src/
7
MASTER_SITES=	http://www.haproxy.org/download/2.1/src/
8
8
9
MAINTAINER=	demon@FreeBSD.org
9
MAINTAINER=	demon@FreeBSD.org
Lines 12-18 COMMENT= Reliable, high performance TCP/HTTP load balancer Link Here
12
LICENSE=	GPLv2 LGPL21
12
LICENSE=	GPLv2 LGPL21
13
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
14
14
15
CONFLICTS_INSTALL=	haproxy-[0-9]* haproxy-devel-[0-9]* haproxy17-[0-9]* haproxy18-[0-9]* haproxy19-[0-9]* haproxy20-[0-9]*
15
FLAVORS=	default lua
16
FLAVOR?=	${FLAVORS:[1]}
17
18
default_PKGNAMESUFFIX=		${VERSIONSUFFIX}
19
default_CONFLICTS_INSTALL=	haproxy${VERSIONSUFFIX}-lua
20
lua_PKGNAMESUFFIX=		${VERSIONSUFFIX}-lua
21
lua_CONFLICTS_INSTALL=		haproxy${VERSIONSUFFIX}
22
23
CONFLICTS_INSTALL+=	haproxy(-.*)?-[0-9]* haproxy-devel(-.*)?-[0-9]* haproxy17(-.*)?-[0-9]* haproxy18(-.*)?-[0-9]* haproxy19(-.*)?-[0-9]* haproxy20(-.*)?-[0-9]* haproxy23(-.*)?-[0-9]*
16
24
17
USES=		compiler:c++11-lang cpe gmake
25
USES=		compiler:c++11-lang cpe gmake
18
USE_RC_SUBR=	haproxy
26
USE_RC_SUBR=	haproxy
Lines 30-35 DEVICEATLAS_DESC= DeviceAtlas Device Detection support Link Here
30
PROMEX_DESC=		Enable Prometheus exporter
38
PROMEX_DESC=		Enable Prometheus exporter
31
OPTIONS_DEFAULT=	SPCRE OPENSSL
39
OPTIONS_DEFAULT=	SPCRE OPENSSL
32
40
41
.if ${FLAVOR} == lua
42
OPTIONS_DEFAULT+=	LUA
43
.endif
44
33
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
45
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
34
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
46
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
35
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
47
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
(-)b/net/haproxy23/Makefile (-3 / +14 lines)
Lines 3-9 Link Here
3
PORTNAME=	haproxy
3
PORTNAME=	haproxy
4
DISTVERSION=	2.3.9
4
DISTVERSION=	2.3.9
5
CATEGORIES=	net www
5
CATEGORIES=	net www
6
PKGNAMESUFFIX=	23
6
VERSIONSUFFIX=	23
7
MASTER_SITES=	http://www.haproxy.org/download/2.3/src/
7
MASTER_SITES=	http://www.haproxy.org/download/2.3/src/
8
8
9
MAINTAINER=	demon@FreeBSD.org
9
MAINTAINER=	demon@FreeBSD.org
Lines 12-18 COMMENT= Reliable, high performance TCP/HTTP load balancer Link Here
12
LICENSE=	GPLv2 LGPL21
12
LICENSE=	GPLv2 LGPL21
13
LICENSE_COMB=	multi
13
LICENSE_COMB=	multi
14
14
15
CONFLICTS_INSTALL=	haproxy-[0-9]* haproxy17-[0-9]* haproxy18-[0-9]* haproxy19-[0-9]* haproxy20-[0-9]* haproxy21-[0-9]*
15
FLAVORS=	default lua
16
FLAVOR?=	${FLAVORS:[1]}
17
18
default_PKGNAMESUFFIX=		${VERSIONSUFFIX}
19
default_CONFLICTS_INSTALL=	haproxy${VERSIONSUFFIX}-lua
20
lua_PKGNAMESUFFIX=		${VERSIONSUFFIX}-lua
21
lua_CONFLICTS_INSTALL=		haproxy${VERSIONSUFFIX}
22
23
CONFLICTS_INSTALL+=	haproxy(-.*)?-[0-9]* haproxy-devel(-.*)?-[0-9]* haproxy17(-.*)?-[0-9]* haproxy18(-.*)?-[0-9]* haproxy19(-.*)?-[0-9]* haproxy20(-.*)?-[0-9]* haproxy21(-.*)?-[0-9]*
16
24
17
USES=		compiler:c++11-lang cpe gmake
25
USES=		compiler:c++11-lang cpe gmake
18
USE_RC_SUBR=	haproxy
26
USE_RC_SUBR=	haproxy
Lines 30-35 DEVICEATLAS_DESC= DeviceAtlas Device Detection support Link Here
30
PROMEX_DESC=		Enable Prometheus exporter
38
PROMEX_DESC=		Enable Prometheus exporter
31
OPTIONS_DEFAULT=	SPCRE OPENSSL
39
OPTIONS_DEFAULT=	SPCRE OPENSSL
32
40
41
.if ${FLAVOR} == lua
42
OPTIONS_DEFAULT+=	LUA
43
.endif
44
33
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
45
DPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
34
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
46
DPCRE_MAKE_ARGS=	USE_PCRE=1 USE_PCRE_JIT=1
35
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
47
SPCRE_LIB_DEPENDS=	libpcre.so:devel/pcre
36
- 

Return to bug 255052