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

Collapse All | Expand All

(-)Makefile (-3 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	cluster-glue
3
PORTNAME=	cluster-glue
4
PORTVERSION=	1.0.12
4
PORTVERSION=	1.0.12
5
PORTREVISION=	2
5
PORTREVISION=	3
6
CATEGORIES=	sysutils
6
CATEGORIES=	sysutils
7
MASTER_SITES=	http://hg.linux-ha.org/glue/archive/
7
MASTER_SITES=	http://hg.linux-ha.org/glue/archive/
8
DISTNAME=	0a7add1d9996
8
DISTNAME=	0a7add1d9996
Lines 16-23 Link Here
16
LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
16
LICENSE_FILE_GPLv2+ =	${WRKSRC}/COPYING
17
LICENSE_FILE_LGPL21+ =	${WRKSRC}/COPYING.LIB
17
LICENSE_FILE_LGPL21+ =	${WRKSRC}/COPYING.LIB
18
18
19
BROKEN=		fails to build
20
21
LIB_DEPENDS=	libltdl.so:devel/libltdl \
19
LIB_DEPENDS=	libltdl.so:devel/libltdl \
22
		libuuid.so:misc/e2fsprogs-libuuid \
20
		libuuid.so:misc/e2fsprogs-libuuid \
23
		libnet.so:net/libnet
21
		libnet.so:net/libnet
(-)files/patch-ipmilan__command.c (+10 lines)
Line 0 Link Here
1
--- lib/plugins/stonith/ipmilan_command.c.orig	2018-09-02 01:03:28 UTC
2
+++ lib/plugins/stonith/ipmilan_command.c
3
@@ -47,6 +47,7 @@ extern const PILPluginImports*  PluginIm
4
 
5
 /* #define DUMP_MSG 0 */
6
 #define OPERATION_TIME_OUT 10
7
+typedef struct selector_s selector_t;
8
 
9
 os_handler_t *os_hnd=NULL;
10
 selector_t *os_sel;
(-)files/patch-md5.h (+11 lines)
Line 0 Link Here
1
--- include/clplumbing/md5.h.orig	2018-09-02 16:05:48 UTC
2
+++ include/clplumbing/md5.h
3
@@ -21,7 +21,7 @@
4
  */
5
 
6
 #ifndef _MD5_H_
7
-#define _MD5_H__
8
+#define _MD5_H_
9
 
10
 /*
11
  *      MD5:		The MD5 Message-Digest Algorithm ( RFC 1321 )

Return to bug 231097