freebsd-ports/security/sks/files/patch-Makefile
Sergei Kolobov 7eb1d2d598 Add security/sks - SKS OpenPGP Key Server:
SKS is a new OpenPGP keyserver whose goal is to provide easy to deploy,
decentralized, and highly reliable synchronization. That means that a
key submitted to one SKS server will quickly be distributed to all key
servers; and even wildly out-of-date servers, or servers that experience
spotty connectivity, can fully synchronize with rest of the system.

Refer to the online wiki for pointers on downloading a full copy of the
public PGP databse (about 4Gb) and on customising the local configuration
http://documentation.penguin.de/cgi-bin/twiki/view/SKSKeyserver/WebHome

WWW:	http://www.nongnu.org/sks/

PR:		ports/72842
Submitted by:	Johan van Selst <johans@stack.nl>
2004-11-09 16:39:05 +00:00

19 lines
585 B
Text

--- Makefile.orig Thu Oct 21 06:56:02 2004
+++ Makefile Tue Nov 9 16:35:02 2004
@@ -148,7 +148,7 @@ sks.8.gz: sks.8
gzip -f sks.8
sks.8: sks.pod
- pod2man -c "SKS OpenPGP Key server" --section 8 -r 0.1 -name sks sks.pod sks.8
+ pod2man -c "SKS OpenPGP Key server" --section 8 -r 0.1 sks.pod > sks.8
sks: $(LIBS) $(ALLOBJS) sks.cmx
$(OCAMLOPT) -o sks $(OCAMLOPTFLAGS) $(ALLOBJS) sks.cmx
@@ -294,6 +294,7 @@ NXDIR=numerix-0.19
$(NXDIR)/READ.ME:
tar xvmfz $(NXDIR)-3.tar.gz
+ patch -p0 < ../sks.numerix.patch
$(NXDIR)/config.status: $(NXDIR)/READ.ME
cd $(NXDIR) && \