View | Details | Raw Unified | Return to bug 242412
Collapse All | Expand All

(-)comms/conserver-com/Makefile (-5 / +7 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	conserver
3
PORTNAME=	conserver
4
DISTVERSIONPREFIX=	v
4
DISTVERSIONPREFIX=	v
5
DISTVERSION=	8.2.2
5
DISTVERSION=	8.2.4
6
CATEGORIES=	comms
6
CATEGORIES=	comms
7
PKGNAMESUFFIX=	-com
7
PKGNAMESUFFIX=	-com
8
8
Lines 12-18 Link Here
12
LICENSE=	BSD3CLAUSE
12
LICENSE=	BSD3CLAUSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
USES=		ssl
15
USES=		autoreconf ssl
16
USE_GITHUB=	yes
16
USE_GITHUB=	yes
17
USE_RC_SUBR=	conserver
17
USE_RC_SUBR=	conserver
18
18
Lines 37-45 Link Here
37
STRIPREALM_CONFIGURE_WITH=	striprealm
37
STRIPREALM_CONFIGURE_WITH=	striprealm
38
UDS_CONFIGURE_WITH=	uds
38
UDS_CONFIGURE_WITH=	uds
39
39
40
post-patch:
41
	@${REINPLACE_CMD} -e 's,impi,ipmi,' ${WRKSRC}/conserver.cf/conserver.cf.man
42
43
post-install:
40
post-install:
44
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/conserver-convert
41
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/conserver-convert
45
42
Lines 46-49 Link Here
46
DEFAULTPORT?=	782
43
DEFAULTPORT?=	782
47
DEFAULTHOST?=	localhost
44
DEFAULTHOST?=	localhost
48
45
46
post-extract:
47
.for file in config.guess config.sub
48
	${CP} -f ${TEMPLATES}/${file} ${WRKSRC}
49
.endfor
50
49
.include <bsd.port.mk>
51
.include <bsd.port.mk>
(-)comms/conserver-com/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1573332648
1
TIMESTAMP = 1575403382
2
SHA256 (conserver-conserver-v8.2.2_GH0.tar.gz) = ff869fc64afe15a81998a1e5c49734225ad54ecda214583b00e7f4c9f4bbb326
2
SHA256 (conserver-conserver-v8.2.4_GH0.tar.gz) = 8d8b263d9531ebb827257bd67baf9200cac4fb7ffbe033122686e39ca42cddd6
3
SIZE (conserver-conserver-v8.2.2_GH0.tar.gz) = 328831
3
SIZE (conserver-conserver-v8.2.4_GH0.tar.gz) = 261682
(-)comms/conserver-com/files/patch-configure (-26 lines)
Lines 1-26 Link Here
1
--- configure.orig	2014-04-17 21:55:40.000000000 -0700
2
+++ configure	2015-08-12 13:31:26.015249000 -0700
3
@@ -5307,6 +5307,7 @@
4
 $as_echo_n "checking for gssapi library -lgssapi... " >&6; }
5
 	    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6
 /* end confdefs.h.  */
7
+#include <stdio.h>
8
 #include <gssapi/gssapi.h>
9
 
10
 int
11
@@ -5332,6 +5333,7 @@
12
 $as_echo_n "checking for gssapi library -lgssglue... " >&6; }
13
 		cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14
 /* end confdefs.h.  */
15
+#include <stdio.h>
16
 #include <gssapi/gssapi.h>
17
 
18
 int
19
@@ -5357,6 +5359,7 @@
20
 $as_echo_n "checking for gssapi library -lgss... " >&6; }
21
 		    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22
 /* end confdefs.h.  */
23
+#include <stdio.h>
24
 #include <gssapi/gssapi.h>
25
 
26
 int

Return to bug 242412