From simon@zaphod.nitro.dk  Sun Sep  3 21:19:29 2006
Return-Path: <simon@zaphod.nitro.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0F11616A500
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Sep 2006 21:19:29 +0000 (UTC)
	(envelope-from simon@zaphod.nitro.dk)
Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C829343DC5
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Sep 2006 21:18:53 +0000 (GMT)
	(envelope-from simon@zaphod.nitro.dk)
Received: from zaphod.nitro.dk (unknown [192.168.3.39])
	by mx.nitro.dk (Postfix) with ESMTP id A8BCA32E60C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Sep 2006 21:18:20 +0000 (UTC)
Received: by zaphod.nitro.dk (Postfix, from userid 3000)
	id 8D1B61141D; Sun,  3 Sep 2006 23:18:20 +0200 (CEST)
Message-Id: <20060903211820.8D1B61141D@zaphod.nitro.dk>
Date: Sun,  3 Sep 2006 23:18:20 +0200 (CEST)
From: Simon L. Nielsen <simon@FreeBSD.org>
Reply-To: Simon L. Nielsen <simon@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] net-p2p/libbt: openssl 0.9.8b compile fix
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         102836
>Category:       ports
>Synopsis:       [patch] net-p2p/libbt: openssl 0.9.8b compile fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    flz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 03 21:20:19 GMT 2006
>Closed-Date:    Mon Sep 18 10:20:55 GMT 2006
>Last-Modified:  Mon Sep 18 10:30:22 GMT 2006
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->flz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Sep 3 21:20:39 UTC 2006 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102836 
State-Changed-From-To: open->closed 
State-Changed-By: flz 
State-Changed-When: Mon Sep 18 10:20:52 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=102836 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/102836: commit references a PR
Date: Mon, 18 Sep 2006 10:20:38 +0000 (UTC)

 flz         2006-09-18 10:20:32 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/libbt        Makefile 
   Added files:
     net-p2p/libbt/files  patch-src_btlist.c 
   Log:
   Fix build on 7-CURRENT.
   
   PR:             ports/102836
   Submitted by:   simon
   
   Revision  Changes    Path
   1.17      +0 -4      ports/net-p2p/libbt/Makefile
   1.1       +13 -0     ports/net-p2p/libbt/files/patch-src_btlist.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
