ports/102824: [patch] mail/up-imapproxy: OpenSSL 0.9.8b compile fix

Simon L. Nielsen simon at FreeBSD.org
Sun Sep 3 17:00:37 UTC 2006


>Number:         102824
>Category:       ports
>Synopsis:       [patch] mail/up-imapproxy: OpenSSL 0.9.8b compile fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 03 17:00:35 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Simon L. Nielsen
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
FreeBSD.org
>Environment:
>Description:

	This patch fixes compile of mail/up-imapproxy on recent
	7-CURRENT.  Maintainer, could you approve or commit this patch?

>How-To-Repeat:
>Fix:
--- port-up-imapproxy-openssl-0.9.8b.patch begins here ---
Index: files/patch-src_imapcommon.c
===================================================================
RCS file: files/patch-src_imapcommon.c
diff -N files/patch-src_imapcommon.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src_imapcommon.c	3 Sep 2006 16:45:47 -0000
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- src/imapcommon.c.orig
++++ src/imapcommon.c
+@@ -136,6 +136,7 @@
+ 
+ #include <openssl/evp.h>
+ #include <openssl/err.h>
++#include <openssl/md5.h>
+ 
+ #include <pthread.h>
+ #include <sys/types.h>
--- port-up-imapproxy-openssl-0.9.8b.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list