ports/102837: [patch] www/wyvern: openssl 0.9.8b compile fix

Simon L. Nielsen simon at FreeBSD.org
Sun Sep 3 22:40:20 UTC 2006


>Number:         102837
>Category:       ports
>Synopsis:       [patch] www/wyvern: 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 22:40:19 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 www/wyvern on recent 7-CURRENT.
maintainer, could you approve this patch?
>How-To-Repeat:
>Fix:
--- port-wyvern-openssl.patch begins here ---
Index: files/patch-src_modules_auth.c
===================================================================
RCS file: files/patch-src_modules_auth.c
diff -N files/patch-src_modules_auth.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src_modules_auth.c	3 Sep 2006 22:23:40 -0000
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- src/modules/auth.c.orig
++++ src/modules/auth.c
+@@ -44,6 +44,7 @@
+ #include "config.h"
+ #endif	/* HAVE_CONFIG_H */
+ 
++#include <sys/types.h>
+ #include <stdio.h>
+ #if	HAVE_STDLIB_H
+ #include <stdlib.h>
Index: files/patch-src_wyvern.h
===================================================================
RCS file: files/patch-src_wyvern.h
diff -N files/patch-src_wyvern.h
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src_wyvern.h	3 Sep 2006 22:24:35 -0000
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- src/wyvern.h.orig
++++ src/wyvern.h
+@@ -56,6 +56,7 @@
+ #include <netdb.h>
+ #if	USE_SSL
+ #include <openssl/ssl.h>
++#include <openssl/md5.h>
+ #endif	/* USE_SSL */
+ #include <sys/time.h>
+ #include "status.h"
--- port-wyvern-openssl.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list