Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= corosync |
4 |
PORTNAME= corosync |
5 |
PORTVERSION= 2.3.5 |
5 |
PORTVERSION= 2.4.2 |
6 |
PORTREVISION= 4 |
|
|
7 |
CATEGORIES= net |
6 |
CATEGORIES= net |
8 |
MASTER_SITES= http://build.clusterlabs.org/corosync/releases/ |
7 |
MASTER_SITES= http://build.clusterlabs.org/corosync/releases/ |
9 |
|
8 |
|
Lines 12-25
Link Here
|
12 |
|
11 |
|
13 |
LICENSE= BSD3CLAUSE |
12 |
LICENSE= BSD3CLAUSE |
14 |
|
13 |
|
15 |
LIB_DEPENDS= libnss3.so:security/nss \ |
14 |
LIB_DEPENDS= libnspr4.so:devel/nspr \ |
|
|
15 |
libnss3.so:security/nss \ |
16 |
libqb.so:devel/libqb |
16 |
libqb.so:devel/libqb |
17 |
|
17 |
|
18 |
USES= gmake groff libtool pathfix pkgconfig |
18 |
USES= gmake groff libtool pathfix pkgconfig |
19 |
USE_GCC= yes # segfaults when built with Clang |
|
|
20 |
USE_LDCONFIG= yes |
19 |
USE_LDCONFIG= yes |
21 |
USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-notifyd |
20 |
USE_RC_SUBR= ${PORTNAME} ${PORTNAME}-notifyd |
22 |
GNU_CONFIGURE= yes |
21 |
GNU_CONFIGURE= yes |
|
|
22 |
CONFIGURE_ARGS= --disable-secure-build |
23 |
INSTALL_TARGET= install-strip |
23 |
INSTALL_TARGET= install-strip |
24 |
|
24 |
|
25 |
OPTIONS_DEFINE= DBUS SNMP |
25 |
OPTIONS_DEFINE= DBUS SNMP |