Attached

This should fix the breakage from the RAND_egd removal

Builds on amd64

Need testing?

Ok?
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/net/socat/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile	24 Mar 2014 17:14:46 -0000	1.16
+++ Makefile	19 Apr 2014 15:15:52 -0000
@@ -3,6 +3,7 @@
 COMMENT=	relay for bidirectional data transfer
 
 DISTNAME=	socat-1.7.2.4
+REVISION=	0
 CATEGORIES=	net
 
 HOMEPAGE=	http://www.dest-unreach.org/socat/
@@ -24,6 +25,7 @@ CONFIGURE_ARGS +=	--disable-libwrap
 
 pre-build:
 	${SUBST_CMD} ${WRKSRC}/doc/socat.1
+	${SUBST_CMD} ${WRKSRC}/doc/socat.html
 
 post-install:
 	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/socat
Index: patches/patch-doc_socat_1
===================================================================
RCS file: /home/cvs/ports/net/socat/patches/patch-doc_socat_1,v
retrieving revision 1.5
diff -u -p -r1.5 patch-doc_socat_1
--- patches/patch-doc_socat_1	24 Mar 2014 17:14:46 -0000	1.5
+++ patches/patch-doc_socat_1	19 Apr 2014 14:50:38 -0000
@@ -1,18 +1,14 @@
 $OpenBSD: patch-doc_socat_1,v 1.5 2014/03/24 17:14:46 nigel Exp $
---- doc/socat.1.orig	Sun Mar  9 20:23:08 2014
-+++ doc/socat.1	Mon Mar 24 15:24:21 2014
-@@ -3492,11 +3492,11 @@ error\&. 
- .SH "FILES"
- 
- .PP 
--/usr/bin/socat 
-+${LOCALBASE}/bin/socat
- .br 
--/usr/bin/filan 
-+${LOCALBASE}/bin/filan
- .br 
--/usr/bin/procan
-+${LOCALBASE}/bin/procan
- .PP 
- .SH "ENVIRONMENT VARIABLES"
- 
+--- doc/socat.1.orig	Sat Apr 19 15:39:35 2014
++++ doc/socat.1	Sat Apr 19 15:48:34 2014
+@@ -2884,10 +2884,6 @@ in this file\&.
+ Specifies the directory with the trusted (root) certificates\&. The directory
+ must contain certificates in PEM format and their hashes (see OpenSSL
+ documentation) 
+-.IP "\fB\f(CWegd=<filename>\fP\fP"
+-On some systems, openssl requires an explicit source of random data\&. Specify
+-the socket name where an entropy gathering daemon like egd provides random
+-data, e\&.g\&. /dev/egd\-pool\&.
+ .IP "\fB\f(CWpseudo\fP\fP"
+ On systems where openssl cannot find an entropy source and where no entropy
+ gathering daemon can be utilized, this option activates a mechanism for

Reply via email to