Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  3 Sep 2006 23:18:20 +0200 (CEST)
From:      "Simon L. Nielsen" <simon@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/102836: [patch] net-p2p/libbt: openssl 0.9.8b compile fix
Message-ID:  <20060903211820.8D1B61141D@zaphod.nitro.dk>
Resent-Message-ID: <200609032120.k83LKJZp012854@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         102836
>Category:       ports
>Synopsis:       [patch] net-p2p/libbt: 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 21:20: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 net-p2p/libbt on recent 7-CURRENT.
maintainer, could you approve or commit this patch?
>How-To-Repeat:
>Fix:
--- port-libbt-openssl.patch begins here ---
Index: files/patch-src_btlist.c
===================================================================
RCS file: files/patch-src_btlist.c
diff -N files/patch-src_btlist.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-src_btlist.c	3 Sep 2006 20:57:58 -0000
@@ -0,0 +1,13 @@
+
+$FreeBSD$
+
+--- src/btlist.c.orig
++++ src/btlist.c
+@@ -13,6 +13,7 @@
+ 
+ #include "config.h"
+ 
++#include <sys/types.h>
+ #include <openssl/sha.h>
+ #include <stdlib.h>
+ #include <string.h>
--- port-libbt-openssl.patch ends here ---


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060903211820.8D1B61141D>