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 |