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

(-)sks/Makefile (-4 / +4 lines)
Lines 15-29 Link Here
15
MAINTAINER=	johans@stack.nl
15
MAINTAINER=	johans@stack.nl
16
COMMENT=	Synchronizing Key Server, a fast OpenPGP keyserver
16
COMMENT=	Synchronizing Key Server, a fast OpenPGP keyserver
17
17
18
BUILD_DEPENDS=	ocaml:${PORTSDIR}/lang/ocaml
18
BUILD_DEPENDS=	ocaml:${PORTSDIR}/lang/ocaml-nox11
19
LIB_DEPENDS=	db41:${PORTSDIR}/databases/db41
19
LIB_DEPENDS=	db-4.2:${PORTSDIR}/databases/db42
20
20
21
USE_GPG=	yes
21
USE_GPG=	yes
22
SIG_SUFFIX=	.sig
22
SIG_SUFFIX=	.sig
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
MAKE_ENV=	BDBINCLUDE="-I${LOCALBASE}/include/db41" \
24
MAKE_ENV=	BDBINCLUDE="-I${LOCALBASE}/include/db42" \
25
		BDBLIB="-L${LOCALBASE}/lib" \
25
		BDBLIB="-L${LOCALBASE}/lib" \
26
		LIBDB="-ldb41" \
26
		LIBDB="-ldb-4.2" \
27
		MANDIR="${MANPREFIX}/man"
27
		MANDIR="${MANPREFIX}/man"
28
ALL_TARGET=	all sks.8
28
ALL_TARGET=	all sks.8
29
USE_PERL5_BUILD=	yes
29
USE_PERL5_BUILD=	yes
(-)sks/files/patch-bdb_bdb_stubs.c (+11 lines)
Line 0 Link Here
1
--- bdb/bdb_stubs.c.orig	Thu Oct 21 04:56:02 2004
2
+++ bdb/bdb_stubs.c	Sat Nov 20 16:33:08 2004
3
@@ -223,7 +223,7 @@
4
 
5
 // Declaration of flag enums in ocaml must be in same order as in C
6
 
7
-static int dbenv_create_flags[] = { DB_CLIENT };
8
+static int dbenv_create_flags[] = { DB_RPCCLIENT };
9
 
10
 //+
11
 //+   type create_flag = CLIENT
(-)sks/pkg-descr (-1 / +1 lines)
Lines 7-13 Link Here
7
spotty connectivity, can fully synchronize with rest of the system.
7
spotty connectivity, can fully synchronize with rest of the system.
8
8
9
Refer to the online wiki for pointers on downloading a full copy of the
9
Refer to the online wiki for pointers on downloading a full copy of the
10
public PGP databse (about 4Gb) and on customising the local configuration
10
public PGP databse (about 2Gb) and on customising the local configuration
11
http://documentation.penguin.de/cgi-bin/twiki/view/SKSKeyserver/WebHome
11
http://documentation.penguin.de/cgi-bin/twiki/view/SKSKeyserver/WebHome
12
12
13
WWW:	http://www.nongnu.org/sks/
13
WWW:	http://www.nongnu.org/sks/

Return to bug 74170