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

Collapse All | Expand All

(-)Makefile (-3 / +2 lines)
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 16-25 Link Here
16
		libqb.so:devel/libqb
15
		libqb.so:devel/libqb
17
16
18
USES=		gmake groff libtool pathfix pkgconfig
17
USES=		gmake groff libtool pathfix pkgconfig
19
USE_GCC=	yes	# segfaults when built with Clang
20
USE_LDCONFIG=	yes
18
USE_LDCONFIG=	yes
21
USE_RC_SUBR=	${PORTNAME} ${PORTNAME}-notifyd
19
USE_RC_SUBR=	${PORTNAME} ${PORTNAME}-notifyd
22
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
CONFIGURE_ARGS=	--disable-secure-build
23
INSTALL_TARGET=	install-strip
22
INSTALL_TARGET=	install-strip
24
23
25
OPTIONS_DEFINE=	DBUS SNMP
24
OPTIONS_DEFINE=	DBUS SNMP
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (corosync-2.3.5.tar.gz) = 1d48cdfa224b0ceb02e27fe9d56b738fb2a92262b04b15bb3a67e1c4248da8e2
1
TIMESTAMP = 1479205097
2
SIZE (corosync-2.3.5.tar.gz) = 1012915
2
SHA256 (corosync-2.4.2.tar.gz) = f26e3011309fe4bcce94b1dc20ea8c462f19483a73f3ca62f13b925d011a4ba9
3
SIZE (corosync-2.4.2.tar.gz) = 1152240
(-)files/patch-exec-votequorum.c (-11 lines)
Lines 1-11 Link Here
1
--- exec/votequorum.c.orig	2015-06-22 14:03:28 UTC
2
+++ exec/votequorum.c
3
@@ -893,7 +893,7 @@ static void update_ev_tracking_barrier(u
4
 		log_printf(LOGSYS_LEVEL_WARNING,
5
 			   "Unable to update ev_tracking_barrier on disk data!!!");
6
 	}
7
-	fdatasync(ev_tracking_fd);
8
+	fsync(ev_tracking_fd);
9
 
10
 	LEAVE();
11
 }
(-)files/patch-test-cpghum.c (-11 lines)
Lines 1-11 Link Here
1
--- test/cpghum.c.orig	2015-06-22 14:03:28 UTC
2
+++ test/cpghum.c
3
@@ -116,7 +116,7 @@ static void cpg_bm_deliver_fn (
4
 {
5
 	int *value = msg;
6
 	uLong crc=0;
7
-	ulong recv_crc = value[1] & 0xFFFFFFFF;
8
+	uLong recv_crc = value[1] & 0xFFFFFFFF;
9
 
10
 	packets_recvd++;
11
 	g_recv_length = msg_len;
(-)pkg-plist (-2 / +2 lines)
Lines 44-51 Link Here
44
lib/libtotem_pg.so.5.0.0
44
lib/libtotem_pg.so.5.0.0
45
lib/libvotequorum.a
45
lib/libvotequorum.a
46
lib/libvotequorum.so
46
lib/libvotequorum.so
47
lib/libvotequorum.so.7
47
lib/libvotequorum.so.8
48
lib/libvotequorum.so.7.0.0
48
lib/libvotequorum.so.8.0.0
49
libdata/pkgconfig/corosync.pc
49
libdata/pkgconfig/corosync.pc
50
libdata/pkgconfig/libcfg.pc
50
libdata/pkgconfig/libcfg.pc
51
libdata/pkgconfig/libcmap.pc
51
libdata/pkgconfig/libcmap.pc

Return to bug 219543